Branch indexing > git rev-parse --resolve-git-dir /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59/.git # timeout=10 Setting origin to https://gitlab.eclipse.org/eclipse/hawk/hawk.git > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.42.0' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59@tmp/jenkins-gitclient-ssh7529905611764665074.key Verifying host key using manually-configured host key entries > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/master Seen 1 remote branch Obtained greycat/Jenkinsfile from 94b1473909ccfb4138c820196a2f6bb925311c89 [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes hawk/hawk-greycat-backend-master-244-2gm2l-5rf4d-20t91 Still waiting to schedule task ‘hawk-greycat-backend-master-244-2gm2l-5rf4d-20t91’ is offline Agent hawk-greycat-backend-master-244-2gm2l-5rf4d-20t91 is provisioned from template Hawk_Greycat_backend_master_244-2gm2l-5rf4d --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Greycat%20backend/job/master/244/" runUrl: "job/Hawk%20Greycat%20backend/job/master/244/" labels: jenkins: "slave" jenkins/label-digest: "ef75c88a7010a21dac4bf9c412d8cd9bea38c384" jenkins/label: "Hawk_Greycat_backend_master_244-2gm2l" name: "hawk-greycat-backend-master-244-2gm2l-5rf4d-20t91" 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-244-2gm2l-5rf4d-20t91" - name: "JENKINS_NAME" value: "hawk-greycat-backend-master-244-2gm2l-5rf4d-20t91" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.hawk.svc.cluster.local/hawk/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: {} name: "m2-repo" - emptyDir: medium: "" name: "jenkins-home" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on hawk-greycat-backend-master-244-2gm2l-5rf4d-20t91 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-ssh14921972159211269391.key Verifying host key using manually-configured host key entries > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipse/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 94b1473909ccfb4138c820196a2f6bb925311c89 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 94b1473909ccfb4138c820196a2f6bb925311c89 # timeout=10 Commit message: "SQLite: prevent UNIQUE violations when creating additional edges between the same pair of nodes" > git rev-list --no-walk 7680158b5304bcaf70608fd6e9397cb540dfa5a2 # 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: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.092 s - in org.eclipse.hawk.greycat.tests.GreycatBackendTestSuite addThenReuseIterable[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 1.398 s getMultipleMatches[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.433 s invalidIndexNames[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.701 s doubleExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.279 s removeByFullKey[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.312 s removeByNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.299 s removeByFieldNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.402 s indexNodeDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.46 s integerRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.54 s integerExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.4 s indexKeyAdditionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.706 s removeByNodeMultipleIndicesRemoveAll[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.379 s removeByNodeMultipleIndicesRemoveOne[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.399 s addPreservesPriorValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.405 s addNullMap[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.31 s query[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.381 s removeByNode3Arg[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.412 s removeByFullKeyInt[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.487 s nodeDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.319 s queryWithPipes[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.172 s addNullValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.145 s removeByValueNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.195 s indexDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.41 s deleteRecreate[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.146 s floatingRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.202 s removeByFullKeyDouble[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.201 s indexKeyRemovalRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.641 s testStartTransaction[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.288 s testStartDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.568 s testStartShutdown[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.197 s twoNodesBatchRemoveRel[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.237 s oneNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.296 s duplicateEdge[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.203 s oneNodeProperty[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.8 s oneNodeRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.232 s oneNodeRemoveRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.194 s escapeInvalidClassCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.115 s escapeInvalidCharactersEdges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.227 s escapeInvalidFieldCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.297 s twoNodesBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.221 s oneNodeRemove[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.231 s oneNodeBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.175 s threeNodesRemoveMiddle[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.271 s recreateEdge[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.203 s Running org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite 18:28:52.629 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:28:53.130 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:28:53.130 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:28:53.135 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:28:53.135 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:28:53.186 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:28:53.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:28:53.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:28:53.189 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:28:53.189 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 18:28:53.190 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: 18:28:53.190 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:28:53.191 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:28:53.399 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:28:53.399 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:28:53.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:28:53.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:28:53.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:28:53.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:28:53.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 18:28:53.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:28:53.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:28:53.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:28:53.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:28:53.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:28:53.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:28:53.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:28:53.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:28:53.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:28:53.607 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:28:53.607 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:28:53.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:28:53.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 18:28:53.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:28:53.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 18:28:53.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:28:53.681 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:28:53.681 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:28:53.681 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:28:53.681 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:28:53.700 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:28:53.700 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:28:53.700 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:28:53.700 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:28:53.701 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:28:53.701 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:28:53.701 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:28:53.701 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:28:53.998 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:28:53.998 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:28:53.998 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:28:54.085 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:28:54.085 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:28:54.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:28:54.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:28:54.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:28:54.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 18:28:54.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:28:54.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:28:54.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:28:54.112 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:28:54.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:28:54.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:28:54.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:28:54.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:28:54.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:28:54.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:28:54.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:28:54.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:28:54.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:28:54.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:28:54.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:28:54.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:28:54.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:28:54.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:28:54.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:28:54.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:28:54.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:28:54.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:28:54.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:28:54.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:28:54.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:28:54.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:28:54.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:28:54.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:28:54.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:28:54.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:28:54.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:28:54.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:28:54.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:28:54.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:28:54.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:28:54.200 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:28:54.200 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:28:54.200 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:28:54.200 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:28:54.200 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:28:54.200 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:28:54.200 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:28:54.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:28:54.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:28:54.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:28:54.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:28:54.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:28:54.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:28:54.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:28:54.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:28:54.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:28:54.204 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:28:54.302 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:28:54.302 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:28:54.302 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:28:54.307 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:28:54.307 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:28:54.390 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:28:54.396 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:28:54.397 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:28:54.406 [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/hawkSvnRepo12943304955817805993 18:29:03.132 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12943304955817805993:org.eclipse.hawk.svn.SvnManager:false 18:29:03.138 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:03.138 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:29:03.286 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:03.287 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:03.287 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:03.287 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:03.287 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:03.304 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:03.304 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 18:29:03.304 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:03.305 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:03.312 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:03.312 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s109ms [proxy update] 18:29:03.397 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357730793) of file:///tmp/hawkSvnRepo12943304955817805993 18:29:03.403 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:03.488 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:03.488 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:03.693 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:03.693 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:03.694 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:29:03.694 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:29:03.716 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:29:03.798 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:29:03.799 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:29:03.799 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:29:03.799 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s107ms [pure insertion] marking any relevant derived attributes for update...18:29:03.799 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:29:03.800 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:29:03.800 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:03.800 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:03.801 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:03.801 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:29:03.802 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:03.802 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:03.805 [pool-47-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return [! long script, snipped !] 18:29:04.122 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:29:04.122 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:04.122 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s323ms [proxy update] 18:29:04.123 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357734914) of file:///tmp/hawkSvnRepo12943304955817805993 18:29:04.125 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:04.181 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:04.182 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:04.204 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:04.204 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:04.207 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:29:04.209 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:29:04.209 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:29:04.210 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:29:04.210 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:29:04.303 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s100ms [pure insertion] marking any relevant derived attributes for update...18:29:04.304 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:29:04.306 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:29:04.306 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:04.306 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:04.306 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:04.307 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:29:04.307 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:04.307 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:04.309 [pool-47-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return [! long script, snipped !] 18:29:04.417 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:29:04.418 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:04.418 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s113ms [proxy update] 18:29:04.480 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357737196) of file:///tmp/hawkSvnRepo12943304955817805993 18:29:04.482 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:04.489 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:04.489 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:04.510 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:04.511 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:04.512 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:29:04.513 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:29:04.513 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:29:04.513 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:29:04.513 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:29:04.515 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:29:04.516 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:29:04.517 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:29:04.581 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:04.581 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:04.581 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:04.581 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:29:04.581 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:04.581 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:04.582 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:04.582 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:29:04.583 [pool-47-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] 18:29:04.701 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357739141) of file:///tmp/hawkSvnRepo12943304955817805993 18:29:04.703 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:04.709 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:04.709 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:04.796 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:04.796 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:04.797 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:29:04.798 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:29:04.799 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:29:04.799 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:29:04.799 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:29:04.802 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:29:04.802 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:29:04.804 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:29:04.804 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:04.804 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:04.805 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:04.805 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:29:04.805 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:04.805 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:04.806 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:04.806 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:29:04.807 [pool-47-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 !] 0s191ms [proxy update] 18:29:04.995 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357741137) of file:///tmp/hawkSvnRepo12943304955817805993 18:29:04.997 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:29:04.997 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 859 ms 18:29:05.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:29:05.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12943304955817805993:org.eclipse.hawk.svn.SvnManager:false 18:29:05.189 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:05.190 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:29:05.193 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:29:05.194 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10847938661123276005/test_revRefNavDerived[LevelDB GreyCat] 18:29:05.199 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:29:06.444 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:29:06.449 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:06.449 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:29:06.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:06.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:06.484 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:29:06.484 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:29:06.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:29:06.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:29:06.485 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:29:06.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:29:06.487 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:29:06.487 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:29:06.581 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:06.581 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:06.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:29:06.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:29:06.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:29:06.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:29:06.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:29:06.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:29:06.693 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:29:06.693 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:29:06.693 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:29:06.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:29:06.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:29:06.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:29:06.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:29:06.702 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:29:06.702 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:29:06.702 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:29:06.702 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:29:06.702 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:29:06.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:29:06.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:29:06.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:29:06.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:29:06.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:29:06.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:29:06.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:29:06.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:29:06.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:29:06.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:29:06.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:29:06.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:29:06.795 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:29:06.796 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:29:06.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:29:06.911 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:29:06.911 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:06.911 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:29:06.988 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:06.989 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:06.999 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:29:06.999 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:29:06.999 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:29:06.999 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:29:06.999 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:29:06.999 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:29:06.999 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:29:06.999 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:29:06.999 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:29:06.999 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:29:07.000 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:29:07.002 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:29:07.002 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:29:07.003 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:29:07.003 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:29:07.003 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:29:07.003 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:07.003 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:29:07.003 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:29:07.003 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:29:07.003 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:29:07.003 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:29:07.003 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:29:07.003 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:29:07.003 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:29:07.004 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:29:07.004 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:29:07.004 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:29:07.004 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:29:07.004 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:29:07.004 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:29:07.004 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:07.004 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:29:07.004 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:29:07.004 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:07.008 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:29:07.008 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:29:07.008 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:29:07.008 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:29:07.008 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:29:07.008 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:29:07.008 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:29:07.008 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:07.008 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:07.008 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:29:07.008 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:29:07.008 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:07.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:29:07.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:29:07.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:29:07.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:29:07.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:29:07.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:29:07.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:07.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:07.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:29:07.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:29:07.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:29:07.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 18:29:07.094 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:29:07.095 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:07.095 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:29:07.098 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:07.098 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:07.109 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:29:07.114 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:29:07.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:07.115 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 18:29:07.184 [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/hawkSvnRepo13915332853874725180 18:29:15.130 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13915332853874725180:org.eclipse.hawk.svn.SvnManager:false 18:29:15.139 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:15.139 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:29:15.187 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:15.187 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:15.187 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:15.188 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:15.188 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:15.193 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:15.193 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 18:29:15.194 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:15.194 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:15.200 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:15.200 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s23ms [proxy update] 18:29:15.211 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357745295) of file:///tmp/hawkSvnRepo13915332853874725180 18:29:15.213 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:15.288 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:15.288 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:15.312 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:15.312 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:15.312 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:29:15.313 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:29:15.392 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:29:15.418 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:29:15.419 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:29:15.419 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:29:15.419 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s107ms [pure insertion] marking any relevant derived attributes for update...18:29:15.419 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:29:15.420 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:29:15.420 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:15.420 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:15.481 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:15.481 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.061s attempting to resolve any uninitialized derived attributes... 18:29:15.481 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:15.481 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:15.484 [pool-49-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:29:15.490 [pool-49-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357747304, id=30] 18:29:15.503 [pool-49-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:29:15.602 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:29:15.603 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:15.603 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s184ms [proxy update] 18:29:15.604 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357747304) of file:///tmp/hawkSvnRepo13915332853874725180 18:29:15.605 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:15.611 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:15.611 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:15.694 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:15.694 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:15.695 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:29:15.695 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 18:29:15.695 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:29:15.695 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:29:15.695 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:29:15.711 [pool-49-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...18:29:15.711 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:29:15.712 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:29:15.712 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:15.712 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:15.713 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:15.713 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:29:15.713 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:15.713 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:15.714 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:15.714 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:29:15.715 [pool-49-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s111ms [proxy update] 18:29:15.823 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357749145) of file:///tmp/hawkSvnRepo13915332853874725180 18:29:15.825 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:15.886 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:15.886 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:15.905 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:15.905 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:15.906 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:29:15.907 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:29:15.907 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:29:15.907 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:29:15.907 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:29:15.991 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s86ms [pure insertion] marking any relevant derived attributes for update...18:29:15.991 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:29:15.993 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:29:15.993 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:15.994 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:15.994 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:15.994 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:29:15.994 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:15.994 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:15.996 [pool-49-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:29:16.012 [pool-49-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:29:16.182 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:29:16.183 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:16.183 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:29:16.185 [pool-49-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s305ms [proxy update] 18:29:16.299 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357751127) of file:///tmp/hawkSvnRepo13915332853874725180 18:29:16.301 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:16.308 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:16.308 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:16.404 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:16.404 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:16.409 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:29:16.410 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:29:16.410 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:29:16.410 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:29:16.410 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:29:16.412 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:29:16.412 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:29:16.413 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:29:16.414 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:16.414 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:16.414 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:16.414 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:29:16.414 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:16.414 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:16.414 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:16.414 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:29:16.416 [pool-49-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s175ms [proxy update] 18:29:16.589 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357753130) of file:///tmp/hawkSvnRepo13915332853874725180 18:29:16.591 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:29:16.591 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 452 ms 18:29:16.781 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:29:16.781 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13915332853874725180:org.eclipse.hawk.svn.SvnManager:false 18:29:16.788 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:16.788 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:29:16.793 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:29:16.794 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6642789822596174073/test_untilAnnotated[LevelDB GreyCat] 18:29:16.800 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:29:18.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:29:18.421 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:18.421 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:29:18.421 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:18.421 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:18.427 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:29:18.427 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:29:18.427 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:29:18.428 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:29:18.428 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:29:18.428 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:29:18.481 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:29:18.482 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:29:18.502 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:18.502 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:18.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:29:18.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:29:18.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:29:18.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:29:18.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:29:18.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:29:18.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:29:18.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:29:18.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:29:18.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:29:18.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:29:18.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:29:18.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:29:18.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:29:18.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:29:18.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:29:18.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:29:18.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:29:18.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 18:29:18.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:29:18.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:29:18.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 18:29:18.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:29:18.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:29:18.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 18:29:18.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:29:18.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:29:18.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:29:18.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:29: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::EFloatObject will be handled as its instance type java.lang.Float 18:29: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 18:29: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::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:29: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::EDouble will be handled as its instance type java.lang.Double 18:29:18.785 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:29:18.785 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:18.785 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:29:18.799 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:18.799 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:18.812 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:29:18.812 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:29:18.812 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:29:18.812 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:29:18.812 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:29:18.812 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:29:18.812 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:29:18.812 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:29:18.812 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:29:18.813 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:29:18.813 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:29:18.813 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:18.813 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:18.813 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:29:18.813 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:29:18.814 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:29:18.815 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:29:18.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:18.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:29:18.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:29:18.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:29:18.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:29:18.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:29:18.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:29:18.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:29:18.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:18.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:29:18.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:29:18.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:29:18.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:29:18.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:29:18.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:29:18.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:29:18.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:29:18.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:29:18.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:29:18.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:29:18.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:18.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:29:18.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:29:18.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:29:18.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:29:18.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:29:18.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:18.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:29:18.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:29:18.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:29:18.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:29:18.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:29:18.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:29:18.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:18.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:29:18.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:18.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:29:18.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:29:18.890 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:29:18.890 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:29:18.890 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:29:18.890 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:29:18.902 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:29:18.902 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:18.902 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:29:18.905 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:18.905 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:18.916 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:29:18.982 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:29:18.982 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:18.983 [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/hawkSvnRepo9140036142983931240 18:29:23.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo9140036142983931240:org.eclipse.hawk.svn.SvnManager:false 18:29:23.122 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:23.123 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:29:23.146 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:23.146 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:23.146 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:23.146 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:23.146 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:23.150 [pool-51-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:23.150 [pool-51-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:29:23.150 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:23.151 [pool-51-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:23.184 [pool-51-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:23.184 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s46ms [proxy update] 18:29:23.192 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357756894) of file:///tmp/hawkSvnRepo9140036142983931240 18:29:23.193 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:23.203 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:23.203 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:23.290 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:23.290 [pool-51-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:23.295 [pool-51-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:29:23.295 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:29:23.311 [pool-51-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:29:23.386 [pool-51-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:29:23.387 [pool-51-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:29:23.387 [pool-51-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:29:23.387 [pool-51-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...18:29:23.387 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:29:23.387 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:29:23.387 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:23.387 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:23.389 [pool-51-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:23.389 [pool-51-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:29:23.389 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:23.389 [pool-51-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:23.390 [pool-51-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:29:23.555 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:29:23.556 [pool-51-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:23.556 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s169ms [proxy update] 18:29:23.557 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357759109) of file:///tmp/hawkSvnRepo9140036142983931240 18:29:23.558 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:23.582 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:23.582 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:23.601 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:23.601 [pool-51-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:23.601 [pool-51-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:29:23.602 [pool-51-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 18:29:23.602 [pool-51-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:29:23.602 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:29:23.602 [pool-51-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:29:23.681 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s81ms [pure insertion] marking any relevant derived attributes for update...18:29:23.682 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:29:23.683 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:29:23.683 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:23.683 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:23.683 [pool-51-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:23.683 [pool-51-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:29:23.683 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:23.683 [pool-51-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:23.684 [pool-51-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:23.684 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:29:23.684 [pool-51-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s38ms [proxy update] 18:29:23.721 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357761133) of file:///tmp/hawkSvnRepo9140036142983931240 18:29:23.781 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:29:23.781 [pool-51-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 658 ms 18:29:23.803 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:29:23.803 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo9140036142983931240:org.eclipse.hawk.svn.SvnManager:false 18:29:23.809 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:23.809 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:29:23.813 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:29:23.814 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8547474482680281052/test_computedForAllVersions[LevelDB GreyCat] 18:29:23.886 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:29:25.412 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:29:25.429 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:25.429 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:29:25.429 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:25.429 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:25.437 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:29:25.438 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:29:25.438 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:29:25.439 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:29:25.439 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:29:25.439 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:29:25.440 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:29:25.440 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:29:25.496 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:25.497 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:25.581 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:29:25.581 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:29:25.581 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:29:25.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:29:25.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:29:25.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:29:25.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:29:25.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:29:25.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:29:25.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:29:25.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:29:25.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:29:25.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:29:25.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:29:25.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:29:25.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:29:25.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:29:25.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:29:25.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:29:25.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:29:25.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:29:25.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:29:25.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:29:25.607 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:29:25.607 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:29:25.607 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:29:25.607 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:29:25.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:29:25.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:29:25.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:29:25.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:29:25.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:29:25.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:29:25.789 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:29:25.789 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:25.789 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:29:25.798 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:25.798 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:25.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:29:25.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:29:25.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:25.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:29:25.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:29:25.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:29:25.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:29:25.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:29:25.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:29:25.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:29:25.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:29:25.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:25.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:29:25.808 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:25.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 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:29:25.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 18:29:25.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 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:29:25.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 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:25.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 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:29:25.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:29:25.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:29:25.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 18:29:25.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:29:25.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:29:25.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 18:29:25.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 18:29:25.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:29:25.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:29:25.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:25.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:29:25.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 18:29:25.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:29:25.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 18:29:25.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 18:29:25.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:29:25.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 18:29:25.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:29:25.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:25.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:29:25.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:29:25.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:29:25.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:29:25.822 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:29:25.822 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:25.822 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:29:25.882 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:25.882 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:25.890 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:29:25.893 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:29:25.893 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:25.893 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 18:29:25.898 [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/hawkSvnRepo4017654877986926653 18:29:34.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4017654877986926653:org.eclipse.hawk.svn.SvnManager:false 18:29:34.119 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:34.119 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:29:34.143 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:34.143 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:34.143 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:34.143 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:34.143 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:34.148 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:34.148 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:29:34.149 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:34.149 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:34.154 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:34.154 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s50ms [proxy update] 18:29:34.193 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357763919) of file:///tmp/hawkSvnRepo4017654877986926653 18:29:34.194 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:34.203 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:34.203 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:34.285 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:34.285 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:34.285 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:29:34.285 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:29:34.336 [pool-53-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:29:34.405 [pool-53-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:29:34.405 [pool-53-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:29:34.406 [pool-53-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:29:34.406 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s121ms [pure insertion] marking any relevant derived attributes for update...18:29:34.406 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:29:34.406 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:29:34.406 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:34.406 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:34.407 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:34.407 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:29:34.407 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:34.408 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:34.410 [pool-53-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:29:34.414 [pool-53-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357766010, id=30] 18:29:34.491 [pool-53-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:29:34.522 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:29:34.522 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:34.522 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s117ms [proxy update] 18:29:34.523 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357766010) of file:///tmp/hawkSvnRepo4017654877986926653 18:29:34.581 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:34.587 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:34.587 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:34.606 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:34.606 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:34.607 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:29:34.607 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 18:29:34.608 [pool-53-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:29:34.608 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:29:34.608 [pool-53-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:29:34.689 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s83ms [pure insertion] marking any relevant derived attributes for update...18:29:34.689 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:29:34.690 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:29:34.690 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:34.690 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:34.691 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:34.691 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:29:34.691 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:34.691 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:34.692 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:34.692 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:29:34.693 [pool-53-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s96ms [proxy update] 18:29:34.787 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357768123) of file:///tmp/hawkSvnRepo4017654877986926653 18:29:34.788 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:34.793 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:34.793 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:34.811 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:34.811 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:34.812 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:29:34.813 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:29:34.813 [pool-53-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:29:34.813 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:29:34.813 [pool-53-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:29:34.896 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s85ms [pure insertion] marking any relevant derived attributes for update...18:29:34.896 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:29:34.898 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:29:34.898 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:34.898 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:34.899 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:34.899 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:29:34.899 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:34.899 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:34.901 [pool-53-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:29:34.917 [pool-53-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:29:35.016 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:29:35.016 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:35.016 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:29:35.018 [pool-53-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s212ms [proxy update] 18:29:35.110 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357770133) of file:///tmp/hawkSvnRepo4017654877986926653 18:29:35.111 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:35.115 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:35.116 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:35.199 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:35.199 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:35.205 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:29:35.206 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:29:35.206 [pool-53-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:29:35.206 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:29:35.206 [pool-53-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:29:35.208 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:29:35.208 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:29:35.208 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:29:35.208 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:35.209 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:35.209 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:35.209 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:29:35.209 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:35.209 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:35.209 [pool-53-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:35.209 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:29:35.210 [pool-53-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s104ms [proxy update] 18:29:35.312 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357772137) of file:///tmp/hawkSvnRepo4017654877986926653 18:29:35.313 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:29:35.313 [pool-53-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 194 ms 18:29:35.385 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:29:35.385 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4017654877986926653:org.eclipse.hawk.svn.SvnManager:false 18:29:35.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:35.389 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:29:35.392 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:29:35.393 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1190848036500568648/test_sinceAnnotated[LevelDB GreyCat] 18:29:35.396 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:29:36.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:29:36.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:36.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:29:36.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:36.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:36.236 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:29:36.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:29:36.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:29:36.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:29:36.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:29:36.237 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:29:36.238 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:29:36.238 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:29:36.281 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:36.281 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:36.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:29:36.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:29:36.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:29:36.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:29:36.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:29:36.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:29:36.305 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:29:36.305 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:29:36.305 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:29:36.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:29:36.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:29:36.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:29:36.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:29:36.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:29:36.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:29:36.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:29:36.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:29:36.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:29:36.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:29:36.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:29:36.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:29:36.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:29:36.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:29:36.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:29:36.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:29:36.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:29:36.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:29:36.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:29:36.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:29:36.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:29:36.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:29:36.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:29:36.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:29:36.422 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:29:36.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:36.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:29:36.490 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:36.490 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:36.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 18:29:36.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:29:36.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:29:36.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:29:36.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:29:36.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:29:36.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 18:29:36.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:29:36.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 18:29:36.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:29:36.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:29:36.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 18:29:36.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:29:36.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:36.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 18:29:36.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 18:29:36.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:29:36.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:29:36.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:29:36.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:36.500 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:29:36.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:29:36.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:29:36.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:29:36.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:29:36.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:29:36.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:29:36.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:29:36.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:29:36.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:29:36.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:29:36.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:36.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:29:36.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:29:36.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:29:36.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:29:36.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:29:36.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:29:36.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:29:36.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:29:36.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:29:36.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:29:36.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:29:36.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:29:36.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:36.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:29:36.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:29:36.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:36.507 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:29:36.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:29:36.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:29:36.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:36.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:29:36.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:29:36.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:29:36.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:29:36.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:29:36.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:29:36.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:29:36.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:29:36.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:36.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:29:36.517 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:36.517 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:36.584 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:29:36.588 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:29:36.588 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:36.588 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 18:29:36.593 [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/hawkSvnRepo13259832456276528817 18:29:44.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13259832456276528817:org.eclipse.hawk.svn.SvnManager:false 18:29:44.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:44.118 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:29:44.139 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:44.140 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:44.140 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:44.140 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:44.140 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:44.182 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:44.182 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.042s attempting to resolve any uninitialized derived attributes... 18:29:44.182 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:44.182 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:44.188 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:44.188 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s60ms [proxy update] 18:29:44.200 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357775483) of file:///tmp/hawkSvnRepo13259832456276528817 18:29:44.201 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:44.209 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:44.210 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:44.296 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:44.296 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:44.297 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:29:44.297 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:29:44.310 [pool-55-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:29:44.392 [pool-55-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:29:44.392 [pool-55-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:29:44.392 [pool-55-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:29:44.392 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s96ms [pure insertion] marking any relevant derived attributes for update...18:29:44.392 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:29:44.393 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:29:44.393 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:44.393 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:44.394 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:44.394 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:29:44.394 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:44.394 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:44.396 [pool-55-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:29:44.399 [pool-55-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357776687, id=30] 18:29:44.411 [pool-55-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:29:44.503 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:29:44.504 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:44.504 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s111ms [proxy update] 18:29:44.504 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357776687) of file:///tmp/hawkSvnRepo13259832456276528817 18:29:44.505 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:44.509 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:44.510 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:44.582 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:44.582 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:44.583 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:29:44.583 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 18:29:44.584 [pool-55-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:29:44.584 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:29:44.584 [pool-55-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:29:44.597 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s15ms [pure insertion] marking any relevant derived attributes for update...18:29:44.597 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:29:44.598 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:29:44.599 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:44.599 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:44.599 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:44.599 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:29:44.599 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:44.599 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:44.599 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:44.600 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:29:44.600 [pool-55-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s90ms [proxy update] 18:29:44.689 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357778123) of file:///tmp/hawkSvnRepo13259832456276528817 18:29:44.690 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:44.694 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:44.694 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:44.710 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:44.710 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:44.711 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:29:44.711 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:29:44.712 [pool-55-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:29:44.712 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:29:44.712 [pool-55-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:29:44.787 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s77ms [pure insertion] marking any relevant derived attributes for update...18:29:44.787 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:29:44.789 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:29:44.789 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:44.789 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:44.789 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:44.789 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:29:44.789 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:44.789 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:44.791 [pool-55-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:29:44.805 [pool-55-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:29:44.905 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:29:44.905 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:44.905 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:29:44.906 [pool-55-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s204ms [proxy update] 18:29:44.993 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357780149) of file:///tmp/hawkSvnRepo13259832456276528817 18:29:44.994 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:44.999 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:44.999 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:45.015 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:45.015 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:45.015 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:29:45.016 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:29:45.016 [pool-55-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:29:45.016 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:29:45.016 [pool-55-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:29:45.081 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s66ms [pure insertion] marking any relevant derived attributes for update...18:29:45.081 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:29:45.082 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:29:45.082 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:45.082 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:45.082 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:45.082 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:29:45.082 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:45.083 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:45.083 [pool-55-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:45.083 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:29:45.084 [pool-55-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s99ms [proxy update] 18:29:45.182 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357782125) of file:///tmp/hawkSvnRepo13259832456276528817 18:29:45.183 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:29:45.183 [pool-55-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 65 ms 18:29:45.199 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:29:45.199 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13259832456276528817:org.eclipse.hawk.svn.SvnManager:false 18:29:45.205 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:45.205 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:29:45.209 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:29:45.210 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15671186847075073627/test_beforeAnnotated[LevelDB GreyCat] 18:29:45.215 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:29:46.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:29:46.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:46.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:29:46.238 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:46.238 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:46.244 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:29:46.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:29:46.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:29:46.245 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:29:46.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:29:46.246 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:29:46.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:29:46.246 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:29:46.261 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:46.261 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:46.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:29:46.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:29:46.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:29:46.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:29:46.300 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:29:46.300 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:29:46.300 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:29:46.301 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:29:46.301 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:29:46.301 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:29:46.305 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:29:46.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:29:46.309 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:29:46.310 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:29:46.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:29:46.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:29:46.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:29:46.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:29:46.313 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:29:46.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:29:46.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:29:46.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:29:46.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:29:46.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:29:46.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 18:29:46.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:29:46.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:29:46.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:29:46.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 18:29:46.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:29:46.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:29:46.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:29:46.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:29:46.403 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:29:46.403 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:46.403 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:29:46.412 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:46.412 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:46.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:29:46.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:29:46.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:29:46.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:29:46.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:29:46.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:29:46.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:29:46.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:29:46.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:29:46.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:29:46.422 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:29:46.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:29:46.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:29:46.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:29:46.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:29:46.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:29:46.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:29:46.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:29:46.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:29:46.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:29:46.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:29:46.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:46.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:29:46.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:29:46.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:29:46.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:29:46.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:29:46.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:46.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:29:46.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:46.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:46.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:29:46.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:29:46.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:29:46.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:29:46.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:29:46.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:29:46.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:29:46.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:46.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:29:46.512 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:29:46.512 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:46.512 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:29:46.514 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:46.514 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:46.522 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:29:46.526 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:29:46.526 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:46.526 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 18:29:46.531 [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/hawkSvnRepo5887670604029166181 18:29:54.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5887670604029166181:org.eclipse.hawk.svn.SvnManager:false 18:29:54.120 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:54.120 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:29:54.144 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:54.144 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:54.144 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:54.144 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:54.144 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:54.148 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:54.148 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:29:54.148 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:54.148 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:54.152 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:54.152 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s44ms [proxy update] 18:29:54.188 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357785306) of file:///tmp/hawkSvnRepo5887670604029166181 18:29:54.189 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:54.197 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:54.197 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:54.215 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:54.215 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:54.216 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:29:54.216 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:29:54.288 [pool-57-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:29:54.308 [pool-57-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:29:54.308 [pool-57-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:29:54.308 [pool-57-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:29:54.308 [pool-57-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...18:29:54.308 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:29:54.308 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:29:54.308 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:54.309 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:54.309 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:54.309 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:29:54.309 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:54.309 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:54.311 [pool-57-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:29:54.315 [pool-57-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357786618, id=30] 18:29:54.324 [pool-57-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:29:54.404 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:29:54.404 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:54.404 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s97ms [proxy update] 18:29:54.405 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357786618) of file:///tmp/hawkSvnRepo5887670604029166181 18:29:54.406 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:54.409 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:54.409 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:54.426 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:54.426 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:54.481 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:29:54.482 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 18:29:54.482 [pool-57-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:29:54.482 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:29:54.482 [pool-57-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:29:54.494 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s68ms [pure insertion] marking any relevant derived attributes for update...18:29:54.494 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:29:54.495 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:29:54.495 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:54.495 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:54.495 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:54.495 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:29:54.495 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:54.495 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:54.496 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:54.496 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:29:54.497 [pool-57-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s88ms [proxy update] 18:29:54.583 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357788120) of file:///tmp/hawkSvnRepo5887670604029166181 18:29:54.584 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:54.588 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:54.588 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:54.603 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:54.603 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:54.604 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:29:54.604 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:29:54.604 [pool-57-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:29:54.604 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:29:54.604 [pool-57-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:29:54.621 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:29:54.621 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:29:54.622 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:29:54.623 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:54.623 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:54.623 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:54.623 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:29:54.623 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:54.623 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:54.624 [pool-57-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:29:54.694 [pool-57-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:29:54.793 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:29:54.793 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:54.793 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:29:54.794 [pool-57-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s266ms [proxy update] 18:29:54.889 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357790120) of file:///tmp/hawkSvnRepo5887670604029166181 18:29:54.891 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:29:54.895 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:29:54.895 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:29:54.983 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:29:54.983 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:29:54.984 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:29:54.984 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:29:54.985 [pool-57-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:29:54.985 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:29:54.985 [pool-57-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:29:54.987 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:29:54.987 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:29:54.988 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:29:54.988 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:29:54.988 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:29:54.988 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:29:54.988 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:29:54.988 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:29:54.988 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:29:54.989 [pool-57-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:29:54.989 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:29:54.990 [pool-57-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s110ms [proxy update] 18:29:55.098 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357792125) of file:///tmp/hawkSvnRepo5887670604029166181 18:29:55.100 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:29:55.100 [pool-57-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 980 ms 18:29:55.123 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:29:55.123 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5887670604029166181:org.eclipse.hawk.svn.SvnManager:false 18:29:55.180 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:55.181 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:29:55.184 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:29:55.184 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3656571806983170677/test_whenComposability[LevelDB GreyCat] 18:29:55.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:29:56.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:29:56.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:29:56.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:29:56.243 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:56.243 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:56.249 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:29:56.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:29:56.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:29:56.250 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:29:56.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:29:56.251 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:29:56.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:29:56.251 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:29:56.290 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:56.290 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:56.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:29:56.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:29:56.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:29:56.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:29:56.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:29:56.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:29:56.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:29:56.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:29:56.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:29:56.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 18:29:56.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:29:56.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:29:56.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:29:56.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:29:56.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:29:56.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:29:56.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:29:56.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:29:56.393 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:29:56.393 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:29:56.393 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:29:56.393 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:29:56.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:29:56.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:29:56.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:29:56.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:29:56.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:29:56.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:29:56.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:29:56.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:29:56.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:29:56.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:29:56.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:29:56.507 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:29:56.507 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:56.507 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:29:56.516 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:56.516 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:56.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:29:56.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 18:29:56.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 18:29:56.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 18:29:56.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 18:29:56.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:29:56.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 18:29:56.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 18:29:56.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:29:56.525 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:29:56.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:56.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:29:56.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:29:56.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:29:56.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:56.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:29:56.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:29:56.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:29:56.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:29:56.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:29:56.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:29:56.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:29:56.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:29:56.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:29:56.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:29:56.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:29:56.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:29:56.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:29:56.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:29:56.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:29:56.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:29:56.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:29:56.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:56.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:29:56.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:29:56.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:29:56.594 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:29:56.595 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:56.595 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:29:56.597 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:29:56.597 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:29:56.604 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:29:56.607 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:29:56.607 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:29:56.608 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 18:29:56.613 [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/hawkSvnRepo11965035603139173632 18:30:04.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11965035603139173632:org.eclipse.hawk.svn.SvnManager:false 18:30:04.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:04.119 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:04.139 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:04.139 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:04.139 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:04.140 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:04.140 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:04.143 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:04.144 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:30:04.144 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:04.144 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:04.184 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:04.184 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s54ms [proxy update] 18:30:04.194 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357795214) of file:///tmp/hawkSvnRepo11965035603139173632 18:30:04.196 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:04.203 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:04.203 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:04.282 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:30:04.282 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:04.283 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:30:04.283 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:30:04.296 [pool-59-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:30:04.381 [pool-59-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:30:04.381 [pool-59-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:30:04.381 [pool-59-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:30:04.381 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s99ms [pure insertion] marking any relevant derived attributes for update...18:30:04.381 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:30:04.381 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:30:04.381 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:04.381 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:04.382 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:04.382 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:04.383 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:04.383 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:04.385 [pool-59-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:30:04.388 [pool-59-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357796715, id=30] 18:30:04.398 [pool-59-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:30:04.483 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:30:04.484 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:04.484 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s104ms [proxy update] 18:30:04.485 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357796715) of file:///tmp/hawkSvnRepo11965035603139173632 18:30:04.486 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:04.489 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:04.489 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:04.504 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:30:04.505 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:04.505 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:30:04.506 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 18:30:04.506 [pool-59-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:04.506 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:30:04.506 [pool-59-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:04.520 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s16ms [pure insertion] marking any relevant derived attributes for update...18:30:04.520 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:30:04.521 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:30:04.521 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:04.521 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:04.521 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:04.521 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:04.521 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:04.521 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:04.522 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:04.522 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:30:04.581 [pool-59-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s87ms [proxy update] 18:30:04.608 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357798121) of file:///tmp/hawkSvnRepo11965035603139173632 18:30:04.609 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:04.612 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:04.612 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:04.686 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:30:04.686 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:04.686 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:30:04.687 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:30:04.687 [pool-59-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:04.687 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:30:04.687 [pool-59-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:04.703 [pool-59-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...18:30:04.703 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:30:04.704 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:30:04.704 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:04.704 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:04.705 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:04.705 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:30:04.705 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:04.705 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:04.706 [pool-59-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:30:04.719 [pool-59-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:30:04.813 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:30:04.813 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:04.813 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:30:04.814 [pool-59-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s196ms [proxy update] 18:30:04.900 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357800121) of file:///tmp/hawkSvnRepo11965035603139173632 18:30:04.901 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:04.905 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:04.905 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:04.983 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:30:04.983 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:04.987 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:30:04.988 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:30:04.988 [pool-59-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:04.988 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:30:04.988 [pool-59-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:04.989 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:30:04.989 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:30:04.990 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:30:04.990 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:04.990 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:04.991 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:04.991 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:30:04.991 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:04.991 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:04.991 [pool-59-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:04.991 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:30:04.992 [pool-59-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s95ms [proxy update] 18:30:05.085 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357802120) of file:///tmp/hawkSvnRepo11965035603139173632 18:30:05.086 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:05.086 [pool-59-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 967 ms 18:30:05.100 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:30:05.100 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11965035603139173632:org.eclipse.hawk.svn.SvnManager:false 18:30:05.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:05.104 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:30:05.107 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:30:05.108 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2801925010586182262/test_afterAnnotated[LevelDB GreyCat] 18:30:05.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:30:06.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:30:06.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:06.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:30:06.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:06.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:06.236 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:30:06.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:30:06.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:30:06.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:30:06.237 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:06.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:30:06.237 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:06.237 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:30:06.251 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:06.251 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:06.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:30:06.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:30:06.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:30:06.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:30:06.289 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:30:06.289 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:30:06.289 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:30:06.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:30:06.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:30:06.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:30:06.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:30:06.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:30:06.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:30:06.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:30:06.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:30:06.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:30:06.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:30:06.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:30:06.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:30:06.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:30:06.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:30:06.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:30:06.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:30:06.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:30:06.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:30:06.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:30:06.299 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:30:06.299 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:30:06.300 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:30:06.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:30:06.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:30:06.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:30:06.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:30:06.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:30:06.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:30:06.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:30:06.392 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:06.392 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:06.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:30:06.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:30:06.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:30:06.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:30:06.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:06.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:30:06.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:30:06.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:30:06.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:30:06.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:30:06.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:30:06.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:30:06.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:30:06.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:30:06.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:30:06.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:30:06.401 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:30:06.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:30:06.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:30:06.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:06.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:30:06.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:30:06.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:30:06.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:30:06.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:30:06.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:30:06.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:06.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:30:06.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:30:06.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:30:06.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:30:06.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:30:06.404 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:30:06.404 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:30:06.404 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:06.404 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:30:06.404 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:30:06.404 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:30:06.404 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:30:06.404 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:06.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:06.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:06.413 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:30:06.413 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:30:06.413 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:30:06.415 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:06.415 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:06.422 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:30:06.481 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:30:06.481 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:30:06.482 [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/hawkSvnRepo1403007369403362697 18:30:14.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1403007369403362697:org.eclipse.hawk.svn.SvnManager:false 18:30:14.116 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:14.116 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:14.133 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:14.134 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:14.134 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:14.134 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:14.134 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:14.138 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:14.138 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:30:14.138 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:14.138 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:14.141 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:14.142 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s13ms [proxy update] 18:30:14.147 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357805194) of file:///tmp/hawkSvnRepo1403007369403362697 18:30:14.148 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:14.190 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:14.190 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:14.205 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:30:14.205 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:14.206 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:30:14.206 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:30:14.218 [pool-61-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:30:14.286 [pool-61-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:30:14.286 [pool-61-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:30:14.286 [pool-61-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:30:14.286 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s81ms [pure insertion] marking any relevant derived attributes for update...18:30:14.286 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:30:14.287 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:30:14.287 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:14.287 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:14.288 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:14.288 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:30:14.288 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:14.288 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:14.289 [pool-61-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; 18:30:14.292 [pool-61-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 18:30:14.306 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:30:14.307 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:14.307 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s20ms [proxy update] 18:30:14.307 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357806522) of file:///tmp/hawkSvnRepo1403007369403362697 18:30:14.308 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:14.311 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:14.312 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:14.325 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:30:14.325 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:14.325 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:30:14.326 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:30:14.326 [pool-61-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:14.326 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:30:14.326 [pool-61-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:14.399 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s74ms [pure insertion] marking any relevant derived attributes for update...18:30:14.399 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:30:14.400 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:30:14.400 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:14.400 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:14.401 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:14.401 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:30:14.401 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:14.401 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:14.402 [pool-61-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; 18:30:14.490 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:30:14.490 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:14.490 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s91ms [proxy update] 18:30:14.491 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357808147) of file:///tmp/hawkSvnRepo1403007369403362697 18:30:14.492 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:14.495 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:14.495 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:14.508 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:30:14.508 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:14.509 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:30:14.510 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:30:14.510 [pool-61-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:14.510 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:30:14.510 [pool-61-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:14.513 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:30:14.514 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:30:14.515 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:30:14.515 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:14.515 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:14.515 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:14.515 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:14.515 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:14.515 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:14.516 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:14.516 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:30:14.516 [pool-61-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 ''; 0s93ms [proxy update] 18:30:14.608 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357810121) of file:///tmp/hawkSvnRepo1403007369403362697 18:30:14.609 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:14.614 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:14.614 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:14.686 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:30:14.686 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:14.687 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:30:14.688 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:30:14.688 [pool-61-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:14.688 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:30:14.688 [pool-61-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:14.689 [pool-61-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...18:30:14.689 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:30:14.690 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:30:14.690 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:14.690 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:14.690 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:14.690 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:14.690 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:14.690 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:14.691 [pool-61-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:14.691 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:30:14.691 [pool-61-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 ''; 0s36ms [proxy update] 18:30:14.727 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357812120) of file:///tmp/hawkSvnRepo1403007369403362697 18:30:14.727 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:14.728 [pool-61-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 612 ms 18:30:14.787 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:30:14.788 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1403007369403362697:org.eclipse.hawk.svn.SvnManager:false 18:30:14.792 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:14.792 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:30:14.795 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:30:14.796 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10918738926574521680/test_eContainerDerived[LevelDB GreyCat] 18:30:14.800 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:30:16.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:30:16.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:16.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 18:30:16.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:16.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:16.240 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:30:16.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:30:16.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:30:16.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:30:16.241 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:16.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:30:16.241 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:16.241 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:30:16.254 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:16.254 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:16.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:30:16.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:30:16.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:30:16.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:30:16.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:30:16.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:30:16.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:30:16.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:30:16.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:30:16.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:30:16.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:30:16.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:30:16.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:30:16.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:30:16.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:30:16.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:30:16.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:30:16.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:30:16.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:30:16.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:30:16.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:30:16.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:30:16.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:30:16.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:30:16.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:30:16.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:30:16.300 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:30:16.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:30:16.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:30:16.305 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:30:16.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:30:16.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:30:16.309 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:30:16.389 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:30:16.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:30:16.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:30:16.398 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:16.398 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:16.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:30:16.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:30:16.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:30:16.406 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:30:16.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:30:16.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:30:16.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:30:16.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:30:16.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:30:16.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:16.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:30:16.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:30:16.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:30:16.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:30:16.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:30:16.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:16.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:30:16.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:30:16.409 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:30:16.409 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:16.409 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:30:16.409 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:30:16.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:16.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:30:16.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:16.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:30:16.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:30:16.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:30:16.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:30:16.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:16.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:30:16.419 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:30:16.419 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:30:16.420 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:30:16.421 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:16.421 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:16.484 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:30:16.487 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:30:16.487 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo14269912610232836192 18:30:21.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14269912610232836192:org.eclipse.hawk.svn.SvnManager:false 18:30:21.123 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:21.123 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:21.145 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:21.145 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:21.145 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:21.145 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:21.145 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:21.152 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:21.152 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 18:30:21.152 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:21.152 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:21.158 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:21.158 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s40ms [proxy update] 18:30:21.185 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357815121) of file:///tmp/hawkSvnRepo14269912610232836192 18:30:21.186 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:21.197 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:21.197 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:21.220 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:30:21.220 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:21.286 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:30:21.286 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:30:21.305 [pool-63-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:30:21.316 [pool-63-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:30:21.316 [pool-63-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:30:21.316 [pool-63-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:30:21.316 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s96ms [pure insertion] marking any relevant derived attributes for update...18:30:21.316 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:30:21.317 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:30:21.317 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:21.317 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:21.318 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:21.318 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:30:21.318 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:21.318 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:21.319 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:21.319 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 18:30:21.319 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357816524) of file:///tmp/hawkSvnRepo14269912610232836192 18:30:21.320 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:21.321 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 198 ms No username/password recorded for the repository file:///tmp/hawkSvnRepo13435978880610111542 18:30:21.385 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13435978880610111542:org.eclipse.hawk.svn.SvnManager:false adding: file:///tmp/hawkSvnRepo14269912610232836192:org.eclipse.hawk.svn.SvnManager:false 18:30:21.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:21.391 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:21.403 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:21.404 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:21.404 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:21.404 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:21.404 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:21.404 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:21.404 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:21.404 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:21.404 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:21.405 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:21.405 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:21.405 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357814824) of file:///tmp/hawkSvnRepo13435978880610111542 18:30:21.406 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:21.410 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:21.411 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:21.490 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /main.xmi... 18:30:21.490 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:21.490 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:30:21.490 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /main.xmi... 18:30:21.499 [pool-63-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /main.xmi 18:30:21.508 [pool-63-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:30:21.508 [pool-63-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /main.xmi 18:30:21.508 [pool-63-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:30:21.508 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /main.xmi. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:30:21.508 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:30:21.509 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:30:21.509 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:21.509 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:21.509 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:21.510 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:30:21.510 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:21.510 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:21.510 [pool-63-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:21.510 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 18:30:21.511 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357819141) of file:///tmp/hawkSvnRepo13435978880610111542 18:30:21.511 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:21.512 [pool-63-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 119 ms 18:30:21.589 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:30:21.589 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13435978880610111542:org.eclipse.hawk.svn.SvnManager:false adding: file:///tmp/hawkSvnRepo14269912610232836192:org.eclipse.hawk.svn.SvnManager:false 18:30:21.592 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:21.593 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:30:21.595 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:30:21.595 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit425283986959928535/test_testCounts[LevelDB GreyCat] 18:30:21.599 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:30:21.904 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:30:21.908 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:21.908 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:30:21.908 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:21.908 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:21.913 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:30:21.913 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:30:21.913 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:30:21.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:30:21.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:30:21.914 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:21.914 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:21.914 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:30:21.987 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:21.987 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:21.995 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:30:21.995 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:30:21.998 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:30:21.998 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:30:21.998 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:30:22.000 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:30:22.000 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:30:22.000 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:30:22.001 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:30:22.001 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:30:22.001 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:30:22.003 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:30:22.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:30:22.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:30:22.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:30:22.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:30:22.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:30:22.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:30:22.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:30:22.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:30:22.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:30:22.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:30:22.087 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:30:22.089 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:30:22.089 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:30:22.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:30:22.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:30:22.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:30:22.093 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:30:22.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:30:22.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:30:22.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:30:22.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:30:22.233 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:30:22.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:30:22.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:30:22.287 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:22.287 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:22.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:30:22.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:30:22.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:30:22.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:30:22.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:30:22.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:30:22.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:30:22.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:30:22.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:30:22.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:22.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:30:22.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:30:22.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:30:22.298 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:30:22.299 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:30:22.299 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:30:22.299 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:22.299 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:30:22.299 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:30:22.299 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:30:22.299 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:22.300 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:30:22.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:22.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:30:22.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:30:22.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:30:22.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:30:22.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:30:22.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:30:22.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:30:22.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:30:22.309 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:30:22.309 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:30:22.309 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:30:22.381 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:22.381 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:22.391 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:30:22.393 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:30:22.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:30:22.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 130 bytes 18:30:22.509 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:22.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, size=130, fileKey=(dev=804,ino=992224842) 18:30:22.512 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, --version],/usr/bin 18:30:22.515 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'git version 2.30.2' 18:30:22.515 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 18:30:22.516 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, config, --system, --show-origin, --list, -z],/usr/bin 18:30:22.518 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'null' 18:30:22.518 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 18:30:22.591 [main] DEBUG org.eclipse.jgit.util.FS - readpipe rc=128 18:30:22.591 [main] DEBUG org.eclipse.jgit.util.FS - Exception caught during execution of command '[/usr/bin/git, config, --system, --show-origin, --list, -z]' in '/usr/bin', return code '128', error message 'fatal: unable to read config file '/etc/gitconfig': No such file or directory ' 18:30:22.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:30:22.592 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.gitconfig] 18:30:22.600 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.600 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:22.601289000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822601289000 ns, racy<=2500000000 ns 18:30:22.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:22.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.619 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:22.601289000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822601289000 ns, racy<=2500000000 ns 18:30:22.619 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:22.619 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.619 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.619 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.619 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.619 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:22.601289000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822601289000 ns, racy<=2500000000 ns 18:30:22.619 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:22.621 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.621 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:22.601289000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822601289000 ns, racy<=2500000000 ns 18:30:22.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:22.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:22.601289000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822601289000 ns, racy<=2500000000 ns 18:30:22.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:22.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:22.601289000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822601289000 ns, racy<=2500000000 ns 18:30:22.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:22.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:22.601289000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822601289000 ns, racy<=2500000000 ns 18:30:22.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:22.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:22.601289000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822601289000 ns, racy<=2500000000 ns 18:30:22.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:22.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:22.601289000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822601289000 ns, racy<=2500000000 ns 18:30:22.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:22.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:22.694115000, lastModified=2023-10-03 18:30:22.692253000, size=23, fileKey=(dev=1000ef,ino=102351772) 18:30:22.702 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:22.702690000, lastModified=2023-10-03 18:30:22.701253000, size=78, fileKey=(dev=1000ef,ino=102351774) 18:30:22.705 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:22.705321000, lastModified=2023-10-03 18:30:22.701253000, size=78, fileKey=(dev=1000ef,ino=102351774) 18:30:22.705 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.705 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.706 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.706 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.706 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:22.706367000, lastModified=2023-10-03 18:30:22.701253000, size=78, fileKey=(dev=1000ef,ino=102351774) 18:30:22.706 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.706 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.707 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.707 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.707 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=true, read=2023-10-03 18:30:22.706367000, lastModified=2023-10-03 18:30:22.701253000, delta=5114000 ns, racy<=2500000000 ns 18:30:22.707 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is racily clean 18:30:22.707 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:22.707377000, lastModified=2023-10-03 18:30:22.701253000, size=78, fileKey=(dev=1000ef,ino=102351774) 18:30:22.707 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=true, read=2023-10-03 18:30:22.707377000, lastModified=2023-10-03 18:30:22.701253000, delta=6124000 ns, racy<=2500000000 ns 18:30:22.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=true, read=2023-10-03 18:30:22.707377000, lastModified=2023-10-03 18:30:22.701253000, delta=6124000 ns, racy<=2500000000 ns 18:30:22.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is racily clean 18:30:22.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:22.785257000, lastModified=2023-10-03 18:30:22.701253000, size=78, fileKey=(dev=1000ef,ino=102351774) 18:30:22.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=true, read=2023-10-03 18:30:22.785257000, lastModified=2023-10-03 18:30:22.701253000, delta=84004000 ns, racy<=2500000000 ns 18:30:22.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=true, read=2023-10-03 18:30:22.785257000, lastModified=2023-10-03 18:30:22.701253000, delta=84004000 ns, racy<=2500000000 ns 18:30:22.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is racily clean 18:30:22.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:22.798020000, lastModified=2023-10-03 18:30:22.701253000, size=78, fileKey=(dev=1000ef,ino=102351774) 18:30:22.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=true, read=2023-10-03 18:30:22.798020000, lastModified=2023-10-03 18:30:22.701253000, delta=96767000 ns, racy<=2500000000 ns 18:30:22.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=true, read=2023-10-03 18:30:22.798020000, lastModified=2023-10-03 18:30:22.701253000, delta=96767000 ns, racy<=2500000000 ns 18:30:22.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is racily clean 18:30:22.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:22.800939000, lastModified=2023-10-03 18:30:22.701253000, size=78, fileKey=(dev=1000ef,ino=102351774) 18:30:22.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=true, read=2023-10-03 18:30:22.800939000, lastModified=2023-10-03 18:30:22.701253000, delta=99686000 ns, racy<=2500000000 ns 18:30:22.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=true, read=2023-10-03 18:30:22.800939000, lastModified=2023-10-03 18:30:22.701253000, delta=99686000 ns, racy<=2500000000 ns 18:30:22.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is racily clean 18:30:22.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:22.804993000, lastModified=2023-10-03 18:30:22.701253000, size=78, fileKey=(dev=1000ef,ino=102351774) 18:30:22.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=true, read=2023-10-03 18:30:22.804993000, lastModified=2023-10-03 18:30:22.701253000, delta=103740000 ns, racy<=2500000000 ns 18:30:22.810 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.811 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.811 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.811 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.811 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=true, read=2023-10-03 18:30:22.804993000, lastModified=2023-10-03 18:30:22.701253000, delta=103740000 ns, racy<=2500000000 ns 18:30:22.811 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is racily clean 18:30:22.811 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:22.811578000, lastModified=2023-10-03 18:30:22.701253000, size=78, fileKey=(dev=1000ef,ino=102351774) 18:30:22.811 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=true, read=2023-10-03 18:30:22.811578000, lastModified=2023-10-03 18:30:22.701253000, delta=110325000 ns, racy<=2500000000 ns 18:30:22.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:30:22.816 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, create new FileSnapshot: lastRead=2023-10-03 18:30:22.816271000, lastModified=2023-10-03 18:30:22.620253000, size=6, fileKey=(dev=1000ef,ino=111653780) 18:30:22.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:22.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:22.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:22.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:22.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure timestamp resolution / (overlay) in /tmp/junit10944146869878240904/.git/objects 18:30:22.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: end measure timestamp resolution / (overlay) in /tmp/junit10944146869878240904/.git/objects; got PT0.000007S 18:30:22.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure minimal racy interval in /tmp/junit10944146869878240904/.git/objects 18:30:22.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.820952000, lastModified=2023-10-03 18:30:22.819254000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.819254000 to 2023-10-03 18:30:22.820254000 18:30:22.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.821965000, lastModified=2023-10-03 18:30:22.820254000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.820254000 to 2023-10-03 18:30:22.821254000 18:30:22.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.822840000, lastModified=2023-10-03 18:30:22.821254000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.822840000, lastModified=2023-10-03 18:30:22.821254000, delta=1586000 ns, racy<=17500 ns 18:30:22.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.824623000, lastModified=2023-10-03 18:30:22.823254000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.824623000, lastModified=2023-10-03 18:30:22.823254000, delta=1369000 ns, racy<=17500 ns 18:30:22.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.825573000, lastModified=2023-10-03 18:30:22.824254000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.825573000, lastModified=2023-10-03 18:30:22.824254000, delta=1319000 ns, racy<=17500 ns 18:30:22.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.826521000, lastModified=2023-10-03 18:30:22.825254000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.826521000, lastModified=2023-10-03 18:30:22.825254000, delta=1267000 ns, racy<=17500 ns 18:30:22.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.827444000, lastModified=2023-10-03 18:30:22.826254000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.827444000, lastModified=2023-10-03 18:30:22.826254000, delta=1190000 ns, racy<=17500 ns 18:30:22.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.881097000, lastModified=2023-10-03 18:30:22.879255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.879255000 to 2023-10-03 18:30:22.880255000 18:30:22.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.882007000, lastModified=2023-10-03 18:30:22.880255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.880255000 to 2023-10-03 18:30:22.881255000 18:30:22.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.882839000, lastModified=2023-10-03 18:30:22.881255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.882839000, lastModified=2023-10-03 18:30:22.881255000, delta=1584000 ns, racy<=17500 ns 18:30:22.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.883739000, lastModified=2023-10-03 18:30:22.882255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.883739000, lastModified=2023-10-03 18:30:22.882255000, delta=1484000 ns, racy<=17500 ns 18:30:22.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.884974000, lastModified=2023-10-03 18:30:22.883255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.883255000 to 2023-10-03 18:30:22.884255000 18:30:22.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.886299000, lastModified=2023-10-03 18:30:22.884255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.884255000 to 2023-10-03 18:30:22.885255000 18:30:22.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.887104000, lastModified=2023-10-03 18:30:22.885255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.885255000 to 2023-10-03 18:30:22.886255000 18:30:22.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.887942000, lastModified=2023-10-03 18:30:22.886255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.886255000 to 2023-10-03 18:30:22.887255000 18:30:22.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.888777000, lastModified=2023-10-03 18:30:22.887255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.888777000, lastModified=2023-10-03 18:30:22.887255000, delta=1522000 ns, racy<=17500 ns 18:30:22.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.889677000, lastModified=2023-10-03 18:30:22.888255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.889677000, lastModified=2023-10-03 18:30:22.888255000, delta=1422000 ns, racy<=17500 ns 18:30:22.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.890575000, lastModified=2023-10-03 18:30:22.889255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.889255000 to 2023-10-03 18:30:22.890255000 18:30:22.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.892417000, lastModified=2023-10-03 18:30:22.891255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.892417000, lastModified=2023-10-03 18:30:22.891255000, delta=1162000 ns, racy<=17500 ns 18:30:22.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.893344000, lastModified=2023-10-03 18:30:22.892255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.893344000, lastModified=2023-10-03 18:30:22.892255000, delta=1089000 ns, racy<=17500 ns 18:30:22.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.894228000, lastModified=2023-10-03 18:30:22.892255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.892255000 to 2023-10-03 18:30:22.893255000 18:30:22.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.895058000, lastModified=2023-10-03 18:30:22.893255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.893255000 to 2023-10-03 18:30:22.894255000 18:30:22.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.895840000, lastModified=2023-10-03 18:30:22.894255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.895840000, lastModified=2023-10-03 18:30:22.894255000, delta=1585000 ns, racy<=17500 ns 18:30:22.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.896742000, lastModified=2023-10-03 18:30:22.895255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.896742000, lastModified=2023-10-03 18:30:22.895255000, delta=1487000 ns, racy<=17500 ns 18:30:22.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.898026000, lastModified=2023-10-03 18:30:22.896255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.896255000 to 2023-10-03 18:30:22.897255000 18:30:22.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.899202000, lastModified=2023-10-03 18:30:22.897255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.897255000 to 2023-10-03 18:30:22.898255000 18:30:22.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.900056000, lastModified=2023-10-03 18:30:22.898255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.898255000 to 2023-10-03 18:30:22.899255000 18:30:22.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.900903000, lastModified=2023-10-03 18:30:22.899255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.899255000 to 2023-10-03 18:30:22.900255000 18:30:22.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.901715000, lastModified=2023-10-03 18:30:22.900255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.901715000, lastModified=2023-10-03 18:30:22.900255000, delta=1460000 ns, racy<=17500 ns 18:30:22.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.902638000, lastModified=2023-10-03 18:30:22.901255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.902638000, lastModified=2023-10-03 18:30:22.901255000, delta=1383000 ns, racy<=17500 ns 18:30:22.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.903560000, lastModified=2023-10-03 18:30:22.902255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.902255000 to 2023-10-03 18:30:22.903255000 18:30:22.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.905304000, lastModified=2023-10-03 18:30:22.903255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.903255000 to 2023-10-03 18:30:22.904255000 18:30:22.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.906120000, lastModified=2023-10-03 18:30:22.904255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.904255000 to 2023-10-03 18:30:22.905255000 18:30:22.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.906914000, lastModified=2023-10-03 18:30:22.905255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.905255000 to 2023-10-03 18:30:22.906255000 18:30:22.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.907731000, lastModified=2023-10-03 18:30:22.906255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.907731000, lastModified=2023-10-03 18:30:22.906255000, delta=1476000 ns, racy<=17500 ns 18:30:22.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.908625000, lastModified=2023-10-03 18:30:22.907255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.908625000, lastModified=2023-10-03 18:30:22.907255000, delta=1370000 ns, racy<=17500 ns 18:30:22.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.909531000, lastModified=2023-10-03 18:30:22.908255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.909531000, lastModified=2023-10-03 18:30:22.908255000, delta=1276000 ns, racy<=17500 ns 18:30:22.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.910412000, lastModified=2023-10-03 18:30:22.909255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.909255000 to 2023-10-03 18:30:22.910255000 18:30:22.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.912389000, lastModified=2023-10-03 18:30:22.911255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.912389000, lastModified=2023-10-03 18:30:22.911255000, delta=1134000 ns, racy<=17500 ns 18:30:22.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.913565000, lastModified=2023-10-03 18:30:22.912255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.913565000, lastModified=2023-10-03 18:30:22.912255000, delta=1310000 ns, racy<=17500 ns 18:30:22.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.914603000, lastModified=2023-10-03 18:30:22.913255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.914603000, lastModified=2023-10-03 18:30:22.913255000, delta=1348000 ns, racy<=17500 ns 18:30:22.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.915845000, lastModified=2023-10-03 18:30:22.914255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.914255000 to 2023-10-03 18:30:22.915255000 18:30:22.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.916979000, lastModified=2023-10-03 18:30:22.915255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.915255000 to 2023-10-03 18:30:22.916255000 18:30:22.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.918143000, lastModified=2023-10-03 18:30:22.916255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.916255000 to 2023-10-03 18:30:22.917255000 18:30:22.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.919281000, lastModified=2023-10-03 18:30:22.917255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.917255000 to 2023-10-03 18:30:22.918255000 18:30:22.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.920863000, lastModified=2023-10-03 18:30:22.919255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.919255000 to 2023-10-03 18:30:22.921255000 18:30:22.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.922201000, lastModified=2023-10-03 18:30:22.921255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.922201000, lastModified=2023-10-03 18:30:22.921255000, delta=946000 ns, racy<=17500 ns 18:30:22.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.923435000, lastModified=2023-10-03 18:30:22.922255000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.922255000 to 2023-10-03 18:30:22.980256000 18:30:22.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.981792000, lastModified=2023-10-03 18:30:22.981256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.981792000, lastModified=2023-10-03 18:30:22.981256000, delta=536000 ns, racy<=17500 ns 18:30:22.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.982710000, lastModified=2023-10-03 18:30:22.981256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.982710000, lastModified=2023-10-03 18:30:22.981256000, delta=1454000 ns, racy<=17500 ns 18:30:22.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.983596000, lastModified=2023-10-03 18:30:22.982256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.983596000, lastModified=2023-10-03 18:30:22.982256000, delta=1340000 ns, racy<=17500 ns 18:30:22.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.984503000, lastModified=2023-10-03 18:30:22.983256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.984503000, lastModified=2023-10-03 18:30:22.983256000, delta=1247000 ns, racy<=17500 ns 18:30:22.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.985338000, lastModified=2023-10-03 18:30:22.984256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.985338000, lastModified=2023-10-03 18:30:22.984256000, delta=1082000 ns, racy<=17500 ns 18:30:22.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.986276000, lastModified=2023-10-03 18:30:22.984256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.984256000 to 2023-10-03 18:30:22.985256000 18:30:22.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.987014000, lastModified=2023-10-03 18:30:22.985256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.985256000 to 2023-10-03 18:30:22.986256000 18:30:22.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.988922000, lastModified=2023-10-03 18:30:22.988256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.988922000, lastModified=2023-10-03 18:30:22.988256000, delta=666000 ns, racy<=17500 ns 18:30:22.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.989846000, lastModified=2023-10-03 18:30:22.988256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.989846000, lastModified=2023-10-03 18:30:22.988256000, delta=1590000 ns, racy<=17500 ns 18:30:22.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.990745000, lastModified=2023-10-03 18:30:22.989256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.990745000, lastModified=2023-10-03 18:30:22.989256000, delta=1489000 ns, racy<=17500 ns 18:30:22.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.991613000, lastModified=2023-10-03 18:30:22.990256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.991613000, lastModified=2023-10-03 18:30:22.990256000, delta=1357000 ns, racy<=17500 ns 18:30:22.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.992465000, lastModified=2023-10-03 18:30:22.991256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.992465000, lastModified=2023-10-03 18:30:22.991256000, delta=1209000 ns, racy<=17500 ns 18:30:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.993343000, lastModified=2023-10-03 18:30:22.992256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.993343000, lastModified=2023-10-03 18:30:22.992256000, delta=1087000 ns, racy<=17500 ns 18:30:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.994206000, lastModified=2023-10-03 18:30:22.992256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.992256000 to 2023-10-03 18:30:22.994256000 18:30:22.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.995851000, lastModified=2023-10-03 18:30:22.994256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.994256000 to 2023-10-03 18:30:22.995256000 18:30:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.997172000, lastModified=2023-10-03 18:30:22.995256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.995256000 to 2023-10-03 18:30:22.996256000 18:30:22.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.997987000, lastModified=2023-10-03 18:30:22.996256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:22.996256000 to 2023-10-03 18:30:22.997256000 18:30:22.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.998803000, lastModified=2023-10-03 18:30:22.997256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.998803000, lastModified=2023-10-03 18:30:22.997256000, delta=1547000 ns, racy<=17500 ns 18:30:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:22.999681000, lastModified=2023-10-03 18:30:22.998256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:22.999681000, lastModified=2023-10-03 18:30:22.998256000, delta=1425000 ns, racy<=17500 ns 18:30:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.000540000, lastModified=2023-10-03 18:30:22.999256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.000540000, lastModified=2023-10-03 18:30:22.999256000, delta=1284000 ns, racy<=17500 ns 18:30:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.001408000, lastModified=2023-10-03 18:30:23.000256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.001408000, lastModified=2023-10-03 18:30:23.000256000, delta=1152000 ns, racy<=17500 ns 18:30:23.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.002267000, lastModified=2023-10-03 18:30:23.000256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.000256000 to 2023-10-03 18:30:23.001256000 18:30:23.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.003927000, lastModified=2023-10-03 18:30:23.002256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.002256000 to 2023-10-03 18:30:23.003256000 18:30:23.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.004751000, lastModified=2023-10-03 18:30:23.003256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.004751000, lastModified=2023-10-03 18:30:23.003256000, delta=1495000 ns, racy<=17500 ns 18:30:23.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.005609000, lastModified=2023-10-03 18:30:23.004256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.005609000, lastModified=2023-10-03 18:30:23.004256000, delta=1353000 ns, racy<=17500 ns 18:30:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.006485000, lastModified=2023-10-03 18:30:23.005256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.006485000, lastModified=2023-10-03 18:30:23.005256000, delta=1229000 ns, racy<=17500 ns 18:30:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.007348000, lastModified=2023-10-03 18:30:23.006256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.007348000, lastModified=2023-10-03 18:30:23.006256000, delta=1092000 ns, racy<=17500 ns 18:30:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.008176000, lastModified=2023-10-03 18:30:23.006256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.006256000 to 2023-10-03 18:30:23.007256000 18:30:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.008957000, lastModified=2023-10-03 18:30:23.007256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.007256000 to 2023-10-03 18:30:23.008256000 18:30:23.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.010210000, lastModified=2023-10-03 18:30:23.008256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.008256000 to 2023-10-03 18:30:23.009256000 18:30:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.011358000, lastModified=2023-10-03 18:30:23.010256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.011358000, lastModified=2023-10-03 18:30:23.010256000, delta=1102000 ns, racy<=17500 ns 18:30:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.012175000, lastModified=2023-10-03 18:30:23.010256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.010256000 to 2023-10-03 18:30:23.011256000 18:30:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.012938000, lastModified=2023-10-03 18:30:23.011256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.011256000 to 2023-10-03 18:30:23.012256000 18:30:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.013773000, lastModified=2023-10-03 18:30:23.012256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.013773000, lastModified=2023-10-03 18:30:23.012256000, delta=1517000 ns, racy<=17500 ns 18:30:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.014691000, lastModified=2023-10-03 18:30:23.013256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.014691000, lastModified=2023-10-03 18:30:23.013256000, delta=1435000 ns, racy<=17500 ns 18:30:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.015547000, lastModified=2023-10-03 18:30:23.014256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.015547000, lastModified=2023-10-03 18:30:23.014256000, delta=1291000 ns, racy<=17500 ns 18:30:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.016536000, lastModified=2023-10-03 18:30:23.015256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.015256000 to 2023-10-03 18:30:23.016256000 18:30:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.018214000, lastModified=2023-10-03 18:30:23.016256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.016256000 to 2023-10-03 18:30:23.017256000 18:30:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.018976000, lastModified=2023-10-03 18:30:23.017256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.017256000 to 2023-10-03 18:30:23.018256000 18:30:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.019719000, lastModified=2023-10-03 18:30:23.018256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.019719000, lastModified=2023-10-03 18:30:23.018256000, delta=1463000 ns, racy<=17500 ns 18:30:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.020629000, lastModified=2023-10-03 18:30:23.019256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.020629000, lastModified=2023-10-03 18:30:23.019256000, delta=1373000 ns, racy<=17500 ns 18:30:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.021520000, lastModified=2023-10-03 18:30:23.020256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.021520000, lastModified=2023-10-03 18:30:23.020256000, delta=1264000 ns, racy<=17500 ns 18:30:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.022337000, lastModified=2023-10-03 18:30:23.021256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.022337000, lastModified=2023-10-03 18:30:23.021256000, delta=1081000 ns, racy<=17500 ns 18:30:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.023161000, lastModified=2023-10-03 18:30:23.021256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.021256000 to 2023-10-03 18:30:23.022256000 18:30:23.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.081149000, lastModified=2023-10-03 18:30:23.079256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.079256000 to 2023-10-03 18:30:23.080256000 18:30:23.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.082381000, lastModified=2023-10-03 18:30:23.081256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.082381000, lastModified=2023-10-03 18:30:23.081256000, delta=1125000 ns, racy<=17500 ns 18:30:23.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.083287000, lastModified=2023-10-03 18:30:23.081256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.081256000 to 2023-10-03 18:30:23.082256000 18:30:23.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.084007000, lastModified=2023-10-03 18:30:23.082256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.082256000 to 2023-10-03 18:30:23.083256000 18:30:23.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.084698000, lastModified=2023-10-03 18:30:23.083256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.084698000, lastModified=2023-10-03 18:30:23.083256000, delta=1442000 ns, racy<=17500 ns 18:30:23.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.085571000, lastModified=2023-10-03 18:30:23.084256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.085571000, lastModified=2023-10-03 18:30:23.084256000, delta=1315000 ns, racy<=17500 ns 18:30:23.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.086358000, lastModified=2023-10-03 18:30:23.085256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.086358000, lastModified=2023-10-03 18:30:23.085256000, delta=1102000 ns, racy<=17500 ns 18:30:23.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.087112000, lastModified=2023-10-03 18:30:23.085256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.085256000 to 2023-10-03 18:30:23.086256000 18:30:23.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.088625000, lastModified=2023-10-03 18:30:23.087256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.087256000 to 2023-10-03 18:30:23.088256000 18:30:23.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.089836000, lastModified=2023-10-03 18:30:23.088256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.089836000, lastModified=2023-10-03 18:30:23.088256000, delta=1580000 ns, racy<=17500 ns 18:30:23.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.090638000, lastModified=2023-10-03 18:30:23.089256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.090638000, lastModified=2023-10-03 18:30:23.089256000, delta=1382000 ns, racy<=17500 ns 18:30:23.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.091427000, lastModified=2023-10-03 18:30:23.090256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.091427000, lastModified=2023-10-03 18:30:23.090256000, delta=1171000 ns, racy<=17500 ns 18:30:23.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.092189000, lastModified=2023-10-03 18:30:23.090256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.090256000 to 2023-10-03 18:30:23.091256000 18:30:23.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.092935000, lastModified=2023-10-03 18:30:23.091256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.092935000, lastModified=2023-10-03 18:30:23.091256000, delta=1679000 ns, racy<=17500 ns 18:30:23.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.093712000, lastModified=2023-10-03 18:30:23.092256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.093712000, lastModified=2023-10-03 18:30:23.092256000, delta=1456000 ns, racy<=17500 ns 18:30:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.094621000, lastModified=2023-10-03 18:30:23.093256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.093256000 to 2023-10-03 18:30:23.094256000 18:30:23.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.096200000, lastModified=2023-10-03 18:30:23.094256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.094256000 to 2023-10-03 18:30:23.095256000 18:30:23.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.097454000, lastModified=2023-10-03 18:30:23.096256000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.097454000, lastModified=2023-10-03 18:30:23.096256000, delta=1198000 ns, racy<=17500 ns 18:30:23.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.098824000, lastModified=2023-10-03 18:30:23.097257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.098824000, lastModified=2023-10-03 18:30:23.097257000, delta=1567000 ns, racy<=17500 ns 18:30:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.099611000, lastModified=2023-10-03 18:30:23.098257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.099611000, lastModified=2023-10-03 18:30:23.098257000, delta=1354000 ns, racy<=17500 ns 18:30:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.100417000, lastModified=2023-10-03 18:30:23.099257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.100417000, lastModified=2023-10-03 18:30:23.099257000, delta=1160000 ns, racy<=17500 ns 18:30:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.101227000, lastModified=2023-10-03 18:30:23.099257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.099257000 to 2023-10-03 18:30:23.100257000 18:30:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.103067000, lastModified=2023-10-03 18:30:23.101257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.101257000 to 2023-10-03 18:30:23.102257000 18:30:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.103853000, lastModified=2023-10-03 18:30:23.102257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.103853000, lastModified=2023-10-03 18:30:23.102257000, delta=1596000 ns, racy<=17500 ns 18:30:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.104695000, lastModified=2023-10-03 18:30:23.103257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.104695000, lastModified=2023-10-03 18:30:23.103257000, delta=1438000 ns, racy<=17500 ns 18:30:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.105500000, lastModified=2023-10-03 18:30:23.104257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.105500000, lastModified=2023-10-03 18:30:23.104257000, delta=1243000 ns, racy<=17500 ns 18:30:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.106311000, lastModified=2023-10-03 18:30:23.104257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.104257000 to 2023-10-03 18:30:23.105257000 18:30:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.106991000, lastModified=2023-10-03 18:30:23.105257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.105257000 to 2023-10-03 18:30:23.106257000 18:30:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.107727000, lastModified=2023-10-03 18:30:23.106257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.106257000 to 2023-10-03 18:30:23.107257000 18:30:23.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.109633000, lastModified=2023-10-03 18:30:23.108257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.109633000, lastModified=2023-10-03 18:30:23.108257000, delta=1376000 ns, racy<=17500 ns 18:30:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.110451000, lastModified=2023-10-03 18:30:23.109257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.110451000, lastModified=2023-10-03 18:30:23.109257000, delta=1194000 ns, racy<=17500 ns 18:30:23.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.111312000, lastModified=2023-10-03 18:30:23.109257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.109257000 to 2023-10-03 18:30:23.110257000 18:30:23.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.112047000, lastModified=2023-10-03 18:30:23.110257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.110257000 to 2023-10-03 18:30:23.111257000 18:30:23.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.112792000, lastModified=2023-10-03 18:30:23.111257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.112792000, lastModified=2023-10-03 18:30:23.111257000, delta=1535000 ns, racy<=17500 ns 18:30:23.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.113625000, lastModified=2023-10-03 18:30:23.112257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.113625000, lastModified=2023-10-03 18:30:23.112257000, delta=1368000 ns, racy<=17500 ns 18:30:23.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.114399000, lastModified=2023-10-03 18:30:23.113257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.113257000 to 2023-10-03 18:30:23.114257000 18:30:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.116366000, lastModified=2023-10-03 18:30:23.115257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.116366000, lastModified=2023-10-03 18:30:23.115257000, delta=1109000 ns, racy<=17500 ns 18:30:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.117276000, lastModified=2023-10-03 18:30:23.115257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.115257000 to 2023-10-03 18:30:23.116257000 18:30:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.117965000, lastModified=2023-10-03 18:30:23.116257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.116257000 to 2023-10-03 18:30:23.117257000 18:30:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.118668000, lastModified=2023-10-03 18:30:23.117257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.118668000, lastModified=2023-10-03 18:30:23.117257000, delta=1411000 ns, racy<=17500 ns 18:30:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.119479000, lastModified=2023-10-03 18:30:23.118257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.119479000, lastModified=2023-10-03 18:30:23.118257000, delta=1222000 ns, racy<=17500 ns 18:30:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.120260000, lastModified=2023-10-03 18:30:23.118257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.118257000 to 2023-10-03 18:30:23.119257000 18:30:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.120906000, lastModified=2023-10-03 18:30:23.119257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.119257000 to 2023-10-03 18:30:23.120257000 18:30:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.122875000, lastModified=2023-10-03 18:30:23.121257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.122875000, lastModified=2023-10-03 18:30:23.121257000, delta=1618000 ns, racy<=17500 ns 18:30:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.123637000, lastModified=2023-10-03 18:30:23.122257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.123637000, lastModified=2023-10-03 18:30:23.122257000, delta=1380000 ns, racy<=17500 ns 18:30:23.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.181219000, lastModified=2023-10-03 18:30:23.179257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.179257000 to 2023-10-03 18:30:23.180257000 18:30:23.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.181987000, lastModified=2023-10-03 18:30:23.180257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.180257000 to 2023-10-03 18:30:23.181257000 18:30:23.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.182666000, lastModified=2023-10-03 18:30:23.181257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.182666000, lastModified=2023-10-03 18:30:23.181257000, delta=1409000 ns, racy<=17500 ns 18:30:23.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.183449000, lastModified=2023-10-03 18:30:23.182257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.183449000, lastModified=2023-10-03 18:30:23.182257000, delta=1192000 ns, racy<=17500 ns 18:30:23.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.184234000, lastModified=2023-10-03 18:30:23.182257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.182257000 to 2023-10-03 18:30:23.183257000 18:30:23.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.184935000, lastModified=2023-10-03 18:30:23.183257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.184935000, lastModified=2023-10-03 18:30:23.183257000, delta=1678000 ns, racy<=17500 ns 18:30:23.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.185689000, lastModified=2023-10-03 18:30:23.184257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.185689000, lastModified=2023-10-03 18:30:23.184257000, delta=1432000 ns, racy<=17500 ns 18:30:23.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.186500000, lastModified=2023-10-03 18:30:23.185257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.186500000, lastModified=2023-10-03 18:30:23.185257000, delta=1243000 ns, racy<=17500 ns 18:30:23.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.187987000, lastModified=2023-10-03 18:30:23.186257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.186257000 to 2023-10-03 18:30:23.187257000 18:30:23.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.189099000, lastModified=2023-10-03 18:30:23.187257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.187257000 to 2023-10-03 18:30:23.188257000 18:30:23.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.189803000, lastModified=2023-10-03 18:30:23.188257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.189803000, lastModified=2023-10-03 18:30:23.188257000, delta=1546000 ns, racy<=17500 ns 18:30:23.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.190575000, lastModified=2023-10-03 18:30:23.189257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.190575000, lastModified=2023-10-03 18:30:23.189257000, delta=1318000 ns, racy<=17500 ns 18:30:23.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.191377000, lastModified=2023-10-03 18:30:23.190257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.191377000, lastModified=2023-10-03 18:30:23.190257000, delta=1120000 ns, racy<=17500 ns 18:30:23.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.192133000, lastModified=2023-10-03 18:30:23.190257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.190257000 to 2023-10-03 18:30:23.191257000 18:30:23.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.192812000, lastModified=2023-10-03 18:30:23.191257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.192812000, lastModified=2023-10-03 18:30:23.191257000, delta=1555000 ns, racy<=17500 ns 18:30:23.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.193581000, lastModified=2023-10-03 18:30:23.192257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.192257000 to 2023-10-03 18:30:23.193257000 18:30:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.195241000, lastModified=2023-10-03 18:30:23.193257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.193257000 to 2023-10-03 18:30:23.194257000 18:30:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.196014000, lastModified=2023-10-03 18:30:23.194257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.194257000 to 2023-10-03 18:30:23.195257000 18:30:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.196737000, lastModified=2023-10-03 18:30:23.195257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.196737000, lastModified=2023-10-03 18:30:23.195257000, delta=1480000 ns, racy<=17500 ns 18:30:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.197540000, lastModified=2023-10-03 18:30:23.196257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.197540000, lastModified=2023-10-03 18:30:23.196257000, delta=1283000 ns, racy<=17500 ns 18:30:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.198321000, lastModified=2023-10-03 18:30:23.196257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.196257000 to 2023-10-03 18:30:23.197257000 18:30:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.198993000, lastModified=2023-10-03 18:30:23.197257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.197257000 to 2023-10-03 18:30:23.198257000 18:30:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.199678000, lastModified=2023-10-03 18:30:23.198257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.198257000 to 2023-10-03 18:30:23.199257000 18:30:23.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.201532000, lastModified=2023-10-03 18:30:23.200257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.201532000, lastModified=2023-10-03 18:30:23.200257000, delta=1275000 ns, racy<=17500 ns 18:30:23.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.202304000, lastModified=2023-10-03 18:30:23.200257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.200257000 to 2023-10-03 18:30:23.201257000 18:30:23.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.202948000, lastModified=2023-10-03 18:30:23.201257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.202948000, lastModified=2023-10-03 18:30:23.201257000, delta=1691000 ns, racy<=17500 ns 18:30:23.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.203673000, lastModified=2023-10-03 18:30:23.202257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.203673000, lastModified=2023-10-03 18:30:23.202257000, delta=1416000 ns, racy<=17500 ns 18:30:23.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.204429000, lastModified=2023-10-03 18:30:23.203257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.204429000, lastModified=2023-10-03 18:30:23.203257000, delta=1172000 ns, racy<=17500 ns 18:30:23.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.205154000, lastModified=2023-10-03 18:30:23.203257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.203257000 to 2023-10-03 18:30:23.204257000 18:30:23.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.205802000, lastModified=2023-10-03 18:30:23.204257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.205802000, lastModified=2023-10-03 18:30:23.204257000, delta=1545000 ns, racy<=17500 ns 18:30:23.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.206521000, lastModified=2023-10-03 18:30:23.205257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.206521000, lastModified=2023-10-03 18:30:23.205257000, delta=1264000 ns, racy<=17500 ns 18:30:23.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.207846000, lastModified=2023-10-03 18:30:23.206257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.206257000 to 2023-10-03 18:30:23.207257000 18:30:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.209180000, lastModified=2023-10-03 18:30:23.207257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.207257000 to 2023-10-03 18:30:23.208257000 18:30:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.209924000, lastModified=2023-10-03 18:30:23.208257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.209924000, lastModified=2023-10-03 18:30:23.208257000, delta=1667000 ns, racy<=17500 ns 18:30:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.210733000, lastModified=2023-10-03 18:30:23.209257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.210733000, lastModified=2023-10-03 18:30:23.209257000, delta=1476000 ns, racy<=17500 ns 18:30:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.211539000, lastModified=2023-10-03 18:30:23.210257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.211539000, lastModified=2023-10-03 18:30:23.210257000, delta=1282000 ns, racy<=17500 ns 18:30:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.212308000, lastModified=2023-10-03 18:30:23.210257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.210257000 to 2023-10-03 18:30:23.211257000 18:30:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.212977000, lastModified=2023-10-03 18:30:23.211257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.211257000 to 2023-10-03 18:30:23.212257000 18:30:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.213615000, lastModified=2023-10-03 18:30:23.212257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.213615000, lastModified=2023-10-03 18:30:23.212257000, delta=1358000 ns, racy<=17500 ns 18:30:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.215082000, lastModified=2023-10-03 18:30:23.213257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.213257000 to 2023-10-03 18:30:23.214257000 18:30:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.216278000, lastModified=2023-10-03 18:30:23.214257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.214257000 to 2023-10-03 18:30:23.215257000 18:30:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.216966000, lastModified=2023-10-03 18:30:23.215257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.215257000 to 2023-10-03 18:30:23.216257000 18:30:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.217634000, lastModified=2023-10-03 18:30:23.216257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.217634000, lastModified=2023-10-03 18:30:23.216257000, delta=1377000 ns, racy<=17500 ns 18:30:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.218423000, lastModified=2023-10-03 18:30:23.217257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.218423000, lastModified=2023-10-03 18:30:23.217257000, delta=1166000 ns, racy<=17500 ns 18:30:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.219183000, lastModified=2023-10-03 18:30:23.217257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.217257000 to 2023-10-03 18:30:23.218257000 18:30:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.219849000, lastModified=2023-10-03 18:30:23.218257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.219849000, lastModified=2023-10-03 18:30:23.218257000, delta=1592000 ns, racy<=17500 ns 18:30:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.220582000, lastModified=2023-10-03 18:30:23.219257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.220582000, lastModified=2023-10-03 18:30:23.219257000, delta=1325000 ns, racy<=17500 ns 18:30:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.221333000, lastModified=2023-10-03 18:30:23.220257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.221333000, lastModified=2023-10-03 18:30:23.220257000, delta=1076000 ns, racy<=17500 ns 18:30:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.222623000, lastModified=2023-10-03 18:30:23.221257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.221257000 to 2023-10-03 18:30:23.222257000 18:30:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.223886000, lastModified=2023-10-03 18:30:23.222257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.223886000, lastModified=2023-10-03 18:30:23.222257000, delta=1629000 ns, racy<=17500 ns 18:30:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.224646000, lastModified=2023-10-03 18:30:23.223257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.224646000, lastModified=2023-10-03 18:30:23.223257000, delta=1389000 ns, racy<=17500 ns 18:30:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.225425000, lastModified=2023-10-03 18:30:23.224257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.225425000, lastModified=2023-10-03 18:30:23.224257000, delta=1168000 ns, racy<=17500 ns 18:30:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.226161000, lastModified=2023-10-03 18:30:23.224257000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.224257000 to 2023-10-03 18:30:23.225258000 18:30:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.226846000, lastModified=2023-10-03 18:30:23.225258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.226846000, lastModified=2023-10-03 18:30:23.225258000, delta=1588000 ns, racy<=17500 ns 18:30:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.227563000, lastModified=2023-10-03 18:30:23.226258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.227563000, lastModified=2023-10-03 18:30:23.226258000, delta=1305000 ns, racy<=17500 ns 18:30:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.228315000, lastModified=2023-10-03 18:30:23.226258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.226258000 to 2023-10-03 18:30:23.227258000 18:30:23.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.280940000, lastModified=2023-10-03 18:30:23.227258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.227258000 to 2023-10-03 18:30:23.280258000 18:30:23.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.282058000, lastModified=2023-10-03 18:30:23.280258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.280258000 to 2023-10-03 18:30:23.281258000 18:30:23.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.282953000, lastModified=2023-10-03 18:30:23.281258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.281258000 to 2023-10-03 18:30:23.282258000 18:30:23.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.283634000, lastModified=2023-10-03 18:30:23.282258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.283634000, lastModified=2023-10-03 18:30:23.282258000, delta=1376000 ns, racy<=17500 ns 18:30:23.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.284433000, lastModified=2023-10-03 18:30:23.283258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.284433000, lastModified=2023-10-03 18:30:23.283258000, delta=1175000 ns, racy<=17500 ns 18:30:23.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.285155000, lastModified=2023-10-03 18:30:23.283258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.283258000 to 2023-10-03 18:30:23.284258000 18:30:23.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.285917000, lastModified=2023-10-03 18:30:23.284258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.285917000, lastModified=2023-10-03 18:30:23.284258000, delta=1659000 ns, racy<=17500 ns 18:30:23.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.286652000, lastModified=2023-10-03 18:30:23.285258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.286652000, lastModified=2023-10-03 18:30:23.285258000, delta=1394000 ns, racy<=17500 ns 18:30:23.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.287439000, lastModified=2023-10-03 18:30:23.286258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.287439000, lastModified=2023-10-03 18:30:23.286258000, delta=1181000 ns, racy<=17500 ns 18:30:23.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.289068000, lastModified=2023-10-03 18:30:23.287258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.287258000 to 2023-10-03 18:30:23.288258000 18:30:23.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.289754000, lastModified=2023-10-03 18:30:23.288258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.289754000, lastModified=2023-10-03 18:30:23.288258000, delta=1496000 ns, racy<=17500 ns 18:30:23.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.290488000, lastModified=2023-10-03 18:30:23.289258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.290488000, lastModified=2023-10-03 18:30:23.289258000, delta=1230000 ns, racy<=17500 ns 18:30:23.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.291236000, lastModified=2023-10-03 18:30:23.289258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.289258000 to 2023-10-03 18:30:23.290258000 18:30:23.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.291908000, lastModified=2023-10-03 18:30:23.290258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.291908000, lastModified=2023-10-03 18:30:23.290258000, delta=1650000 ns, racy<=17500 ns 18:30:23.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.292643000, lastModified=2023-10-03 18:30:23.291258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.292643000, lastModified=2023-10-03 18:30:23.291258000, delta=1385000 ns, racy<=17500 ns 18:30:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.293427000, lastModified=2023-10-03 18:30:23.292258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.293427000, lastModified=2023-10-03 18:30:23.292258000, delta=1169000 ns, racy<=17500 ns 18:30:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.294872000, lastModified=2023-10-03 18:30:23.293258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.293258000 to 2023-10-03 18:30:23.294258000 18:30:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.295965000, lastModified=2023-10-03 18:30:23.294258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.294258000 to 2023-10-03 18:30:23.295258000 18:30:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.296629000, lastModified=2023-10-03 18:30:23.295258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.296629000, lastModified=2023-10-03 18:30:23.295258000, delta=1371000 ns, racy<=17500 ns 18:30:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.297384000, lastModified=2023-10-03 18:30:23.296258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.297384000, lastModified=2023-10-03 18:30:23.296258000, delta=1126000 ns, racy<=17500 ns 18:30:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.298160000, lastModified=2023-10-03 18:30:23.296258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.296258000 to 2023-10-03 18:30:23.297258000 18:30:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.298954000, lastModified=2023-10-03 18:30:23.297258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.297258000 to 2023-10-03 18:30:23.298258000 18:30:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.299751000, lastModified=2023-10-03 18:30:23.298258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.299751000, lastModified=2023-10-03 18:30:23.298258000, delta=1493000 ns, racy<=17500 ns 18:30:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.300513000, lastModified=2023-10-03 18:30:23.299258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.299258000 to 2023-10-03 18:30:23.300258000 18:30:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.302463000, lastModified=2023-10-03 18:30:23.301258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.302463000, lastModified=2023-10-03 18:30:23.301258000, delta=1205000 ns, racy<=17500 ns 18:30:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.303219000, lastModified=2023-10-03 18:30:23.301258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.301258000 to 2023-10-03 18:30:23.302258000 18:30:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.303881000, lastModified=2023-10-03 18:30:23.302258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.303881000, lastModified=2023-10-03 18:30:23.302258000, delta=1623000 ns, racy<=17500 ns 18:30:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.304607000, lastModified=2023-10-03 18:30:23.303258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.304607000, lastModified=2023-10-03 18:30:23.303258000, delta=1349000 ns, racy<=17500 ns 18:30:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.305421000, lastModified=2023-10-03 18:30:23.304258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.305421000, lastModified=2023-10-03 18:30:23.304258000, delta=1163000 ns, racy<=17500 ns 18:30:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.306192000, lastModified=2023-10-03 18:30:23.304258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.304258000 to 2023-10-03 18:30:23.305258000 18:30:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.306887000, lastModified=2023-10-03 18:30:23.305258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.306887000, lastModified=2023-10-03 18:30:23.305258000, delta=1629000 ns, racy<=17500 ns 18:30:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.308235000, lastModified=2023-10-03 18:30:23.306258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.306258000 to 2023-10-03 18:30:23.307258000 18:30:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.309360000, lastModified=2023-10-03 18:30:23.308258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.309360000, lastModified=2023-10-03 18:30:23.308258000, delta=1102000 ns, racy<=17500 ns 18:30:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.310087000, lastModified=2023-10-03 18:30:23.308258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.308258000 to 2023-10-03 18:30:23.309258000 18:30:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.310764000, lastModified=2023-10-03 18:30:23.309258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.310764000, lastModified=2023-10-03 18:30:23.309258000, delta=1506000 ns, racy<=17500 ns 18:30:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.311515000, lastModified=2023-10-03 18:30:23.310258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.311515000, lastModified=2023-10-03 18:30:23.310258000, delta=1257000 ns, racy<=17500 ns 18:30:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.312276000, lastModified=2023-10-03 18:30:23.310258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.310258000 to 2023-10-03 18:30:23.311258000 18:30:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.312910000, lastModified=2023-10-03 18:30:23.311258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.312910000, lastModified=2023-10-03 18:30:23.311258000, delta=1652000 ns, racy<=17500 ns 18:30:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.313646000, lastModified=2023-10-03 18:30:23.312258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.313646000, lastModified=2023-10-03 18:30:23.312258000, delta=1388000 ns, racy<=17500 ns 18:30:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.315196000, lastModified=2023-10-03 18:30:23.313258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.313258000 to 2023-10-03 18:30:23.314258000 18:30:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.316443000, lastModified=2023-10-03 18:30:23.315258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.316443000, lastModified=2023-10-03 18:30:23.315258000, delta=1185000 ns, racy<=17500 ns 18:30:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.317338000, lastModified=2023-10-03 18:30:23.315258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.315258000 to 2023-10-03 18:30:23.316258000 18:30:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.318000000, lastModified=2023-10-03 18:30:23.316258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.316258000 to 2023-10-03 18:30:23.317258000 18:30:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.318642000, lastModified=2023-10-03 18:30:23.317258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.318642000, lastModified=2023-10-03 18:30:23.317258000, delta=1384000 ns, racy<=17500 ns 18:30:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.319387000, lastModified=2023-10-03 18:30:23.318258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.319387000, lastModified=2023-10-03 18:30:23.318258000, delta=1129000 ns, racy<=17500 ns 18:30:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.320087000, lastModified=2023-10-03 18:30:23.318258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.318258000 to 2023-10-03 18:30:23.319258000 18:30:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.320764000, lastModified=2023-10-03 18:30:23.319258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.319258000 to 2023-10-03 18:30:23.320258000 18:30:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.322638000, lastModified=2023-10-03 18:30:23.321258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.322638000, lastModified=2023-10-03 18:30:23.321258000, delta=1380000 ns, racy<=17500 ns 18:30:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.323455000, lastModified=2023-10-03 18:30:23.322258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.323455000, lastModified=2023-10-03 18:30:23.322258000, delta=1197000 ns, racy<=17500 ns 18:30:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.324197000, lastModified=2023-10-03 18:30:23.322258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.322258000 to 2023-10-03 18:30:23.323258000 18:30:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.324905000, lastModified=2023-10-03 18:30:23.323258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.324905000, lastModified=2023-10-03 18:30:23.323258000, delta=1647000 ns, racy<=17500 ns 18:30:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.325625000, lastModified=2023-10-03 18:30:23.324258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.325625000, lastModified=2023-10-03 18:30:23.324258000, delta=1367000 ns, racy<=17500 ns 18:30:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.326357000, lastModified=2023-10-03 18:30:23.325258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.326357000, lastModified=2023-10-03 18:30:23.325258000, delta=1099000 ns, racy<=17500 ns 18:30:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.327150000, lastModified=2023-10-03 18:30:23.325258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.325258000 to 2023-10-03 18:30:23.326258000 18:30:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.329089000, lastModified=2023-10-03 18:30:23.327258000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.327258000 to 2023-10-03 18:30:23.328258000 18:30:23.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.381075000, lastModified=2023-10-03 18:30:23.380259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.381075000, lastModified=2023-10-03 18:30:23.380259000, delta=816000 ns, racy<=17500 ns 18:30:23.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.381890000, lastModified=2023-10-03 18:30:23.380259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.381890000, lastModified=2023-10-03 18:30:23.380259000, delta=1631000 ns, racy<=17500 ns 18:30:23.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.382651000, lastModified=2023-10-03 18:30:23.381259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.382651000, lastModified=2023-10-03 18:30:23.381259000, delta=1392000 ns, racy<=17500 ns 18:30:23.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.383413000, lastModified=2023-10-03 18:30:23.382259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.383413000, lastModified=2023-10-03 18:30:23.382259000, delta=1154000 ns, racy<=17500 ns 18:30:23.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.384127000, lastModified=2023-10-03 18:30:23.382259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.382259000 to 2023-10-03 18:30:23.383259000 18:30:23.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.384765000, lastModified=2023-10-03 18:30:23.383259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.384765000, lastModified=2023-10-03 18:30:23.383259000, delta=1506000 ns, racy<=17500 ns 18:30:23.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.385512000, lastModified=2023-10-03 18:30:23.384259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.384259000 to 2023-10-03 18:30:23.385259000 18:30:23.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.387106000, lastModified=2023-10-03 18:30:23.385259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.385259000 to 2023-10-03 18:30:23.386259000 18:30:23.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.387825000, lastModified=2023-10-03 18:30:23.386259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.387825000, lastModified=2023-10-03 18:30:23.386259000, delta=1566000 ns, racy<=17500 ns 18:30:23.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.388613000, lastModified=2023-10-03 18:30:23.387259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.388613000, lastModified=2023-10-03 18:30:23.387259000, delta=1354000 ns, racy<=17500 ns 18:30:23.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.389372000, lastModified=2023-10-03 18:30:23.388259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.389372000, lastModified=2023-10-03 18:30:23.388259000, delta=1113000 ns, racy<=17500 ns 18:30:23.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.390103000, lastModified=2023-10-03 18:30:23.388259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.388259000 to 2023-10-03 18:30:23.389259000 18:30:23.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.390773000, lastModified=2023-10-03 18:30:23.389259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.390773000, lastModified=2023-10-03 18:30:23.389259000, delta=1514000 ns, racy<=17500 ns 18:30:23.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.391504000, lastModified=2023-10-03 18:30:23.390259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.391504000, lastModified=2023-10-03 18:30:23.390259000, delta=1245000 ns, racy<=17500 ns 18:30:23.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.392996000, lastModified=2023-10-03 18:30:23.391259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.391259000 to 2023-10-03 18:30:23.392259000 18:30:23.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.394093000, lastModified=2023-10-03 18:30:23.392259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.392259000 to 2023-10-03 18:30:23.393259000 18:30:23.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.394758000, lastModified=2023-10-03 18:30:23.393259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.394758000, lastModified=2023-10-03 18:30:23.393259000, delta=1499000 ns, racy<=17500 ns 18:30:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.395498000, lastModified=2023-10-03 18:30:23.394259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.395498000, lastModified=2023-10-03 18:30:23.394259000, delta=1239000 ns, racy<=17500 ns 18:30:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.396254000, lastModified=2023-10-03 18:30:23.394259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.394259000 to 2023-10-03 18:30:23.395259000 18:30:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.396888000, lastModified=2023-10-03 18:30:23.395259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.396888000, lastModified=2023-10-03 18:30:23.395259000, delta=1629000 ns, racy<=17500 ns 18:30:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.397601000, lastModified=2023-10-03 18:30:23.396259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.397601000, lastModified=2023-10-03 18:30:23.396259000, delta=1342000 ns, racy<=17500 ns 18:30:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.398379000, lastModified=2023-10-03 18:30:23.397259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.397259000 to 2023-10-03 18:30:23.398259000 18:30:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.400261000, lastModified=2023-10-03 18:30:23.398259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.398259000 to 2023-10-03 18:30:23.399259000 18:30:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.400990000, lastModified=2023-10-03 18:30:23.399259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.399259000 to 2023-10-03 18:30:23.400259000 18:30:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.401845000, lastModified=2023-10-03 18:30:23.400259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.401845000, lastModified=2023-10-03 18:30:23.400259000, delta=1586000 ns, racy<=17500 ns 18:30:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.402561000, lastModified=2023-10-03 18:30:23.401259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.402561000, lastModified=2023-10-03 18:30:23.401259000, delta=1302000 ns, racy<=17500 ns 18:30:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.403332000, lastModified=2023-10-03 18:30:23.402259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.403332000, lastModified=2023-10-03 18:30:23.402259000, delta=1073000 ns, racy<=17500 ns 18:30:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.404027000, lastModified=2023-10-03 18:30:23.402259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.402259000 to 2023-10-03 18:30:23.403259000 18:30:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.404669000, lastModified=2023-10-03 18:30:23.403259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.403259000 to 2023-10-03 18:30:23.404259000 18:30:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.406595000, lastModified=2023-10-03 18:30:23.405259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.406595000, lastModified=2023-10-03 18:30:23.405259000, delta=1336000 ns, racy<=17500 ns 18:30:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.407322000, lastModified=2023-10-03 18:30:23.406259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.407322000, lastModified=2023-10-03 18:30:23.406259000, delta=1063000 ns, racy<=17500 ns 18:30:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.408042000, lastModified=2023-10-03 18:30:23.406259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.406259000 to 2023-10-03 18:30:23.407259000 18:30:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.408720000, lastModified=2023-10-03 18:30:23.407259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.408720000, lastModified=2023-10-03 18:30:23.407259000, delta=1461000 ns, racy<=17500 ns 18:30:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.409441000, lastModified=2023-10-03 18:30:23.408259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.409441000, lastModified=2023-10-03 18:30:23.408259000, delta=1182000 ns, racy<=17500 ns 18:30:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.410127000, lastModified=2023-10-03 18:30:23.408259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.408259000 to 2023-10-03 18:30:23.409259000 18:30:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.410773000, lastModified=2023-10-03 18:30:23.409259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.410773000, lastModified=2023-10-03 18:30:23.409259000, delta=1514000 ns, racy<=17500 ns 18:30:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.411976000, lastModified=2023-10-03 18:30:23.410259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.410259000 to 2023-10-03 18:30:23.412259000 18:30:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.413160000, lastModified=2023-10-03 18:30:23.412259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.413160000, lastModified=2023-10-03 18:30:23.412259000, delta=901000 ns, racy<=17500 ns 18:30:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.413888000, lastModified=2023-10-03 18:30:23.412259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.413888000, lastModified=2023-10-03 18:30:23.412259000, delta=1629000 ns, racy<=17500 ns 18:30:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.414650000, lastModified=2023-10-03 18:30:23.413259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.414650000, lastModified=2023-10-03 18:30:23.413259000, delta=1391000 ns, racy<=17500 ns 18:30:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.415363000, lastModified=2023-10-03 18:30:23.414259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.415363000, lastModified=2023-10-03 18:30:23.414259000, delta=1104000 ns, racy<=17500 ns 18:30:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.416042000, lastModified=2023-10-03 18:30:23.414259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.414259000 to 2023-10-03 18:30:23.415259000 18:30:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.416677000, lastModified=2023-10-03 18:30:23.415259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.416677000, lastModified=2023-10-03 18:30:23.415259000, delta=1418000 ns, racy<=17500 ns 18:30:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.417397000, lastModified=2023-10-03 18:30:23.416259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.416259000 to 2023-10-03 18:30:23.418259000 18:30:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.419435000, lastModified=2023-10-03 18:30:23.418259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.419435000, lastModified=2023-10-03 18:30:23.418259000, delta=1176000 ns, racy<=17500 ns 18:30:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.420160000, lastModified=2023-10-03 18:30:23.418259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.418259000 to 2023-10-03 18:30:23.419259000 18:30:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.420827000, lastModified=2023-10-03 18:30:23.419259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.420827000, lastModified=2023-10-03 18:30:23.419259000, delta=1568000 ns, racy<=17500 ns 18:30:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.421540000, lastModified=2023-10-03 18:30:23.420259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.421540000, lastModified=2023-10-03 18:30:23.420259000, delta=1281000 ns, racy<=17500 ns 18:30:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.422267000, lastModified=2023-10-03 18:30:23.420259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.420259000 to 2023-10-03 18:30:23.421259000 18:30:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.422895000, lastModified=2023-10-03 18:30:23.421259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.422895000, lastModified=2023-10-03 18:30:23.421259000, delta=1636000 ns, racy<=17500 ns 18:30:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.423604000, lastModified=2023-10-03 18:30:23.422259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.423604000, lastModified=2023-10-03 18:30:23.422259000, delta=1345000 ns, racy<=17500 ns 18:30:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.424376000, lastModified=2023-10-03 18:30:23.423259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.423259000 to 2023-10-03 18:30:23.424259000 18:30:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.426306000, lastModified=2023-10-03 18:30:23.424259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.424259000 to 2023-10-03 18:30:23.425259000 18:30:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.427005000, lastModified=2023-10-03 18:30:23.425259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.425259000 to 2023-10-03 18:30:23.426259000 18:30:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.427725000, lastModified=2023-10-03 18:30:23.426259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.427725000, lastModified=2023-10-03 18:30:23.426259000, delta=1466000 ns, racy<=17500 ns 18:30:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.428487000, lastModified=2023-10-03 18:30:23.427259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.428487000, lastModified=2023-10-03 18:30:23.427259000, delta=1228000 ns, racy<=17500 ns 18:30:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.429204000, lastModified=2023-10-03 18:30:23.427259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.427259000 to 2023-10-03 18:30:23.428259000 18:30:23.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.480871000, lastModified=2023-10-03 18:30:23.428259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.428259000 to 2023-10-03 18:30:23.480259000 18:30:23.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.482163000, lastModified=2023-10-03 18:30:23.480259000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.480259000 to 2023-10-03 18:30:23.482260000 18:30:23.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.483320000, lastModified=2023-10-03 18:30:23.482260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.483320000, lastModified=2023-10-03 18:30:23.482260000, delta=1060000 ns, racy<=17500 ns 18:30:23.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.484031000, lastModified=2023-10-03 18:30:23.482260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.482260000 to 2023-10-03 18:30:23.483260000 18:30:23.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.484665000, lastModified=2023-10-03 18:30:23.483260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.484665000, lastModified=2023-10-03 18:30:23.483260000, delta=1405000 ns, racy<=17500 ns 18:30:23.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.485405000, lastModified=2023-10-03 18:30:23.484260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.485405000, lastModified=2023-10-03 18:30:23.484260000, delta=1145000 ns, racy<=17500 ns 18:30:23.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.486100000, lastModified=2023-10-03 18:30:23.484260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.484260000 to 2023-10-03 18:30:23.485260000 18:30:23.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.486781000, lastModified=2023-10-03 18:30:23.485260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.486781000, lastModified=2023-10-03 18:30:23.485260000, delta=1521000 ns, racy<=17500 ns 18:30:23.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.487518000, lastModified=2023-10-03 18:30:23.486260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.487518000, lastModified=2023-10-03 18:30:23.486260000, delta=1258000 ns, racy<=17500 ns 18:30:23.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.488263000, lastModified=2023-10-03 18:30:23.486260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.486260000 to 2023-10-03 18:30:23.487260000 18:30:23.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.489977000, lastModified=2023-10-03 18:30:23.488260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.488260000 to 2023-10-03 18:30:23.489260000 18:30:23.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.490629000, lastModified=2023-10-03 18:30:23.489260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.490629000, lastModified=2023-10-03 18:30:23.489260000, delta=1369000 ns, racy<=17500 ns 18:30:23.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.491389000, lastModified=2023-10-03 18:30:23.490260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.491389000, lastModified=2023-10-03 18:30:23.490260000, delta=1129000 ns, racy<=17500 ns 18:30:23.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.492101000, lastModified=2023-10-03 18:30:23.490260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.490260000 to 2023-10-03 18:30:23.491260000 18:30:23.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.492774000, lastModified=2023-10-03 18:30:23.491260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.492774000, lastModified=2023-10-03 18:30:23.491260000, delta=1514000 ns, racy<=17500 ns 18:30:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.493507000, lastModified=2023-10-03 18:30:23.492260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.493507000, lastModified=2023-10-03 18:30:23.492260000, delta=1247000 ns, racy<=17500 ns 18:30:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.494214000, lastModified=2023-10-03 18:30:23.492260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.492260000 to 2023-10-03 18:30:23.493260000 18:30:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.494837000, lastModified=2023-10-03 18:30:23.493260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.494837000, lastModified=2023-10-03 18:30:23.493260000, delta=1577000 ns, racy<=17500 ns 18:30:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.496196000, lastModified=2023-10-03 18:30:23.494260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.494260000 to 2023-10-03 18:30:23.497260000 18:30:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.499197000, lastModified=2023-10-03 18:30:23.497260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.497260000 to 2023-10-03 18:30:23.498260000 18:30:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.499873000, lastModified=2023-10-03 18:30:23.498260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.499873000, lastModified=2023-10-03 18:30:23.498260000, delta=1613000 ns, racy<=17500 ns 18:30:23.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.500705000, lastModified=2023-10-03 18:30:23.499260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.500705000, lastModified=2023-10-03 18:30:23.499260000, delta=1445000 ns, racy<=17500 ns 18:30:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.501484000, lastModified=2023-10-03 18:30:23.500260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.501484000, lastModified=2023-10-03 18:30:23.500260000, delta=1224000 ns, racy<=17500 ns 18:30:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.502758000, lastModified=2023-10-03 18:30:23.501260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.501260000 to 2023-10-03 18:30:23.502260000 18:30:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.503929000, lastModified=2023-10-03 18:30:23.502260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.503929000, lastModified=2023-10-03 18:30:23.502260000, delta=1669000 ns, racy<=17500 ns 18:30:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.504719000, lastModified=2023-10-03 18:30:23.503260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.504719000, lastModified=2023-10-03 18:30:23.503260000, delta=1459000 ns, racy<=17500 ns 18:30:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.505480000, lastModified=2023-10-03 18:30:23.504260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.505480000, lastModified=2023-10-03 18:30:23.504260000, delta=1220000 ns, racy<=17500 ns 18:30:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.506188000, lastModified=2023-10-03 18:30:23.504260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.504260000 to 2023-10-03 18:30:23.505260000 18:30:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.506830000, lastModified=2023-10-03 18:30:23.505260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.506830000, lastModified=2023-10-03 18:30:23.505260000, delta=1570000 ns, racy<=17500 ns 18:30:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.507561000, lastModified=2023-10-03 18:30:23.506260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.507561000, lastModified=2023-10-03 18:30:23.506260000, delta=1301000 ns, racy<=17500 ns 18:30:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.508292000, lastModified=2023-10-03 18:30:23.506260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.506260000 to 2023-10-03 18:30:23.507260000 18:30:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.508912000, lastModified=2023-10-03 18:30:23.507260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.508912000, lastModified=2023-10-03 18:30:23.507260000, delta=1652000 ns, racy<=17500 ns 18:30:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.509606000, lastModified=2023-10-03 18:30:23.508260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.509606000, lastModified=2023-10-03 18:30:23.508260000, delta=1346000 ns, racy<=17500 ns 18:30:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.510310000, lastModified=2023-10-03 18:30:23.508260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.508260000 to 2023-10-03 18:30:23.509260000 18:30:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.510914000, lastModified=2023-10-03 18:30:23.509260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.510914000, lastModified=2023-10-03 18:30:23.509260000, delta=1654000 ns, racy<=17500 ns 18:30:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.511589000, lastModified=2023-10-03 18:30:23.510260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.511589000, lastModified=2023-10-03 18:30:23.510260000, delta=1329000 ns, racy<=17500 ns 18:30:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.512294000, lastModified=2023-10-03 18:30:23.510260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.510260000 to 2023-10-03 18:30:23.511260000 18:30:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.512889000, lastModified=2023-10-03 18:30:23.511260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.512889000, lastModified=2023-10-03 18:30:23.511260000, delta=1629000 ns, racy<=17500 ns 18:30:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.515542000, lastModified=2023-10-03 18:30:23.512260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.512260000 to 2023-10-03 18:30:23.514260000 18:30:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.516260000, lastModified=2023-10-03 18:30:23.514260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.514260000 to 2023-10-03 18:30:23.515260000 18:30:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.516896000, lastModified=2023-10-03 18:30:23.515260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.516896000, lastModified=2023-10-03 18:30:23.515260000, delta=1636000 ns, racy<=17500 ns 18:30:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.517686000, lastModified=2023-10-03 18:30:23.517260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.517686000, lastModified=2023-10-03 18:30:23.517260000, delta=426000 ns, racy<=17500 ns 18:30:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.518456000, lastModified=2023-10-03 18:30:23.517260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.518456000, lastModified=2023-10-03 18:30:23.517260000, delta=1196000 ns, racy<=17500 ns 18:30:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.519139000, lastModified=2023-10-03 18:30:23.517260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.517260000 to 2023-10-03 18:30:23.518260000 18:30:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.519777000, lastModified=2023-10-03 18:30:23.518260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.519777000, lastModified=2023-10-03 18:30:23.518260000, delta=1517000 ns, racy<=17500 ns 18:30:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.520487000, lastModified=2023-10-03 18:30:23.519260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.520487000, lastModified=2023-10-03 18:30:23.519260000, delta=1227000 ns, racy<=17500 ns 18:30:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.521178000, lastModified=2023-10-03 18:30:23.519260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.519260000 to 2023-10-03 18:30:23.520260000 18:30:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.521818000, lastModified=2023-10-03 18:30:23.520260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.521818000, lastModified=2023-10-03 18:30:23.520260000, delta=1558000 ns, racy<=17500 ns 18:30:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.522542000, lastModified=2023-10-03 18:30:23.521260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.522542000, lastModified=2023-10-03 18:30:23.521260000, delta=1282000 ns, racy<=17500 ns 18:30:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.523272000, lastModified=2023-10-03 18:30:23.521260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.521260000 to 2023-10-03 18:30:23.522260000 18:30:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.523878000, lastModified=2023-10-03 18:30:23.522260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.523878000, lastModified=2023-10-03 18:30:23.522260000, delta=1618000 ns, racy<=17500 ns 18:30:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.524626000, lastModified=2023-10-03 18:30:23.524260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.524626000, lastModified=2023-10-03 18:30:23.524260000, delta=366000 ns, racy<=17500 ns 18:30:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.525366000, lastModified=2023-10-03 18:30:23.524260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.525366000, lastModified=2023-10-03 18:30:23.524260000, delta=1106000 ns, racy<=17500 ns 18:30:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.526040000, lastModified=2023-10-03 18:30:23.524260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.524260000 to 2023-10-03 18:30:23.525260000 18:30:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.526692000, lastModified=2023-10-03 18:30:23.525260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.526692000, lastModified=2023-10-03 18:30:23.525260000, delta=1432000 ns, racy<=17500 ns 18:30:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.527390000, lastModified=2023-10-03 18:30:23.526260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.527390000, lastModified=2023-10-03 18:30:23.526260000, delta=1130000 ns, racy<=17500 ns 18:30:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.528103000, lastModified=2023-10-03 18:30:23.526260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.526260000 to 2023-10-03 18:30:23.527260000 18:30:23.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.580921000, lastModified=2023-10-03 18:30:23.529260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.529260000 to 2023-10-03 18:30:23.580260000 18:30:23.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.581763000, lastModified=2023-10-03 18:30:23.580260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.581763000, lastModified=2023-10-03 18:30:23.580260000, delta=1503000 ns, racy<=17500 ns 18:30:23.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.582514000, lastModified=2023-10-03 18:30:23.581260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.581260000 to 2023-10-03 18:30:23.582260000 18:30:23.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.584277000, lastModified=2023-10-03 18:30:23.582260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.582260000 to 2023-10-03 18:30:23.583260000 18:30:23.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.584907000, lastModified=2023-10-03 18:30:23.583260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.584907000, lastModified=2023-10-03 18:30:23.583260000, delta=1647000 ns, racy<=17500 ns 18:30:23.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.585665000, lastModified=2023-10-03 18:30:23.584260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.585665000, lastModified=2023-10-03 18:30:23.584260000, delta=1405000 ns, racy<=17500 ns 18:30:23.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.586395000, lastModified=2023-10-03 18:30:23.585260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.586395000, lastModified=2023-10-03 18:30:23.585260000, delta=1135000 ns, racy<=17500 ns 18:30:23.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.587115000, lastModified=2023-10-03 18:30:23.585260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.585260000 to 2023-10-03 18:30:23.586260000 18:30:23.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.587780000, lastModified=2023-10-03 18:30:23.586260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.587780000, lastModified=2023-10-03 18:30:23.586260000, delta=1520000 ns, racy<=17500 ns 18:30:23.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.588491000, lastModified=2023-10-03 18:30:23.587260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.588491000, lastModified=2023-10-03 18:30:23.587260000, delta=1231000 ns, racy<=17500 ns 18:30:23.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.589211000, lastModified=2023-10-03 18:30:23.587260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.587260000 to 2023-10-03 18:30:23.588260000 18:30:23.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.589866000, lastModified=2023-10-03 18:30:23.588260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.589866000, lastModified=2023-10-03 18:30:23.588260000, delta=1606000 ns, racy<=17500 ns 18:30:23.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.591289000, lastModified=2023-10-03 18:30:23.589260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.589260000 to 2023-10-03 18:30:23.590260000 18:30:23.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.592463000, lastModified=2023-10-03 18:30:23.591260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.592463000, lastModified=2023-10-03 18:30:23.591260000, delta=1203000 ns, racy<=17500 ns 18:30:23.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.593179000, lastModified=2023-10-03 18:30:23.591260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.591260000 to 2023-10-03 18:30:23.592260000 18:30:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.593873000, lastModified=2023-10-03 18:30:23.592260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.593873000, lastModified=2023-10-03 18:30:23.592260000, delta=1613000 ns, racy<=17500 ns 18:30:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.594552000, lastModified=2023-10-03 18:30:23.593260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.594552000, lastModified=2023-10-03 18:30:23.593260000, delta=1292000 ns, racy<=17500 ns 18:30:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.595331000, lastModified=2023-10-03 18:30:23.594260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.595331000, lastModified=2023-10-03 18:30:23.594260000, delta=1071000 ns, racy<=17500 ns 18:30:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.596009000, lastModified=2023-10-03 18:30:23.594260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.594260000 to 2023-10-03 18:30:23.595260000 18:30:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.596723000, lastModified=2023-10-03 18:30:23.595260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.595260000 to 2023-10-03 18:30:23.596260000 18:30:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.598578000, lastModified=2023-10-03 18:30:23.597260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.598578000, lastModified=2023-10-03 18:30:23.597260000, delta=1318000 ns, racy<=17500 ns 18:30:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.599322000, lastModified=2023-10-03 18:30:23.598260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.599322000, lastModified=2023-10-03 18:30:23.598260000, delta=1062000 ns, racy<=17500 ns 18:30:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.600013000, lastModified=2023-10-03 18:30:23.598260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.598260000 to 2023-10-03 18:30:23.599260000 18:30:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.600650000, lastModified=2023-10-03 18:30:23.599260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.600650000, lastModified=2023-10-03 18:30:23.599260000, delta=1390000 ns, racy<=17500 ns 18:30:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.601387000, lastModified=2023-10-03 18:30:23.600260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.601387000, lastModified=2023-10-03 18:30:23.600260000, delta=1127000 ns, racy<=17500 ns 18:30:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.602136000, lastModified=2023-10-03 18:30:23.600260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.600260000 to 2023-10-03 18:30:23.601260000 18:30:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.602790000, lastModified=2023-10-03 18:30:23.601260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.602790000, lastModified=2023-10-03 18:30:23.601260000, delta=1530000 ns, racy<=17500 ns 18:30:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.604003000, lastModified=2023-10-03 18:30:23.602260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.602260000 to 2023-10-03 18:30:23.603260000 18:30:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.605139000, lastModified=2023-10-03 18:30:23.603260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.603260000 to 2023-10-03 18:30:23.604260000 18:30:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.605769000, lastModified=2023-10-03 18:30:23.604260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.605769000, lastModified=2023-10-03 18:30:23.604260000, delta=1509000 ns, racy<=17500 ns 18:30:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.606501000, lastModified=2023-10-03 18:30:23.605260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.606501000, lastModified=2023-10-03 18:30:23.605260000, delta=1241000 ns, racy<=17500 ns 18:30:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.607204000, lastModified=2023-10-03 18:30:23.605260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.605260000 to 2023-10-03 18:30:23.606260000 18:30:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.607831000, lastModified=2023-10-03 18:30:23.606260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.607831000, lastModified=2023-10-03 18:30:23.606260000, delta=1571000 ns, racy<=17500 ns 18:30:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.608509000, lastModified=2023-10-03 18:30:23.607260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.608509000, lastModified=2023-10-03 18:30:23.607260000, delta=1249000 ns, racy<=17500 ns 18:30:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.609209000, lastModified=2023-10-03 18:30:23.607260000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.607260000 to 2023-10-03 18:30:23.608260000 18:30:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.611089000, lastModified=2023-10-03 18:30:23.609261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.609261000 to 2023-10-03 18:30:23.610261000 18:30:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.611754000, lastModified=2023-10-03 18:30:23.610261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.611754000, lastModified=2023-10-03 18:30:23.610261000, delta=1493000 ns, racy<=17500 ns 18:30:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.612431000, lastModified=2023-10-03 18:30:23.611261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.612431000, lastModified=2023-10-03 18:30:23.611261000, delta=1170000 ns, racy<=17500 ns 18:30:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.613134000, lastModified=2023-10-03 18:30:23.611261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.611261000 to 2023-10-03 18:30:23.612261000 18:30:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.613746000, lastModified=2023-10-03 18:30:23.612261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.613746000, lastModified=2023-10-03 18:30:23.612261000, delta=1485000 ns, racy<=17500 ns 18:30:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.614439000, lastModified=2023-10-03 18:30:23.613261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.614439000, lastModified=2023-10-03 18:30:23.613261000, delta=1178000 ns, racy<=17500 ns 18:30:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.615124000, lastModified=2023-10-03 18:30:23.613261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.613261000 to 2023-10-03 18:30:23.614261000 18:30:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.615732000, lastModified=2023-10-03 18:30:23.614261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.614261000 to 2023-10-03 18:30:23.615261000 18:30:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.617641000, lastModified=2023-10-03 18:30:23.616261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.617641000, lastModified=2023-10-03 18:30:23.616261000, delta=1380000 ns, racy<=17500 ns 18:30:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.618371000, lastModified=2023-10-03 18:30:23.617261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.618371000, lastModified=2023-10-03 18:30:23.617261000, delta=1110000 ns, racy<=17500 ns 18:30:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.619114000, lastModified=2023-10-03 18:30:23.617261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.617261000 to 2023-10-03 18:30:23.618261000 18:30:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.619770000, lastModified=2023-10-03 18:30:23.618261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.619770000, lastModified=2023-10-03 18:30:23.618261000, delta=1509000 ns, racy<=17500 ns 18:30:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.620415000, lastModified=2023-10-03 18:30:23.619261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.620415000, lastModified=2023-10-03 18:30:23.619261000, delta=1154000 ns, racy<=17500 ns 18:30:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.621031000, lastModified=2023-10-03 18:30:23.619261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.619261000 to 2023-10-03 18:30:23.620261000 18:30:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.621580000, lastModified=2023-10-03 18:30:23.620261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.621580000, lastModified=2023-10-03 18:30:23.620261000, delta=1319000 ns, racy<=17500 ns 18:30:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.622176000, lastModified=2023-10-03 18:30:23.620261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.620261000 to 2023-10-03 18:30:23.621261000 18:30:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.623930000, lastModified=2023-10-03 18:30:23.622261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.623930000, lastModified=2023-10-03 18:30:23.622261000, delta=1669000 ns, racy<=17500 ns 18:30:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.624577000, lastModified=2023-10-03 18:30:23.623261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.624577000, lastModified=2023-10-03 18:30:23.623261000, delta=1316000 ns, racy<=17500 ns 18:30:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.625193000, lastModified=2023-10-03 18:30:23.623261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.623261000 to 2023-10-03 18:30:23.624261000 18:30:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.625750000, lastModified=2023-10-03 18:30:23.624261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.625750000, lastModified=2023-10-03 18:30:23.624261000, delta=1489000 ns, racy<=17500 ns 18:30:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.626359000, lastModified=2023-10-03 18:30:23.625261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.626359000, lastModified=2023-10-03 18:30:23.625261000, delta=1098000 ns, racy<=17500 ns 18:30:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.626959000, lastModified=2023-10-03 18:30:23.625261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.626959000, lastModified=2023-10-03 18:30:23.625261000, delta=1698000 ns, racy<=17500 ns 18:30:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.627585000, lastModified=2023-10-03 18:30:23.626261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.627585000, lastModified=2023-10-03 18:30:23.626261000, delta=1324000 ns, racy<=17500 ns 18:30:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.628179000, lastModified=2023-10-03 18:30:23.626261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.626261000 to 2023-10-03 18:30:23.627261000 18:30:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.629428000, lastModified=2023-10-03 18:30:23.628261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.629428000, lastModified=2023-10-03 18:30:23.628261000, delta=1167000 ns, racy<=17500 ns 18:30:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.630555000, lastModified=2023-10-03 18:30:23.629261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.630555000, lastModified=2023-10-03 18:30:23.629261000, delta=1294000 ns, racy<=17500 ns 18:30:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.631147000, lastModified=2023-10-03 18:30:23.629261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.629261000 to 2023-10-03 18:30:23.630261000 18:30:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.631709000, lastModified=2023-10-03 18:30:23.630261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.631709000, lastModified=2023-10-03 18:30:23.630261000, delta=1448000 ns, racy<=17500 ns 18:30:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.681085000, lastModified=2023-10-03 18:30:23.679261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.679261000 to 2023-10-03 18:30:23.680261000 18:30:23.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.682718000, lastModified=2023-10-03 18:30:23.681261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.682718000, lastModified=2023-10-03 18:30:23.681261000, delta=1457000 ns, racy<=17500 ns 18:30:23.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.683379000, lastModified=2023-10-03 18:30:23.682261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.683379000, lastModified=2023-10-03 18:30:23.682261000, delta=1118000 ns, racy<=17500 ns 18:30:23.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.683992000, lastModified=2023-10-03 18:30:23.682261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.683992000, lastModified=2023-10-03 18:30:23.682261000, delta=1731000 ns, racy<=17500 ns 18:30:23.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.684634000, lastModified=2023-10-03 18:30:23.683261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.684634000, lastModified=2023-10-03 18:30:23.683261000, delta=1373000 ns, racy<=17500 ns 18:30:23.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.685343000, lastModified=2023-10-03 18:30:23.684261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.685343000, lastModified=2023-10-03 18:30:23.684261000, delta=1082000 ns, racy<=17500 ns 18:30:23.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.686010000, lastModified=2023-10-03 18:30:23.684261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.684261000 to 2023-10-03 18:30:23.685261000 18:30:23.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.686593000, lastModified=2023-10-03 18:30:23.685261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.686593000, lastModified=2023-10-03 18:30:23.685261000, delta=1332000 ns, racy<=17500 ns 18:30:23.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.687266000, lastModified=2023-10-03 18:30:23.685261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.685261000 to 2023-10-03 18:30:23.686261000 18:30:23.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.688466000, lastModified=2023-10-03 18:30:23.687261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.688466000, lastModified=2023-10-03 18:30:23.687261000, delta=1205000 ns, racy<=17500 ns 18:30:23.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.689628000, lastModified=2023-10-03 18:30:23.688261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.689628000, lastModified=2023-10-03 18:30:23.688261000, delta=1367000 ns, racy<=17500 ns 18:30:23.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.690275000, lastModified=2023-10-03 18:30:23.688261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.688261000 to 2023-10-03 18:30:23.689261000 18:30:23.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.690845000, lastModified=2023-10-03 18:30:23.689261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.690845000, lastModified=2023-10-03 18:30:23.689261000, delta=1584000 ns, racy<=17500 ns 18:30:23.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.691464000, lastModified=2023-10-03 18:30:23.690261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.691464000, lastModified=2023-10-03 18:30:23.690261000, delta=1203000 ns, racy<=17500 ns 18:30:23.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.692093000, lastModified=2023-10-03 18:30:23.690261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.690261000 to 2023-10-03 18:30:23.691261000 18:30:23.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.692655000, lastModified=2023-10-03 18:30:23.691261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.692655000, lastModified=2023-10-03 18:30:23.691261000, delta=1394000 ns, racy<=17500 ns 18:30:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.693312000, lastModified=2023-10-03 18:30:23.691261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.691261000 to 2023-10-03 18:30:23.692261000 18:30:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.693837000, lastModified=2023-10-03 18:30:23.692261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.693837000, lastModified=2023-10-03 18:30:23.692261000, delta=1576000 ns, racy<=17500 ns 18:30:23.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.695144000, lastModified=2023-10-03 18:30:23.693261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.693261000 to 2023-10-03 18:30:23.694261000 18:30:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.696297000, lastModified=2023-10-03 18:30:23.694261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.694261000 to 2023-10-03 18:30:23.695261000 18:30:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.696882000, lastModified=2023-10-03 18:30:23.695261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.696882000, lastModified=2023-10-03 18:30:23.695261000, delta=1621000 ns, racy<=17500 ns 18:30:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.697558000, lastModified=2023-10-03 18:30:23.696261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.697558000, lastModified=2023-10-03 18:30:23.696261000, delta=1297000 ns, racy<=17500 ns 18:30:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.698148000, lastModified=2023-10-03 18:30:23.696261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.696261000 to 2023-10-03 18:30:23.697261000 18:30:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.698711000, lastModified=2023-10-03 18:30:23.697261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.698711000, lastModified=2023-10-03 18:30:23.697261000, delta=1450000 ns, racy<=17500 ns 18:30:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.699339000, lastModified=2023-10-03 18:30:23.698261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.699339000, lastModified=2023-10-03 18:30:23.698261000, delta=1078000 ns, racy<=17500 ns 18:30:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.699996000, lastModified=2023-10-03 18:30:23.698261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.698261000 to 2023-10-03 18:30:23.699261000 18:30:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.701844000, lastModified=2023-10-03 18:30:23.701261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.701844000, lastModified=2023-10-03 18:30:23.701261000, delta=583000 ns, racy<=17500 ns 18:30:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.703146000, lastModified=2023-10-03 18:30:23.701261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.701261000 to 2023-10-03 18:30:23.702261000 18:30:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.703780000, lastModified=2023-10-03 18:30:23.702261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.703780000, lastModified=2023-10-03 18:30:23.702261000, delta=1519000 ns, racy<=17500 ns 18:30:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.704443000, lastModified=2023-10-03 18:30:23.703261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.704443000, lastModified=2023-10-03 18:30:23.703261000, delta=1182000 ns, racy<=17500 ns 18:30:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.705107000, lastModified=2023-10-03 18:30:23.703261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.703261000 to 2023-10-03 18:30:23.704261000 18:30:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.705808000, lastModified=2023-10-03 18:30:23.704261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.705808000, lastModified=2023-10-03 18:30:23.704261000, delta=1547000 ns, racy<=17500 ns 18:30:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.706535000, lastModified=2023-10-03 18:30:23.705261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.706535000, lastModified=2023-10-03 18:30:23.705261000, delta=1274000 ns, racy<=17500 ns 18:30:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.707176000, lastModified=2023-10-03 18:30:23.705261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.705261000 to 2023-10-03 18:30:23.706261000 18:30:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.707782000, lastModified=2023-10-03 18:30:23.706261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.706261000 to 2023-10-03 18:30:23.707261000 18:30:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.709829000, lastModified=2023-10-03 18:30:23.708261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.709829000, lastModified=2023-10-03 18:30:23.708261000, delta=1568000 ns, racy<=17500 ns 18:30:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.710479000, lastModified=2023-10-03 18:30:23.709261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.710479000, lastModified=2023-10-03 18:30:23.709261000, delta=1218000 ns, racy<=17500 ns 18:30:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.711090000, lastModified=2023-10-03 18:30:23.709261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.709261000 to 2023-10-03 18:30:23.710261000 18:30:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.711643000, lastModified=2023-10-03 18:30:23.710261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.711643000, lastModified=2023-10-03 18:30:23.710261000, delta=1382000 ns, racy<=17500 ns 18:30:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.712239000, lastModified=2023-10-03 18:30:23.710261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.710261000 to 2023-10-03 18:30:23.711261000 18:30:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.712808000, lastModified=2023-10-03 18:30:23.711261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.712808000, lastModified=2023-10-03 18:30:23.711261000, delta=1547000 ns, racy<=17500 ns 18:30:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.713419000, lastModified=2023-10-03 18:30:23.713261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.713419000, lastModified=2023-10-03 18:30:23.713261000, delta=158000 ns, racy<=17500 ns 18:30:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.714026000, lastModified=2023-10-03 18:30:23.713261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.714026000, lastModified=2023-10-03 18:30:23.713261000, delta=765000 ns, racy<=17500 ns 18:30:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.715347000, lastModified=2023-10-03 18:30:23.714261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.715347000, lastModified=2023-10-03 18:30:23.714261000, delta=1086000 ns, racy<=17500 ns 18:30:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.716471000, lastModified=2023-10-03 18:30:23.715261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.716471000, lastModified=2023-10-03 18:30:23.715261000, delta=1210000 ns, racy<=17500 ns 18:30:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.717056000, lastModified=2023-10-03 18:30:23.715261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.715261000 to 2023-10-03 18:30:23.716261000 18:30:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.717599000, lastModified=2023-10-03 18:30:23.716261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.717599000, lastModified=2023-10-03 18:30:23.716261000, delta=1338000 ns, racy<=17500 ns 18:30:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.718240000, lastModified=2023-10-03 18:30:23.716261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.716261000 to 2023-10-03 18:30:23.717261000 18:30:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.718796000, lastModified=2023-10-03 18:30:23.717261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.718796000, lastModified=2023-10-03 18:30:23.717261000, delta=1535000 ns, racy<=17500 ns 18:30:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.719399000, lastModified=2023-10-03 18:30:23.718261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.719399000, lastModified=2023-10-03 18:30:23.718261000, delta=1138000 ns, racy<=17500 ns 18:30:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.720001000, lastModified=2023-10-03 18:30:23.718261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.718261000 to 2023-10-03 18:30:23.719261000 18:30:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.720577000, lastModified=2023-10-03 18:30:23.719261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.720577000, lastModified=2023-10-03 18:30:23.719261000, delta=1316000 ns, racy<=17500 ns 18:30:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.721785000, lastModified=2023-10-03 18:30:23.720261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.720261000 to 2023-10-03 18:30:23.721261000 18:30:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.722938000, lastModified=2023-10-03 18:30:23.721261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.722938000, lastModified=2023-10-03 18:30:23.721261000, delta=1677000 ns, racy<=17500 ns 18:30:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.723524000, lastModified=2023-10-03 18:30:23.722261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.723524000, lastModified=2023-10-03 18:30:23.722261000, delta=1263000 ns, racy<=17500 ns 18:30:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.724128000, lastModified=2023-10-03 18:30:23.722261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.722261000 to 2023-10-03 18:30:23.723261000 18:30:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.724704000, lastModified=2023-10-03 18:30:23.723261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.724704000, lastModified=2023-10-03 18:30:23.723261000, delta=1443000 ns, racy<=17500 ns 18:30:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.725346000, lastModified=2023-10-03 18:30:23.724261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.725346000, lastModified=2023-10-03 18:30:23.724261000, delta=1085000 ns, racy<=17500 ns 18:30:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.725940000, lastModified=2023-10-03 18:30:23.724261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.725940000, lastModified=2023-10-03 18:30:23.724261000, delta=1679000 ns, racy<=17500 ns 18:30:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.726576000, lastModified=2023-10-03 18:30:23.725261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.726576000, lastModified=2023-10-03 18:30:23.725261000, delta=1315000 ns, racy<=17500 ns 18:30:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.727183000, lastModified=2023-10-03 18:30:23.725261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.725261000 to 2023-10-03 18:30:23.726261000 18:30:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.729125000, lastModified=2023-10-03 18:30:23.727261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.727261000 to 2023-10-03 18:30:23.728261000 18:30:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.729692000, lastModified=2023-10-03 18:30:23.728261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.729692000, lastModified=2023-10-03 18:30:23.728261000, delta=1431000 ns, racy<=17500 ns 18:30:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.730326000, lastModified=2023-10-03 18:30:23.729261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.730326000, lastModified=2023-10-03 18:30:23.729261000, delta=1065000 ns, racy<=17500 ns 18:30:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.730914000, lastModified=2023-10-03 18:30:23.729261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.730914000, lastModified=2023-10-03 18:30:23.729261000, delta=1653000 ns, racy<=17500 ns 18:30:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.731534000, lastModified=2023-10-03 18:30:23.730261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.731534000, lastModified=2023-10-03 18:30:23.730261000, delta=1273000 ns, racy<=17500 ns 18:30:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.732154000, lastModified=2023-10-03 18:30:23.730261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.730261000 to 2023-10-03 18:30:23.731261000 18:30:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.732752000, lastModified=2023-10-03 18:30:23.731261000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.731261000 to 2023-10-03 18:30:23.779262000 18:30:23.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.781525000, lastModified=2023-10-03 18:30:23.780262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.780262000 to 2023-10-03 18:30:23.781262000 18:30:23.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.782611000, lastModified=2023-10-03 18:30:23.781262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.782611000, lastModified=2023-10-03 18:30:23.781262000, delta=1349000 ns, racy<=17500 ns 18:30:23.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.783237000, lastModified=2023-10-03 18:30:23.781262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.781262000 to 2023-10-03 18:30:23.782262000 18:30:23.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.783790000, lastModified=2023-10-03 18:30:23.782262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.783790000, lastModified=2023-10-03 18:30:23.782262000, delta=1528000 ns, racy<=17500 ns 18:30:23.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.784413000, lastModified=2023-10-03 18:30:23.783262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.784413000, lastModified=2023-10-03 18:30:23.783262000, delta=1151000 ns, racy<=17500 ns 18:30:23.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.784980000, lastModified=2023-10-03 18:30:23.783262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.784980000, lastModified=2023-10-03 18:30:23.783262000, delta=1718000 ns, racy<=17500 ns 18:30:23.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.785544000, lastModified=2023-10-03 18:30:23.784262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.785544000, lastModified=2023-10-03 18:30:23.784262000, delta=1282000 ns, racy<=17500 ns 18:30:23.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.786081000, lastModified=2023-10-03 18:30:23.784262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.784262000 to 2023-10-03 18:30:23.785262000 18:30:23.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.786605000, lastModified=2023-10-03 18:30:23.785262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.786605000, lastModified=2023-10-03 18:30:23.785262000, delta=1343000 ns, racy<=17500 ns 18:30:23.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.787144000, lastModified=2023-10-03 18:30:23.785262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.785262000 to 2023-10-03 18:30:23.786262000 18:30:23.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.788506000, lastModified=2023-10-03 18:30:23.787262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.787262000 to 2023-10-03 18:30:23.788262000 18:30:23.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.789601000, lastModified=2023-10-03 18:30:23.788262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.789601000, lastModified=2023-10-03 18:30:23.788262000, delta=1339000 ns, racy<=17500 ns 18:30:23.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.790134000, lastModified=2023-10-03 18:30:23.788262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.788262000 to 2023-10-03 18:30:23.789262000 18:30:23.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.790682000, lastModified=2023-10-03 18:30:23.789262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.790682000, lastModified=2023-10-03 18:30:23.789262000, delta=1420000 ns, racy<=17500 ns 18:30:23.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.791220000, lastModified=2023-10-03 18:30:23.789262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.789262000 to 2023-10-03 18:30:23.790262000 18:30:23.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.791744000, lastModified=2023-10-03 18:30:23.790262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.791744000, lastModified=2023-10-03 18:30:23.790262000, delta=1482000 ns, racy<=17500 ns 18:30:23.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.792287000, lastModified=2023-10-03 18:30:23.790262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.790262000 to 2023-10-03 18:30:23.791262000 18:30:23.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.792778000, lastModified=2023-10-03 18:30:23.791262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.792778000, lastModified=2023-10-03 18:30:23.791262000, delta=1516000 ns, racy<=17500 ns 18:30:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.793336000, lastModified=2023-10-03 18:30:23.792262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.793336000, lastModified=2023-10-03 18:30:23.792262000, delta=1074000 ns, racy<=17500 ns 18:30:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.793863000, lastModified=2023-10-03 18:30:23.792262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.793863000, lastModified=2023-10-03 18:30:23.792262000, delta=1601000 ns, racy<=17500 ns 18:30:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.794415000, lastModified=2023-10-03 18:30:23.793262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.794415000, lastModified=2023-10-03 18:30:23.793262000, delta=1153000 ns, racy<=17500 ns 18:30:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.795697000, lastModified=2023-10-03 18:30:23.794262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.794262000 to 2023-10-03 18:30:23.795262000 18:30:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.796909000, lastModified=2023-10-03 18:30:23.795262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.796909000, lastModified=2023-10-03 18:30:23.795262000, delta=1647000 ns, racy<=17500 ns 18:30:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.797610000, lastModified=2023-10-03 18:30:23.796262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.797610000, lastModified=2023-10-03 18:30:23.796262000, delta=1348000 ns, racy<=17500 ns 18:30:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.798437000, lastModified=2023-10-03 18:30:23.797262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.798437000, lastModified=2023-10-03 18:30:23.797262000, delta=1175000 ns, racy<=17500 ns 18:30:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.799261000, lastModified=2023-10-03 18:30:23.797262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.797262000 to 2023-10-03 18:30:23.798262000 18:30:23.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.799856000, lastModified=2023-10-03 18:30:23.798262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.799856000, lastModified=2023-10-03 18:30:23.798262000, delta=1594000 ns, racy<=17500 ns 18:30:23.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.800449000, lastModified=2023-10-03 18:30:23.799262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.800449000, lastModified=2023-10-03 18:30:23.799262000, delta=1187000 ns, racy<=17500 ns 18:30:23.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.801001000, lastModified=2023-10-03 18:30:23.799262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.801001000, lastModified=2023-10-03 18:30:23.799262000, delta=1739000 ns, racy<=17500 ns 18:30:23.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.802185000, lastModified=2023-10-03 18:30:23.800262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.800262000 to 2023-10-03 18:30:23.801262000 18:30:23.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.803311000, lastModified=2023-10-03 18:30:23.801262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.801262000 to 2023-10-03 18:30:23.802262000 18:30:23.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.803818000, lastModified=2023-10-03 18:30:23.802262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.803818000, lastModified=2023-10-03 18:30:23.802262000, delta=1556000 ns, racy<=17500 ns 18:30:23.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.804373000, lastModified=2023-10-03 18:30:23.803262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.804373000, lastModified=2023-10-03 18:30:23.803262000, delta=1111000 ns, racy<=17500 ns 18:30:23.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.804886000, lastModified=2023-10-03 18:30:23.803262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.804886000, lastModified=2023-10-03 18:30:23.803262000, delta=1624000 ns, racy<=17500 ns 18:30:23.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.805431000, lastModified=2023-10-03 18:30:23.804262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.805431000, lastModified=2023-10-03 18:30:23.804262000, delta=1169000 ns, racy<=17500 ns 18:30:23.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.806020000, lastModified=2023-10-03 18:30:23.804262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.806020000, lastModified=2023-10-03 18:30:23.804262000, delta=1758000 ns, racy<=17500 ns 18:30:23.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.806561000, lastModified=2023-10-03 18:30:23.805262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.806561000, lastModified=2023-10-03 18:30:23.805262000, delta=1299000 ns, racy<=17500 ns 18:30:23.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.807150000, lastModified=2023-10-03 18:30:23.805262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.805262000 to 2023-10-03 18:30:23.806262000 18:30:23.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.807648000, lastModified=2023-10-03 18:30:23.806262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.807648000, lastModified=2023-10-03 18:30:23.806262000, delta=1386000 ns, racy<=17500 ns 18:30:23.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.809055000, lastModified=2023-10-03 18:30:23.807262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.807262000 to 2023-10-03 18:30:23.808262000 18:30:23.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.810157000, lastModified=2023-10-03 18:30:23.808262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.808262000 to 2023-10-03 18:30:23.809262000 18:30:23.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.810676000, lastModified=2023-10-03 18:30:23.809262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.810676000, lastModified=2023-10-03 18:30:23.809262000, delta=1414000 ns, racy<=17500 ns 18:30:23.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.811205000, lastModified=2023-10-03 18:30:23.809262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.809262000 to 2023-10-03 18:30:23.810262000 18:30:23.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.811706000, lastModified=2023-10-03 18:30:23.810262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.811706000, lastModified=2023-10-03 18:30:23.810262000, delta=1444000 ns, racy<=17500 ns 18:30:23.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.812271000, lastModified=2023-10-03 18:30:23.810262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.810262000 to 2023-10-03 18:30:23.811262000 18:30:23.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.812740000, lastModified=2023-10-03 18:30:23.811262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.812740000, lastModified=2023-10-03 18:30:23.811262000, delta=1478000 ns, racy<=17500 ns 18:30:23.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.813289000, lastModified=2023-10-03 18:30:23.811262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.811262000 to 2023-10-03 18:30:23.812262000 18:30:23.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.813764000, lastModified=2023-10-03 18:30:23.812262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.813764000, lastModified=2023-10-03 18:30:23.812262000, delta=1502000 ns, racy<=17500 ns 18:30:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.814274000, lastModified=2023-10-03 18:30:23.812262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.812262000 to 2023-10-03 18:30:23.813262000 18:30:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.814745000, lastModified=2023-10-03 18:30:23.813262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.814745000, lastModified=2023-10-03 18:30:23.813262000, delta=1483000 ns, racy<=17500 ns 18:30:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.815260000, lastModified=2023-10-03 18:30:23.813262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.813262000 to 2023-10-03 18:30:23.814262000 18:30:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.815757000, lastModified=2023-10-03 18:30:23.814262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.814262000 to 2023-10-03 18:30:23.815262000 18:30:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.818710000, lastModified=2023-10-03 18:30:23.817262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.818710000, lastModified=2023-10-03 18:30:23.817262000, delta=1448000 ns, racy<=17500 ns 18:30:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.819286000, lastModified=2023-10-03 18:30:23.817262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.817262000 to 2023-10-03 18:30:23.818262000 18:30:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.819788000, lastModified=2023-10-03 18:30:23.818262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.819788000, lastModified=2023-10-03 18:30:23.818262000, delta=1526000 ns, racy<=17500 ns 18:30:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.820330000, lastModified=2023-10-03 18:30:23.819262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.820330000, lastModified=2023-10-03 18:30:23.819262000, delta=1068000 ns, racy<=17500 ns 18:30:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.820850000, lastModified=2023-10-03 18:30:23.819262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.820850000, lastModified=2023-10-03 18:30:23.819262000, delta=1588000 ns, racy<=17500 ns 18:30:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.821460000, lastModified=2023-10-03 18:30:23.820262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.821460000, lastModified=2023-10-03 18:30:23.820262000, delta=1198000 ns, racy<=17500 ns 18:30:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.821999000, lastModified=2023-10-03 18:30:23.820262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.821999000, lastModified=2023-10-03 18:30:23.820262000, delta=1737000 ns, racy<=17500 ns 18:30:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.822612000, lastModified=2023-10-03 18:30:23.821262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.822612000, lastModified=2023-10-03 18:30:23.821262000, delta=1350000 ns, racy<=17500 ns 18:30:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.823116000, lastModified=2023-10-03 18:30:23.821262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.821262000 to 2023-10-03 18:30:23.822262000 18:30:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.823620000, lastModified=2023-10-03 18:30:23.822262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.823620000, lastModified=2023-10-03 18:30:23.822262000, delta=1358000 ns, racy<=17500 ns 18:30:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.824167000, lastModified=2023-10-03 18:30:23.822262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.822262000 to 2023-10-03 18:30:23.823262000 18:30:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.825370000, lastModified=2023-10-03 18:30:23.824262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.825370000, lastModified=2023-10-03 18:30:23.824262000, delta=1108000 ns, racy<=17500 ns 18:30:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.826570000, lastModified=2023-10-03 18:30:23.825262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.826570000, lastModified=2023-10-03 18:30:23.825262000, delta=1308000 ns, racy<=17500 ns 18:30:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.827083000, lastModified=2023-10-03 18:30:23.825262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.825262000 to 2023-10-03 18:30:23.826262000 18:30:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.827588000, lastModified=2023-10-03 18:30:23.826262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.827588000, lastModified=2023-10-03 18:30:23.826262000, delta=1326000 ns, racy<=17500 ns 18:30:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.828287000, lastModified=2023-10-03 18:30:23.826262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.826262000 to 2023-10-03 18:30:23.827262000 18:30:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.828777000, lastModified=2023-10-03 18:30:23.827262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.828777000, lastModified=2023-10-03 18:30:23.827262000, delta=1515000 ns, racy<=17500 ns 18:30:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.829303000, lastModified=2023-10-03 18:30:23.827262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.827262000 to 2023-10-03 18:30:23.828262000 18:30:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.829788000, lastModified=2023-10-03 18:30:23.828262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.829788000, lastModified=2023-10-03 18:30:23.828262000, delta=1526000 ns, racy<=17500 ns 18:30:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.830308000, lastModified=2023-10-03 18:30:23.828262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.828262000 to 2023-10-03 18:30:23.829262000 18:30:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.830847000, lastModified=2023-10-03 18:30:23.829262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.829262000 to 2023-10-03 18:30:23.830262000 18:30:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.832726000, lastModified=2023-10-03 18:30:23.831262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.832726000, lastModified=2023-10-03 18:30:23.831262000, delta=1464000 ns, racy<=17500 ns 18:30:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.833328000, lastModified=2023-10-03 18:30:23.832262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.833328000, lastModified=2023-10-03 18:30:23.832262000, delta=1066000 ns, racy<=17500 ns 18:30:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.833891000, lastModified=2023-10-03 18:30:23.832262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.833891000, lastModified=2023-10-03 18:30:23.832262000, delta=1629000 ns, racy<=17500 ns 18:30:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.834418000, lastModified=2023-10-03 18:30:23.833262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.834418000, lastModified=2023-10-03 18:30:23.833262000, delta=1156000 ns, racy<=17500 ns 18:30:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.834937000, lastModified=2023-10-03 18:30:23.833262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.834937000, lastModified=2023-10-03 18:30:23.833262000, delta=1675000 ns, racy<=17500 ns 18:30:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.835475000, lastModified=2023-10-03 18:30:23.834262000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.834262000 to 2023-10-03 18:30:23.879263000 18:30:23.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.881327000, lastModified=2023-10-03 18:30:23.879263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.879263000 to 2023-10-03 18:30:23.880263000 18:30:23.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.882274000, lastModified=2023-10-03 18:30:23.880263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.880263000 to 2023-10-03 18:30:23.881263000 18:30:23.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.882772000, lastModified=2023-10-03 18:30:23.881263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.882772000, lastModified=2023-10-03 18:30:23.881263000, delta=1509000 ns, racy<=17500 ns 18:30:23.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.883311000, lastModified=2023-10-03 18:30:23.881263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.881263000 to 2023-10-03 18:30:23.882263000 18:30:23.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.883798000, lastModified=2023-10-03 18:30:23.882263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.883798000, lastModified=2023-10-03 18:30:23.882263000, delta=1535000 ns, racy<=17500 ns 18:30:23.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.884330000, lastModified=2023-10-03 18:30:23.883263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.884330000, lastModified=2023-10-03 18:30:23.883263000, delta=1067000 ns, racy<=17500 ns 18:30:23.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.884835000, lastModified=2023-10-03 18:30:23.883263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.884835000, lastModified=2023-10-03 18:30:23.883263000, delta=1572000 ns, racy<=17500 ns 18:30:23.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.885345000, lastModified=2023-10-03 18:30:23.884263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.885345000, lastModified=2023-10-03 18:30:23.884263000, delta=1082000 ns, racy<=17500 ns 18:30:23.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.885860000, lastModified=2023-10-03 18:30:23.884263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.885860000, lastModified=2023-10-03 18:30:23.884263000, delta=1597000 ns, racy<=17500 ns 18:30:23.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.886375000, lastModified=2023-10-03 18:30:23.885263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.886375000, lastModified=2023-10-03 18:30:23.885263000, delta=1112000 ns, racy<=17500 ns 18:30:23.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.886897000, lastModified=2023-10-03 18:30:23.885263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.886897000, lastModified=2023-10-03 18:30:23.885263000, delta=1634000 ns, racy<=17500 ns 18:30:23.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.887429000, lastModified=2023-10-03 18:30:23.886263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.886263000 to 2023-10-03 18:30:23.887263000 18:30:23.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.889323000, lastModified=2023-10-03 18:30:23.888263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.889323000, lastModified=2023-10-03 18:30:23.888263000, delta=1060000 ns, racy<=17500 ns 18:30:23.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.889860000, lastModified=2023-10-03 18:30:23.888263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.889860000, lastModified=2023-10-03 18:30:23.888263000, delta=1597000 ns, racy<=17500 ns 18:30:23.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.890377000, lastModified=2023-10-03 18:30:23.889263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.890377000, lastModified=2023-10-03 18:30:23.889263000, delta=1114000 ns, racy<=17500 ns 18:30:23.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.890917000, lastModified=2023-10-03 18:30:23.889263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.890917000, lastModified=2023-10-03 18:30:23.889263000, delta=1654000 ns, racy<=17500 ns 18:30:23.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.891429000, lastModified=2023-10-03 18:30:23.890263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.891429000, lastModified=2023-10-03 18:30:23.890263000, delta=1166000 ns, racy<=17500 ns 18:30:23.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.923332000, lastModified=2023-10-03 18:30:23.921263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.921263000 to 2023-10-03 18:30:23.922263000 18:30:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.923939000, lastModified=2023-10-03 18:30:23.922263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.923939000, lastModified=2023-10-03 18:30:23.922263000, delta=1676000 ns, racy<=17500 ns 18:30:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.924521000, lastModified=2023-10-03 18:30:23.923263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.924521000, lastModified=2023-10-03 18:30:23.923263000, delta=1258000 ns, racy<=17500 ns 18:30:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.925076000, lastModified=2023-10-03 18:30:23.923263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.923263000 to 2023-10-03 18:30:23.924263000 18:30:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.925618000, lastModified=2023-10-03 18:30:23.924263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.925618000, lastModified=2023-10-03 18:30:23.924263000, delta=1355000 ns, racy<=17500 ns 18:30:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.926160000, lastModified=2023-10-03 18:30:23.924263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.924263000 to 2023-10-03 18:30:23.925263000 18:30:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.926726000, lastModified=2023-10-03 18:30:23.925263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.926726000, lastModified=2023-10-03 18:30:23.925263000, delta=1463000 ns, racy<=17500 ns 18:30:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.927870000, lastModified=2023-10-03 18:30:23.926263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.926263000 to 2023-10-03 18:30:23.927263000 18:30:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.928965000, lastModified=2023-10-03 18:30:23.927263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.928965000, lastModified=2023-10-03 18:30:23.927263000, delta=1702000 ns, racy<=17500 ns 18:30:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.929502000, lastModified=2023-10-03 18:30:23.928263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.929502000, lastModified=2023-10-03 18:30:23.928263000, delta=1239000 ns, racy<=17500 ns 18:30:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.930018000, lastModified=2023-10-03 18:30:23.928263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.928263000 to 2023-10-03 18:30:23.929263000 18:30:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.930578000, lastModified=2023-10-03 18:30:23.929263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.930578000, lastModified=2023-10-03 18:30:23.929263000, delta=1315000 ns, racy<=17500 ns 18:30:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.931094000, lastModified=2023-10-03 18:30:23.929263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.929263000 to 2023-10-03 18:30:23.930263000 18:30:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.931623000, lastModified=2023-10-03 18:30:23.930263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.931623000, lastModified=2023-10-03 18:30:23.930263000, delta=1360000 ns, racy<=17500 ns 18:30:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.932158000, lastModified=2023-10-03 18:30:23.930263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.930263000 to 2023-10-03 18:30:23.931263000 18:30:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.932660000, lastModified=2023-10-03 18:30:23.931263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.932660000, lastModified=2023-10-03 18:30:23.931263000, delta=1397000 ns, racy<=17500 ns 18:30:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.933286000, lastModified=2023-10-03 18:30:23.931263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.931263000 to 2023-10-03 18:30:23.932263000 18:30:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.933760000, lastModified=2023-10-03 18:30:23.932263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.933760000, lastModified=2023-10-03 18:30:23.932263000, delta=1497000 ns, racy<=17500 ns 18:30:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.934273000, lastModified=2023-10-03 18:30:23.932263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.932263000 to 2023-10-03 18:30:23.933263000 18:30:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.936118000, lastModified=2023-10-03 18:30:23.934263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.934263000 to 2023-10-03 18:30:23.935263000 18:30:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.936615000, lastModified=2023-10-03 18:30:23.935263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.936615000, lastModified=2023-10-03 18:30:23.935263000, delta=1352000 ns, racy<=17500 ns 18:30:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.937180000, lastModified=2023-10-03 18:30:23.935263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.935263000 to 2023-10-03 18:30:23.936263000 18:30:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.937678000, lastModified=2023-10-03 18:30:23.936263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.937678000, lastModified=2023-10-03 18:30:23.936263000, delta=1415000 ns, racy<=17500 ns 18:30:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.938170000, lastModified=2023-10-03 18:30:23.936263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.936263000 to 2023-10-03 18:30:23.937263000 18:30:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.938657000, lastModified=2023-10-03 18:30:23.937263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.938657000, lastModified=2023-10-03 18:30:23.937263000, delta=1394000 ns, racy<=17500 ns 18:30:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.939151000, lastModified=2023-10-03 18:30:23.937263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.937263000 to 2023-10-03 18:30:23.938263000 18:30:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.939653000, lastModified=2023-10-03 18:30:23.938263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.938263000 to 2023-10-03 18:30:23.979263000 18:30:23.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.981520000, lastModified=2023-10-03 18:30:23.980263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.981520000, lastModified=2023-10-03 18:30:23.980263000, delta=1257000 ns, racy<=17500 ns 18:30:23.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.982053000, lastModified=2023-10-03 18:30:23.980263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.980263000 to 2023-10-03 18:30:23.981263000 18:30:23.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.982553000, lastModified=2023-10-03 18:30:23.981263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.982553000, lastModified=2023-10-03 18:30:23.981263000, delta=1290000 ns, racy<=17500 ns 18:30:23.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.983091000, lastModified=2023-10-03 18:30:23.981263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.981263000 to 2023-10-03 18:30:23.982263000 18:30:23.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.984522000, lastModified=2023-10-03 18:30:23.983263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.983263000 to 2023-10-03 18:30:23.984263000 18:30:23.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.985580000, lastModified=2023-10-03 18:30:23.984263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.985580000, lastModified=2023-10-03 18:30:23.984263000, delta=1317000 ns, racy<=17500 ns 18:30:23.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.986101000, lastModified=2023-10-03 18:30:23.984263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.984263000 to 2023-10-03 18:30:23.985263000 18:30:23.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.986664000, lastModified=2023-10-03 18:30:23.985263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.986664000, lastModified=2023-10-03 18:30:23.985263000, delta=1401000 ns, racy<=17500 ns 18:30:23.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.987212000, lastModified=2023-10-03 18:30:23.985263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.985263000 to 2023-10-03 18:30:23.986263000 18:30:23.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.987693000, lastModified=2023-10-03 18:30:23.986263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.987693000, lastModified=2023-10-03 18:30:23.986263000, delta=1430000 ns, racy<=17500 ns 18:30:23.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.988201000, lastModified=2023-10-03 18:30:23.986263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.986263000 to 2023-10-03 18:30:23.987263000 18:30:23.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.988676000, lastModified=2023-10-03 18:30:23.987263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.988676000, lastModified=2023-10-03 18:30:23.987263000, delta=1413000 ns, racy<=17500 ns 18:30:23.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.989155000, lastModified=2023-10-03 18:30:23.987263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.987263000 to 2023-10-03 18:30:23.988263000 18:30:23.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.989694000, lastModified=2023-10-03 18:30:23.988263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.989694000, lastModified=2023-10-03 18:30:23.988263000, delta=1431000 ns, racy<=17500 ns 18:30:23.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.990261000, lastModified=2023-10-03 18:30:23.988263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.988263000 to 2023-10-03 18:30:23.989263000 18:30:23.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.991533000, lastModified=2023-10-03 18:30:23.990263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.990263000 to 2023-10-03 18:30:23.991263000 18:30:23.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.992645000, lastModified=2023-10-03 18:30:23.991263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.992645000, lastModified=2023-10-03 18:30:23.991263000, delta=1382000 ns, racy<=17500 ns 18:30:23.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.993158000, lastModified=2023-10-03 18:30:23.991263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.991263000 to 2023-10-03 18:30:23.992263000 18:30:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.993663000, lastModified=2023-10-03 18:30:23.992263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.993663000, lastModified=2023-10-03 18:30:23.992263000, delta=1400000 ns, racy<=17500 ns 18:30:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.994151000, lastModified=2023-10-03 18:30:23.992263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.992263000 to 2023-10-03 18:30:23.993263000 18:30:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.994666000, lastModified=2023-10-03 18:30:23.993263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.994666000, lastModified=2023-10-03 18:30:23.993263000, delta=1403000 ns, racy<=17500 ns 18:30:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.995173000, lastModified=2023-10-03 18:30:23.993263000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.993263000 to 2023-10-03 18:30:23.994264000 18:30:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.995699000, lastModified=2023-10-03 18:30:23.994264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.995699000, lastModified=2023-10-03 18:30:23.994264000, delta=1435000 ns, racy<=17500 ns 18:30:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.996217000, lastModified=2023-10-03 18:30:23.994264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.994264000 to 2023-10-03 18:30:23.995264000 18:30:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.996705000, lastModified=2023-10-03 18:30:23.995264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.996705000, lastModified=2023-10-03 18:30:23.995264000, delta=1441000 ns, racy<=17500 ns 18:30:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.997211000, lastModified=2023-10-03 18:30:23.995264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.995264000 to 2023-10-03 18:30:23.996264000 18:30:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.997697000, lastModified=2023-10-03 18:30:23.996264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:23.997697000, lastModified=2023-10-03 18:30:23.996264000, delta=1433000 ns, racy<=17500 ns 18:30:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:23.998969000, lastModified=2023-10-03 18:30:23.997264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.997264000 to 2023-10-03 18:30:23.998264000 18:30:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.000110000, lastModified=2023-10-03 18:30:23.998264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.998264000 to 2023-10-03 18:30:23.999264000 18:30:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.000615000, lastModified=2023-10-03 18:30:23.999264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.000615000, lastModified=2023-10-03 18:30:23.999264000, delta=1351000 ns, racy<=17500 ns 18:30:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.001113000, lastModified=2023-10-03 18:30:23.999264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:23.999264000 to 2023-10-03 18:30:24.000264000 18:30:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.001657000, lastModified=2023-10-03 18:30:24.000264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.001657000, lastModified=2023-10-03 18:30:24.000264000, delta=1393000 ns, racy<=17500 ns 18:30:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.002155000, lastModified=2023-10-03 18:30:24.000264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.000264000 to 2023-10-03 18:30:24.001264000 18:30:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.002639000, lastModified=2023-10-03 18:30:24.001264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.002639000, lastModified=2023-10-03 18:30:24.001264000, delta=1375000 ns, racy<=17500 ns 18:30:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.003139000, lastModified=2023-10-03 18:30:24.001264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.001264000 to 2023-10-03 18:30:24.002264000 18:30:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.003671000, lastModified=2023-10-03 18:30:24.002264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.003671000, lastModified=2023-10-03 18:30:24.002264000, delta=1407000 ns, racy<=17500 ns 18:30:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.004149000, lastModified=2023-10-03 18:30:24.002264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.002264000 to 2023-10-03 18:30:24.003264000 18:30:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.004697000, lastModified=2023-10-03 18:30:24.003264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.004697000, lastModified=2023-10-03 18:30:24.003264000, delta=1433000 ns, racy<=17500 ns 18:30:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.005219000, lastModified=2023-10-03 18:30:24.003264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.003264000 to 2023-10-03 18:30:24.004264000 18:30:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.007125000, lastModified=2023-10-03 18:30:24.005264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.005264000 to 2023-10-03 18:30:24.006264000 18:30:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.007832000, lastModified=2023-10-03 18:30:24.006264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.007832000, lastModified=2023-10-03 18:30:24.006264000, delta=1568000 ns, racy<=17500 ns 18:30:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.008570000, lastModified=2023-10-03 18:30:24.007264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.008570000, lastModified=2023-10-03 18:30:24.007264000, delta=1306000 ns, racy<=17500 ns 18:30:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.009090000, lastModified=2023-10-03 18:30:24.007264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.007264000 to 2023-10-03 18:30:24.008264000 18:30:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.009597000, lastModified=2023-10-03 18:30:24.008264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.009597000, lastModified=2023-10-03 18:30:24.008264000, delta=1333000 ns, racy<=17500 ns 18:30:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.010174000, lastModified=2023-10-03 18:30:24.008264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.008264000 to 2023-10-03 18:30:24.009264000 18:30:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.010744000, lastModified=2023-10-03 18:30:24.009264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.010744000, lastModified=2023-10-03 18:30:24.009264000, delta=1480000 ns, racy<=17500 ns 18:30:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.011346000, lastModified=2023-10-03 18:30:24.010264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.011346000, lastModified=2023-10-03 18:30:24.010264000, delta=1082000 ns, racy<=17500 ns 18:30:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.011906000, lastModified=2023-10-03 18:30:24.010264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.011906000, lastModified=2023-10-03 18:30:24.010264000, delta=1642000 ns, racy<=17500 ns 18:30:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.012486000, lastModified=2023-10-03 18:30:24.011264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.012486000, lastModified=2023-10-03 18:30:24.011264000, delta=1222000 ns, racy<=17500 ns 18:30:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.013873000, lastModified=2023-10-03 18:30:24.012264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.012264000 to 2023-10-03 18:30:24.013264000 18:30:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.014912000, lastModified=2023-10-03 18:30:24.013264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.014912000, lastModified=2023-10-03 18:30:24.013264000, delta=1648000 ns, racy<=17500 ns 18:30:24.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.081531000, lastModified=2023-10-03 18:30:24.080264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.081531000, lastModified=2023-10-03 18:30:24.080264000, delta=1267000 ns, racy<=17500 ns 18:30:24.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.082331000, lastModified=2023-10-03 18:30:24.080264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.080264000 to 2023-10-03 18:30:24.081264000 18:30:24.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.083072000, lastModified=2023-10-03 18:30:24.081264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.081264000 to 2023-10-03 18:30:24.082264000 18:30:24.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.084377000, lastModified=2023-10-03 18:30:24.083264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.084377000, lastModified=2023-10-03 18:30:24.083264000, delta=1113000 ns, racy<=17500 ns 18:30:24.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.085472000, lastModified=2023-10-03 18:30:24.084264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.085472000, lastModified=2023-10-03 18:30:24.084264000, delta=1208000 ns, racy<=17500 ns 18:30:24.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.086064000, lastModified=2023-10-03 18:30:24.084264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.084264000 to 2023-10-03 18:30:24.085264000 18:30:24.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.086624000, lastModified=2023-10-03 18:30:24.085264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.086624000, lastModified=2023-10-03 18:30:24.085264000, delta=1360000 ns, racy<=17500 ns 18:30:24.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.087179000, lastModified=2023-10-03 18:30:24.085264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.085264000 to 2023-10-03 18:30:24.086264000 18:30:24.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.087757000, lastModified=2023-10-03 18:30:24.086264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.087757000, lastModified=2023-10-03 18:30:24.086264000, delta=1493000 ns, racy<=17500 ns 18:30:24.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.088352000, lastModified=2023-10-03 18:30:24.087264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.088352000, lastModified=2023-10-03 18:30:24.087264000, delta=1088000 ns, racy<=17500 ns 18:30:24.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.088935000, lastModified=2023-10-03 18:30:24.087264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.088935000, lastModified=2023-10-03 18:30:24.087264000, delta=1671000 ns, racy<=17500 ns 18:30:24.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.089519000, lastModified=2023-10-03 18:30:24.088264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.089519000, lastModified=2023-10-03 18:30:24.088264000, delta=1255000 ns, racy<=17500 ns 18:30:24.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.090073000, lastModified=2023-10-03 18:30:24.088264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.088264000 to 2023-10-03 18:30:24.089264000 18:30:24.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.091491000, lastModified=2023-10-03 18:30:24.090264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.090264000 to 2023-10-03 18:30:24.091264000 18:30:24.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.092723000, lastModified=2023-10-03 18:30:24.091264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.092723000, lastModified=2023-10-03 18:30:24.091264000, delta=1459000 ns, racy<=17500 ns 18:30:24.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.093499000, lastModified=2023-10-03 18:30:24.092264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.093499000, lastModified=2023-10-03 18:30:24.092264000, delta=1235000 ns, racy<=17500 ns 18:30:24.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.094295000, lastModified=2023-10-03 18:30:24.092264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.092264000 to 2023-10-03 18:30:24.093264000 18:30:24.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.095002000, lastModified=2023-10-03 18:30:24.093264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.093264000 to 2023-10-03 18:30:24.094264000 18:30:24.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.095700000, lastModified=2023-10-03 18:30:24.094264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.095700000, lastModified=2023-10-03 18:30:24.094264000, delta=1436000 ns, racy<=17500 ns 18:30:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.096528000, lastModified=2023-10-03 18:30:24.095264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.096528000, lastModified=2023-10-03 18:30:24.095264000, delta=1264000 ns, racy<=17500 ns 18:30:24.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.097228000, lastModified=2023-10-03 18:30:24.095264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.095264000 to 2023-10-03 18:30:24.096264000 18:30:24.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.097933000, lastModified=2023-10-03 18:30:24.096264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.097933000, lastModified=2023-10-03 18:30:24.096264000, delta=1669000 ns, racy<=17500 ns 18:30:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.098682000, lastModified=2023-10-03 18:30:24.097264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.098682000, lastModified=2023-10-03 18:30:24.097264000, delta=1418000 ns, racy<=17500 ns 18:30:24.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.099439000, lastModified=2023-10-03 18:30:24.098264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.099439000, lastModified=2023-10-03 18:30:24.098264000, delta=1175000 ns, racy<=17500 ns 18:30:24.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.100130000, lastModified=2023-10-03 18:30:24.098264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.098264000 to 2023-10-03 18:30:24.100264000 18:30:24.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.102228000, lastModified=2023-10-03 18:30:24.100264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.100264000 to 2023-10-03 18:30:24.101264000 18:30:24.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.103031000, lastModified=2023-10-03 18:30:24.101264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.101264000 to 2023-10-03 18:30:24.102264000 18:30:24.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.103793000, lastModified=2023-10-03 18:30:24.102264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.103793000, lastModified=2023-10-03 18:30:24.102264000, delta=1529000 ns, racy<=17500 ns 18:30:24.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.104603000, lastModified=2023-10-03 18:30:24.103264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.104603000, lastModified=2023-10-03 18:30:24.103264000, delta=1339000 ns, racy<=17500 ns 18:30:24.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.105494000, lastModified=2023-10-03 18:30:24.104264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.105494000, lastModified=2023-10-03 18:30:24.104264000, delta=1230000 ns, racy<=17500 ns 18:30:24.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.106241000, lastModified=2023-10-03 18:30:24.104264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.104264000 to 2023-10-03 18:30:24.105264000 18:30:24.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.106964000, lastModified=2023-10-03 18:30:24.105264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.106964000, lastModified=2023-10-03 18:30:24.105264000, delta=1700000 ns, racy<=17500 ns 18:30:24.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.108524000, lastModified=2023-10-03 18:30:24.107264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.108524000, lastModified=2023-10-03 18:30:24.107264000, delta=1260000 ns, racy<=17500 ns 18:30:24.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.109669000, lastModified=2023-10-03 18:30:24.108264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.109669000, lastModified=2023-10-03 18:30:24.108264000, delta=1405000 ns, racy<=17500 ns 18:30:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.110443000, lastModified=2023-10-03 18:30:24.109264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.110443000, lastModified=2023-10-03 18:30:24.109264000, delta=1179000 ns, racy<=17500 ns 18:30:24.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.111175000, lastModified=2023-10-03 18:30:24.109264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.109264000 to 2023-10-03 18:30:24.110264000 18:30:24.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.111886000, lastModified=2023-10-03 18:30:24.110264000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.111886000, lastModified=2023-10-03 18:30:24.110264000, delta=1622000 ns, racy<=17500 ns 18:30:24.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.181494000, lastModified=2023-10-03 18:30:24.180265000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.181494000, lastModified=2023-10-03 18:30:24.180265000, delta=1229000 ns, racy<=17500 ns 18:30:24.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.182270000, lastModified=2023-10-03 18:30:24.180265000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.180265000 to 2023-10-03 18:30:24.181265000 18:30:24.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.182989000, lastModified=2023-10-03 18:30:24.181265000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.181265000 to 2023-10-03 18:30:24.182265000 18:30:24.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.183678000, lastModified=2023-10-03 18:30:24.182265000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.183678000, lastModified=2023-10-03 18:30:24.182265000, delta=1413000 ns, racy<=17500 ns 18:30:24.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.184445000, lastModified=2023-10-03 18:30:24.183265000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.183265000 to 2023-10-03 18:30:24.184265000 18:30:24.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.186279000, lastModified=2023-10-03 18:30:24.184265000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.184265000 to 2023-10-03 18:30:24.185265000 18:30:24.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.187008000, lastModified=2023-10-03 18:30:24.185265000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.185265000 to 2023-10-03 18:30:24.186265000 18:30:24.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.187714000, lastModified=2023-10-03 18:30:24.186265000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.187714000, lastModified=2023-10-03 18:30:24.186265000, delta=1449000 ns, racy<=17500 ns 18:30:24.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.252450000, lastModified=2023-10-03 18:30:24.251266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.252450000, lastModified=2023-10-03 18:30:24.251266000, delta=1184000 ns, racy<=17500 ns 18:30:24.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.253283000, lastModified=2023-10-03 18:30:24.251266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.251266000 to 2023-10-03 18:30:24.252266000 18:30:24.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.280892000, lastModified=2023-10-03 18:30:24.252266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.252266000 to 2023-10-03 18:30:24.279266000 18:30:24.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.281493000, lastModified=2023-10-03 18:30:24.280266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.281493000, lastModified=2023-10-03 18:30:24.280266000, delta=1227000 ns, racy<=17500 ns 18:30:24.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.282010000, lastModified=2023-10-03 18:30:24.280266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.282010000, lastModified=2023-10-03 18:30:24.280266000, delta=1744000 ns, racy<=17500 ns 18:30:24.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.282518000, lastModified=2023-10-03 18:30:24.281266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.282518000, lastModified=2023-10-03 18:30:24.281266000, delta=1252000 ns, racy<=17500 ns 18:30:24.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.283002000, lastModified=2023-10-03 18:30:24.281266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.283002000, lastModified=2023-10-03 18:30:24.281266000, delta=1736000 ns, racy<=17500 ns 18:30:24.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.283548000, lastModified=2023-10-03 18:30:24.282266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.283548000, lastModified=2023-10-03 18:30:24.282266000, delta=1282000 ns, racy<=17500 ns 18:30:24.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.284069000, lastModified=2023-10-03 18:30:24.282266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.282266000 to 2023-10-03 18:30:24.283266000 18:30:24.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.284607000, lastModified=2023-10-03 18:30:24.283266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.284607000, lastModified=2023-10-03 18:30:24.283266000, delta=1341000 ns, racy<=17500 ns 18:30:24.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.285118000, lastModified=2023-10-03 18:30:24.283266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.283266000 to 2023-10-03 18:30:24.284266000 18:30:24.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.285889000, lastModified=2023-10-03 18:30:24.284266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.285889000, lastModified=2023-10-03 18:30:24.284266000, delta=1623000 ns, racy<=17500 ns 18:30:24.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.286679000, lastModified=2023-10-03 18:30:24.285266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.286679000, lastModified=2023-10-03 18:30:24.285266000, delta=1413000 ns, racy<=17500 ns 18:30:24.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.287456000, lastModified=2023-10-03 18:30:24.286266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.287456000, lastModified=2023-10-03 18:30:24.286266000, delta=1190000 ns, racy<=17500 ns 18:30:24.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.288216000, lastModified=2023-10-03 18:30:24.286266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.286266000 to 2023-10-03 18:30:24.287266000 18:30:24.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.288999000, lastModified=2023-10-03 18:30:24.287266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.287266000 to 2023-10-03 18:30:24.288266000 18:30:24.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.289734000, lastModified=2023-10-03 18:30:24.288266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.289734000, lastModified=2023-10-03 18:30:24.288266000, delta=1468000 ns, racy<=17500 ns 18:30:24.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.290527000, lastModified=2023-10-03 18:30:24.289266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.290527000, lastModified=2023-10-03 18:30:24.289266000, delta=1261000 ns, racy<=17500 ns 18:30:24.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.291348000, lastModified=2023-10-03 18:30:24.289266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.289266000 to 2023-10-03 18:30:24.290266000 18:30:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.294035000, lastModified=2023-10-03 18:30:24.292266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.292266000 to 2023-10-03 18:30:24.293266000 18:30:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.294790000, lastModified=2023-10-03 18:30:24.293266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.294790000, lastModified=2023-10-03 18:30:24.293266000, delta=1524000 ns, racy<=17500 ns 18:30:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.295611000, lastModified=2023-10-03 18:30:24.294266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.295611000, lastModified=2023-10-03 18:30:24.294266000, delta=1345000 ns, racy<=17500 ns 18:30:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.296394000, lastModified=2023-10-03 18:30:24.295266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.296394000, lastModified=2023-10-03 18:30:24.295266000, delta=1128000 ns, racy<=17500 ns 18:30:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.297146000, lastModified=2023-10-03 18:30:24.295266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.295266000 to 2023-10-03 18:30:24.296266000 18:30:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.297825000, lastModified=2023-10-03 18:30:24.296266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.297825000, lastModified=2023-10-03 18:30:24.296266000, delta=1559000 ns, racy<=17500 ns 18:30:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.298534000, lastModified=2023-10-03 18:30:24.297266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.297266000 to 2023-10-03 18:30:24.298266000 18:30:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.300599000, lastModified=2023-10-03 18:30:24.299266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.300599000, lastModified=2023-10-03 18:30:24.299266000, delta=1333000 ns, racy<=17500 ns 18:30:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.301175000, lastModified=2023-10-03 18:30:24.299266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.299266000 to 2023-10-03 18:30:24.300266000 18:30:24.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.301717000, lastModified=2023-10-03 18:30:24.300266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.301717000, lastModified=2023-10-03 18:30:24.300266000, delta=1451000 ns, racy<=17500 ns 18:30:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.302230000, lastModified=2023-10-03 18:30:24.300266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.300266000 to 2023-10-03 18:30:24.301266000 18:30:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.302735000, lastModified=2023-10-03 18:30:24.301266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.302735000, lastModified=2023-10-03 18:30:24.301266000, delta=1469000 ns, racy<=17500 ns 18:30:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.303277000, lastModified=2023-10-03 18:30:24.301266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.301266000 to 2023-10-03 18:30:24.302266000 18:30:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.303742000, lastModified=2023-10-03 18:30:24.302266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.303742000, lastModified=2023-10-03 18:30:24.302266000, delta=1476000 ns, racy<=17500 ns 18:30:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.304242000, lastModified=2023-10-03 18:30:24.302266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.302266000 to 2023-10-03 18:30:24.303266000 18:30:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.304700000, lastModified=2023-10-03 18:30:24.303266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.304700000, lastModified=2023-10-03 18:30:24.303266000, delta=1434000 ns, racy<=17500 ns 18:30:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.305191000, lastModified=2023-10-03 18:30:24.303266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.303266000 to 2023-10-03 18:30:24.304266000 18:30:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.305657000, lastModified=2023-10-03 18:30:24.304266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.305657000, lastModified=2023-10-03 18:30:24.304266000, delta=1391000 ns, racy<=17500 ns 18:30:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.306223000, lastModified=2023-10-03 18:30:24.304266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.304266000 to 2023-10-03 18:30:24.305266000 18:30:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.308193000, lastModified=2023-10-03 18:30:24.306266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.306266000 to 2023-10-03 18:30:24.307266000 18:30:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.308748000, lastModified=2023-10-03 18:30:24.307266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.308748000, lastModified=2023-10-03 18:30:24.307266000, delta=1482000 ns, racy<=17500 ns 18:30:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.309291000, lastModified=2023-10-03 18:30:24.307266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.307266000 to 2023-10-03 18:30:24.308266000 18:30:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.309766000, lastModified=2023-10-03 18:30:24.308266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.309766000, lastModified=2023-10-03 18:30:24.308266000, delta=1500000 ns, racy<=17500 ns 18:30:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.310283000, lastModified=2023-10-03 18:30:24.308266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.308266000 to 2023-10-03 18:30:24.309266000 18:30:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.310764000, lastModified=2023-10-03 18:30:24.309266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.310764000, lastModified=2023-10-03 18:30:24.309266000, delta=1498000 ns, racy<=17500 ns 18:30:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.311347000, lastModified=2023-10-03 18:30:24.310266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.311347000, lastModified=2023-10-03 18:30:24.310266000, delta=1081000 ns, racy<=17500 ns 18:30:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.311843000, lastModified=2023-10-03 18:30:24.310266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.311843000, lastModified=2023-10-03 18:30:24.310266000, delta=1577000 ns, racy<=17500 ns 18:30:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.312354000, lastModified=2023-10-03 18:30:24.311266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.312354000, lastModified=2023-10-03 18:30:24.311266000, delta=1088000 ns, racy<=17500 ns 18:30:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.312865000, lastModified=2023-10-03 18:30:24.311266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.312865000, lastModified=2023-10-03 18:30:24.311266000, delta=1599000 ns, racy<=17500 ns 18:30:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.313368000, lastModified=2023-10-03 18:30:24.312266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.313368000, lastModified=2023-10-03 18:30:24.312266000, delta=1102000 ns, racy<=17500 ns 18:30:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.314570000, lastModified=2023-10-03 18:30:24.313266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.313266000 to 2023-10-03 18:30:24.314266000 18:30:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.315620000, lastModified=2023-10-03 18:30:24.314266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.315620000, lastModified=2023-10-03 18:30:24.314266000, delta=1354000 ns, racy<=17500 ns 18:30:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.316113000, lastModified=2023-10-03 18:30:24.314266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.314266000 to 2023-10-03 18:30:24.315266000 18:30:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.316656000, lastModified=2023-10-03 18:30:24.315266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.316656000, lastModified=2023-10-03 18:30:24.315266000, delta=1390000 ns, racy<=17500 ns 18:30:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.317256000, lastModified=2023-10-03 18:30:24.315266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.315266000 to 2023-10-03 18:30:24.316266000 18:30:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.317726000, lastModified=2023-10-03 18:30:24.316266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.317726000, lastModified=2023-10-03 18:30:24.316266000, delta=1460000 ns, racy<=17500 ns 18:30:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.318240000, lastModified=2023-10-03 18:30:24.316266000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.316266000 to 2023-10-03 18:30:24.317266000 18:30:24.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.381112000, lastModified=2023-10-03 18:30:24.379267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.379267000 to 2023-10-03 18:30:24.380267000 18:30:24.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.381818000, lastModified=2023-10-03 18:30:24.380267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.381818000, lastModified=2023-10-03 18:30:24.380267000, delta=1551000 ns, racy<=17500 ns 18:30:24.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.382377000, lastModified=2023-10-03 18:30:24.381267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.382377000, lastModified=2023-10-03 18:30:24.381267000, delta=1110000 ns, racy<=17500 ns 18:30:24.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.382972000, lastModified=2023-10-03 18:30:24.381267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.382972000, lastModified=2023-10-03 18:30:24.381267000, delta=1705000 ns, racy<=17500 ns 18:30:24.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.383524000, lastModified=2023-10-03 18:30:24.382267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.382267000 to 2023-10-03 18:30:24.383267000 18:30:24.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.385415000, lastModified=2023-10-03 18:30:24.384267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.385415000, lastModified=2023-10-03 18:30:24.384267000, delta=1148000 ns, racy<=17500 ns 18:30:24.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.386061000, lastModified=2023-10-03 18:30:24.384267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.384267000 to 2023-10-03 18:30:24.385267000 18:30:24.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.386556000, lastModified=2023-10-03 18:30:24.385267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.386556000, lastModified=2023-10-03 18:30:24.385267000, delta=1289000 ns, racy<=17500 ns 18:30:24.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.387091000, lastModified=2023-10-03 18:30:24.385267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.385267000 to 2023-10-03 18:30:24.386267000 18:30:24.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.387636000, lastModified=2023-10-03 18:30:24.386267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.387636000, lastModified=2023-10-03 18:30:24.386267000, delta=1369000 ns, racy<=17500 ns 18:30:24.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.388158000, lastModified=2023-10-03 18:30:24.386267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.386267000 to 2023-10-03 18:30:24.387267000 18:30:24.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.388651000, lastModified=2023-10-03 18:30:24.387267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.388651000, lastModified=2023-10-03 18:30:24.387267000, delta=1384000 ns, racy<=17500 ns 18:30:24.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.389139000, lastModified=2023-10-03 18:30:24.387267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.387267000 to 2023-10-03 18:30:24.388267000 18:30:24.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.389668000, lastModified=2023-10-03 18:30:24.388267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.389668000, lastModified=2023-10-03 18:30:24.388267000, delta=1401000 ns, racy<=17500 ns 18:30:24.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.390233000, lastModified=2023-10-03 18:30:24.388267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.388267000 to 2023-10-03 18:30:24.389267000 18:30:24.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.392160000, lastModified=2023-10-03 18:30:24.390267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.390267000 to 2023-10-03 18:30:24.391267000 18:30:24.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.392833000, lastModified=2023-10-03 18:30:24.391267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.392833000, lastModified=2023-10-03 18:30:24.391267000, delta=1566000 ns, racy<=17500 ns 18:30:24.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.393373000, lastModified=2023-10-03 18:30:24.392267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.393373000, lastModified=2023-10-03 18:30:24.392267000, delta=1106000 ns, racy<=17500 ns 18:30:24.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.393877000, lastModified=2023-10-03 18:30:24.392267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.393877000, lastModified=2023-10-03 18:30:24.392267000, delta=1610000 ns, racy<=17500 ns 18:30:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.394408000, lastModified=2023-10-03 18:30:24.393267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.394408000, lastModified=2023-10-03 18:30:24.393267000, delta=1141000 ns, racy<=17500 ns 18:30:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.394891000, lastModified=2023-10-03 18:30:24.393267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.394891000, lastModified=2023-10-03 18:30:24.393267000, delta=1624000 ns, racy<=17500 ns 18:30:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.395405000, lastModified=2023-10-03 18:30:24.394267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.395405000, lastModified=2023-10-03 18:30:24.394267000, delta=1138000 ns, racy<=17500 ns 18:30:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.395882000, lastModified=2023-10-03 18:30:24.394267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.395882000, lastModified=2023-10-03 18:30:24.394267000, delta=1615000 ns, racy<=17500 ns 18:30:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.396474000, lastModified=2023-10-03 18:30:24.395267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.396474000, lastModified=2023-10-03 18:30:24.395267000, delta=1207000 ns, racy<=17500 ns 18:30:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.396964000, lastModified=2023-10-03 18:30:24.395267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.396964000, lastModified=2023-10-03 18:30:24.395267000, delta=1697000 ns, racy<=17500 ns 18:30:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.397463000, lastModified=2023-10-03 18:30:24.396267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.396267000 to 2023-10-03 18:30:24.397267000 18:30:24.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.399419000, lastModified=2023-10-03 18:30:24.398267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.399419000, lastModified=2023-10-03 18:30:24.398267000, delta=1152000 ns, racy<=17500 ns 18:30:24.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.399945000, lastModified=2023-10-03 18:30:24.398267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.399945000, lastModified=2023-10-03 18:30:24.398267000, delta=1678000 ns, racy<=17500 ns 18:30:24.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.400463000, lastModified=2023-10-03 18:30:24.399267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.400463000, lastModified=2023-10-03 18:30:24.399267000, delta=1196000 ns, racy<=17500 ns 18:30:24.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.400951000, lastModified=2023-10-03 18:30:24.399267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.400951000, lastModified=2023-10-03 18:30:24.399267000, delta=1684000 ns, racy<=17500 ns 18:30:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.401446000, lastModified=2023-10-03 18:30:24.400267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.401446000, lastModified=2023-10-03 18:30:24.400267000, delta=1179000 ns, racy<=17500 ns 18:30:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.401926000, lastModified=2023-10-03 18:30:24.400267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.401926000, lastModified=2023-10-03 18:30:24.400267000, delta=1659000 ns, racy<=17500 ns 18:30:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.402445000, lastModified=2023-10-03 18:30:24.401267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.402445000, lastModified=2023-10-03 18:30:24.401267000, delta=1178000 ns, racy<=17500 ns 18:30:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.402913000, lastModified=2023-10-03 18:30:24.401267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.402913000, lastModified=2023-10-03 18:30:24.401267000, delta=1646000 ns, racy<=17500 ns 18:30:24.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.403432000, lastModified=2023-10-03 18:30:24.402267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.403432000, lastModified=2023-10-03 18:30:24.402267000, delta=1165000 ns, racy<=17500 ns 18:30:24.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.403971000, lastModified=2023-10-03 18:30:24.402267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.403971000, lastModified=2023-10-03 18:30:24.402267000, delta=1704000 ns, racy<=17500 ns 18:30:24.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.404485000, lastModified=2023-10-03 18:30:24.403267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.403267000 to 2023-10-03 18:30:24.404267000 18:30:24.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.406266000, lastModified=2023-10-03 18:30:24.404267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.404267000 to 2023-10-03 18:30:24.405267000 18:30:24.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.406736000, lastModified=2023-10-03 18:30:24.405267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.406736000, lastModified=2023-10-03 18:30:24.405267000, delta=1469000 ns, racy<=17500 ns 18:30:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.407238000, lastModified=2023-10-03 18:30:24.405267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.405267000 to 2023-10-03 18:30:24.406267000 18:30:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.407704000, lastModified=2023-10-03 18:30:24.406267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.407704000, lastModified=2023-10-03 18:30:24.406267000, delta=1437000 ns, racy<=17500 ns 18:30:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.408203000, lastModified=2023-10-03 18:30:24.406267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.406267000 to 2023-10-03 18:30:24.407267000 18:30:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.408670000, lastModified=2023-10-03 18:30:24.407267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.408670000, lastModified=2023-10-03 18:30:24.407267000, delta=1403000 ns, racy<=17500 ns 18:30:24.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.409144000, lastModified=2023-10-03 18:30:24.407267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.407267000 to 2023-10-03 18:30:24.408267000 18:30:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.409637000, lastModified=2023-10-03 18:30:24.408267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.409637000, lastModified=2023-10-03 18:30:24.408267000, delta=1370000 ns, racy<=17500 ns 18:30:24.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.410110000, lastModified=2023-10-03 18:30:24.408267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.408267000 to 2023-10-03 18:30:24.409267000 18:30:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.410607000, lastModified=2023-10-03 18:30:24.409267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.410607000, lastModified=2023-10-03 18:30:24.409267000, delta=1340000 ns, racy<=17500 ns 18:30:24.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.411104000, lastModified=2023-10-03 18:30:24.409267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.409267000 to 2023-10-03 18:30:24.410267000 18:30:24.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.412434000, lastModified=2023-10-03 18:30:24.411267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.412434000, lastModified=2023-10-03 18:30:24.411267000, delta=1167000 ns, racy<=17500 ns 18:30:24.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.413692000, lastModified=2023-10-03 18:30:24.412267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.413692000, lastModified=2023-10-03 18:30:24.412267000, delta=1425000 ns, racy<=17500 ns 18:30:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.414434000, lastModified=2023-10-03 18:30:24.413267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.414434000, lastModified=2023-10-03 18:30:24.413267000, delta=1167000 ns, racy<=17500 ns 18:30:24.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.415137000, lastModified=2023-10-03 18:30:24.413267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.413267000 to 2023-10-03 18:30:24.414267000 18:30:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.415836000, lastModified=2023-10-03 18:30:24.414267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.415836000, lastModified=2023-10-03 18:30:24.414267000, delta=1569000 ns, racy<=17500 ns 18:30:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.416567000, lastModified=2023-10-03 18:30:24.415267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.416567000, lastModified=2023-10-03 18:30:24.415267000, delta=1300000 ns, racy<=17500 ns 18:30:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.480966000, lastModified=2023-10-03 18:30:24.415267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.415267000 to 2023-10-03 18:30:24.480267000 18:30:24.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.482269000, lastModified=2023-10-03 18:30:24.480267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.480267000 to 2023-10-03 18:30:24.481267000 18:30:24.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.482794000, lastModified=2023-10-03 18:30:24.481267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.482794000, lastModified=2023-10-03 18:30:24.481267000, delta=1527000 ns, racy<=17500 ns 18:30:24.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.483346000, lastModified=2023-10-03 18:30:24.482267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.483346000, lastModified=2023-10-03 18:30:24.482267000, delta=1079000 ns, racy<=17500 ns 18:30:24.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.483858000, lastModified=2023-10-03 18:30:24.482267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.483858000, lastModified=2023-10-03 18:30:24.482267000, delta=1591000 ns, racy<=17500 ns 18:30:24.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.484411000, lastModified=2023-10-03 18:30:24.483267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.484411000, lastModified=2023-10-03 18:30:24.483267000, delta=1144000 ns, racy<=17500 ns 18:30:24.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.484906000, lastModified=2023-10-03 18:30:24.483267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.484906000, lastModified=2023-10-03 18:30:24.483267000, delta=1639000 ns, racy<=17500 ns 18:30:24.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.485436000, lastModified=2023-10-03 18:30:24.484267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.485436000, lastModified=2023-10-03 18:30:24.484267000, delta=1169000 ns, racy<=17500 ns 18:30:24.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.485925000, lastModified=2023-10-03 18:30:24.484267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.485925000, lastModified=2023-10-03 18:30:24.484267000, delta=1658000 ns, racy<=17500 ns 18:30:24.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.486431000, lastModified=2023-10-03 18:30:24.485267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.486431000, lastModified=2023-10-03 18:30:24.485267000, delta=1164000 ns, racy<=17500 ns 18:30:24.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.486914000, lastModified=2023-10-03 18:30:24.485267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.486914000, lastModified=2023-10-03 18:30:24.485267000, delta=1647000 ns, racy<=17500 ns 18:30:24.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.488166000, lastModified=2023-10-03 18:30:24.486267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.486267000 to 2023-10-03 18:30:24.487267000 18:30:24.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.489301000, lastModified=2023-10-03 18:30:24.487267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.487267000 to 2023-10-03 18:30:24.488267000 18:30:24.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.489785000, lastModified=2023-10-03 18:30:24.488267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.489785000, lastModified=2023-10-03 18:30:24.488267000, delta=1518000 ns, racy<=17500 ns 18:30:24.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.490318000, lastModified=2023-10-03 18:30:24.488267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.488267000 to 2023-10-03 18:30:24.489267000 18:30:24.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.490770000, lastModified=2023-10-03 18:30:24.489267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.490770000, lastModified=2023-10-03 18:30:24.489267000, delta=1503000 ns, racy<=17500 ns 18:30:24.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.491271000, lastModified=2023-10-03 18:30:24.489267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.489267000 to 2023-10-03 18:30:24.490267000 18:30:24.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.491740000, lastModified=2023-10-03 18:30:24.490267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.491740000, lastModified=2023-10-03 18:30:24.490267000, delta=1473000 ns, racy<=17500 ns 18:30:24.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.492231000, lastModified=2023-10-03 18:30:24.490267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.490267000 to 2023-10-03 18:30:24.491267000 18:30:24.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.492707000, lastModified=2023-10-03 18:30:24.491267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.492707000, lastModified=2023-10-03 18:30:24.491267000, delta=1440000 ns, racy<=17500 ns 18:30:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.493211000, lastModified=2023-10-03 18:30:24.491267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.491267000 to 2023-10-03 18:30:24.492267000 18:30:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.493679000, lastModified=2023-10-03 18:30:24.492267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.493679000, lastModified=2023-10-03 18:30:24.492267000, delta=1412000 ns, racy<=17500 ns 18:30:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.495049000, lastModified=2023-10-03 18:30:24.493267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.493267000 to 2023-10-03 18:30:24.494267000 18:30:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.496202000, lastModified=2023-10-03 18:30:24.494267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.494267000 to 2023-10-03 18:30:24.495267000 18:30:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.496716000, lastModified=2023-10-03 18:30:24.495267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.496716000, lastModified=2023-10-03 18:30:24.495267000, delta=1449000 ns, racy<=17500 ns 18:30:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.497223000, lastModified=2023-10-03 18:30:24.495267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.495267000 to 2023-10-03 18:30:24.496267000 18:30:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.497709000, lastModified=2023-10-03 18:30:24.496267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.497709000, lastModified=2023-10-03 18:30:24.496267000, delta=1442000 ns, racy<=17500 ns 18:30:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.498230000, lastModified=2023-10-03 18:30:24.496267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.496267000 to 2023-10-03 18:30:24.497267000 18:30:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.498736000, lastModified=2023-10-03 18:30:24.497267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.498736000, lastModified=2023-10-03 18:30:24.497267000, delta=1469000 ns, racy<=17500 ns 18:30:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.499341000, lastModified=2023-10-03 18:30:24.498267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.499341000, lastModified=2023-10-03 18:30:24.498267000, delta=1074000 ns, racy<=17500 ns 18:30:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.499847000, lastModified=2023-10-03 18:30:24.498267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.499847000, lastModified=2023-10-03 18:30:24.498267000, delta=1580000 ns, racy<=17500 ns 18:30:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.500385000, lastModified=2023-10-03 18:30:24.499267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.500385000, lastModified=2023-10-03 18:30:24.499267000, delta=1118000 ns, racy<=17500 ns 18:30:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.500887000, lastModified=2023-10-03 18:30:24.499267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.499267000 to 2023-10-03 18:30:24.500267000 18:30:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.506262000, lastModified=2023-10-03 18:30:24.504267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.504267000 to 2023-10-03 18:30:24.505267000 18:30:24.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.506850000, lastModified=2023-10-03 18:30:24.505267000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.506850000, lastModified=2023-10-03 18:30:24.505267000, delta=1583000 ns, racy<=17500 ns 18:30:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.507449000, lastModified=2023-10-03 18:30:24.506268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.507449000, lastModified=2023-10-03 18:30:24.506268000, delta=1181000 ns, racy<=17500 ns 18:30:24.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.507988000, lastModified=2023-10-03 18:30:24.506268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.507988000, lastModified=2023-10-03 18:30:24.506268000, delta=1720000 ns, racy<=17500 ns 18:30:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.508562000, lastModified=2023-10-03 18:30:24.507268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.508562000, lastModified=2023-10-03 18:30:24.507268000, delta=1294000 ns, racy<=17500 ns 18:30:24.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.509113000, lastModified=2023-10-03 18:30:24.507268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.507268000 to 2023-10-03 18:30:24.508268000 18:30:24.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.509642000, lastModified=2023-10-03 18:30:24.508268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.509642000, lastModified=2023-10-03 18:30:24.508268000, delta=1374000 ns, racy<=17500 ns 18:30:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.510242000, lastModified=2023-10-03 18:30:24.508268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.508268000 to 2023-10-03 18:30:24.509268000 18:30:24.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.510744000, lastModified=2023-10-03 18:30:24.509268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.510744000, lastModified=2023-10-03 18:30:24.509268000, delta=1476000 ns, racy<=17500 ns 18:30:24.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.511256000, lastModified=2023-10-03 18:30:24.509268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.509268000 to 2023-10-03 18:30:24.514268000 18:30:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.516915000, lastModified=2023-10-03 18:30:24.515268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.516915000, lastModified=2023-10-03 18:30:24.515268000, delta=1647000 ns, racy<=17500 ns 18:30:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.517499000, lastModified=2023-10-03 18:30:24.516268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.517499000, lastModified=2023-10-03 18:30:24.516268000, delta=1231000 ns, racy<=17500 ns 18:30:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.518008000, lastModified=2023-10-03 18:30:24.516268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.518008000, lastModified=2023-10-03 18:30:24.516268000, delta=1740000 ns, racy<=17500 ns 18:30:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.518513000, lastModified=2023-10-03 18:30:24.517268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.518513000, lastModified=2023-10-03 18:30:24.517268000, delta=1245000 ns, racy<=17500 ns 18:30:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.519014000, lastModified=2023-10-03 18:30:24.517268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.519014000, lastModified=2023-10-03 18:30:24.517268000, delta=1746000 ns, racy<=17500 ns 18:30:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.519526000, lastModified=2023-10-03 18:30:24.518268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.519526000, lastModified=2023-10-03 18:30:24.518268000, delta=1258000 ns, racy<=17500 ns 18:30:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.520017000, lastModified=2023-10-03 18:30:24.518268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.520017000, lastModified=2023-10-03 18:30:24.518268000, delta=1749000 ns, racy<=17500 ns 18:30:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.520516000, lastModified=2023-10-03 18:30:24.519268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.520516000, lastModified=2023-10-03 18:30:24.519268000, delta=1248000 ns, racy<=17500 ns 18:30:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.521003000, lastModified=2023-10-03 18:30:24.519268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.521003000, lastModified=2023-10-03 18:30:24.519268000, delta=1735000 ns, racy<=17500 ns 18:30:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.521529000, lastModified=2023-10-03 18:30:24.520268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.521529000, lastModified=2023-10-03 18:30:24.520268000, delta=1261000 ns, racy<=17500 ns 18:30:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.522868000, lastModified=2023-10-03 18:30:24.521268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.521268000 to 2023-10-03 18:30:24.522268000 18:30:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.523897000, lastModified=2023-10-03 18:30:24.522268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.523897000, lastModified=2023-10-03 18:30:24.522268000, delta=1629000 ns, racy<=17500 ns 18:30:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.524445000, lastModified=2023-10-03 18:30:24.523268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.524445000, lastModified=2023-10-03 18:30:24.523268000, delta=1177000 ns, racy<=17500 ns 18:30:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.525139000, lastModified=2023-10-03 18:30:24.523268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.523268000 to 2023-10-03 18:30:24.524268000 18:30:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.525799000, lastModified=2023-10-03 18:30:24.524268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.525799000, lastModified=2023-10-03 18:30:24.524268000, delta=1531000 ns, racy<=17500 ns 18:30:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.526457000, lastModified=2023-10-03 18:30:24.525268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.526457000, lastModified=2023-10-03 18:30:24.525268000, delta=1189000 ns, racy<=17500 ns 18:30:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.527167000, lastModified=2023-10-03 18:30:24.525268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.525268000 to 2023-10-03 18:30:24.526268000 18:30:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.527865000, lastModified=2023-10-03 18:30:24.526268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.527865000, lastModified=2023-10-03 18:30:24.526268000, delta=1597000 ns, racy<=17500 ns 18:30:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.528632000, lastModified=2023-10-03 18:30:24.527268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.527268000 to 2023-10-03 18:30:24.528268000 18:30:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.530471000, lastModified=2023-10-03 18:30:24.529268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.530471000, lastModified=2023-10-03 18:30:24.529268000, delta=1203000 ns, racy<=17500 ns 18:30:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.531018000, lastModified=2023-10-03 18:30:24.529268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.531018000, lastModified=2023-10-03 18:30:24.529268000, delta=1750000 ns, racy<=17500 ns 18:30:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.531568000, lastModified=2023-10-03 18:30:24.530268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.531568000, lastModified=2023-10-03 18:30:24.530268000, delta=1300000 ns, racy<=17500 ns 18:30:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.532090000, lastModified=2023-10-03 18:30:24.530268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.530268000 to 2023-10-03 18:30:24.531268000 18:30:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.532650000, lastModified=2023-10-03 18:30:24.531268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.532650000, lastModified=2023-10-03 18:30:24.531268000, delta=1382000 ns, racy<=17500 ns 18:30:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.533188000, lastModified=2023-10-03 18:30:24.531268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.531268000 to 2023-10-03 18:30:24.532268000 18:30:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.533693000, lastModified=2023-10-03 18:30:24.532268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.533693000, lastModified=2023-10-03 18:30:24.532268000, delta=1425000 ns, racy<=17500 ns 18:30:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.534240000, lastModified=2023-10-03 18:30:24.532268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.532268000 to 2023-10-03 18:30:24.533268000 18:30:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.534851000, lastModified=2023-10-03 18:30:24.533268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.534851000, lastModified=2023-10-03 18:30:24.533268000, delta=1583000 ns, racy<=17500 ns 18:30:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.535574000, lastModified=2023-10-03 18:30:24.534268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.535574000, lastModified=2023-10-03 18:30:24.534268000, delta=1306000 ns, racy<=17500 ns 18:30:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.580903000, lastModified=2023-10-03 18:30:24.535268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.535268000 to 2023-10-03 18:30:24.580268000 18:30:24.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.581704000, lastModified=2023-10-03 18:30:24.580268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.581704000, lastModified=2023-10-03 18:30:24.580268000, delta=1436000 ns, racy<=17500 ns 18:30:24.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.582264000, lastModified=2023-10-03 18:30:24.580268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.580268000 to 2023-10-03 18:30:24.581268000 18:30:24.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.582810000, lastModified=2023-10-03 18:30:24.581268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.582810000, lastModified=2023-10-03 18:30:24.581268000, delta=1542000 ns, racy<=17500 ns 18:30:24.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.583340000, lastModified=2023-10-03 18:30:24.582268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.582268000 to 2023-10-03 18:30:24.583268000 18:30:24.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.585261000, lastModified=2023-10-03 18:30:24.583268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.583268000 to 2023-10-03 18:30:24.584268000 18:30:24.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.585783000, lastModified=2023-10-03 18:30:24.584268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.585783000, lastModified=2023-10-03 18:30:24.584268000, delta=1515000 ns, racy<=17500 ns 18:30:24.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.586303000, lastModified=2023-10-03 18:30:24.584268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.584268000 to 2023-10-03 18:30:24.585268000 18:30:24.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.586768000, lastModified=2023-10-03 18:30:24.585268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.586768000, lastModified=2023-10-03 18:30:24.585268000, delta=1500000 ns, racy<=17500 ns 18:30:24.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.587269000, lastModified=2023-10-03 18:30:24.585268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.585268000 to 2023-10-03 18:30:24.586268000 18:30:24.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.587815000, lastModified=2023-10-03 18:30:24.586268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.587815000, lastModified=2023-10-03 18:30:24.586268000, delta=1547000 ns, racy<=17500 ns 18:30:24.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.588350000, lastModified=2023-10-03 18:30:24.587268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.588350000, lastModified=2023-10-03 18:30:24.587268000, delta=1082000 ns, racy<=17500 ns 18:30:24.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.588859000, lastModified=2023-10-03 18:30:24.587268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.588859000, lastModified=2023-10-03 18:30:24.587268000, delta=1591000 ns, racy<=17500 ns 18:30:24.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.589372000, lastModified=2023-10-03 18:30:24.588268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.589372000, lastModified=2023-10-03 18:30:24.588268000, delta=1104000 ns, racy<=17500 ns 18:30:24.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.589847000, lastModified=2023-10-03 18:30:24.588268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.589847000, lastModified=2023-10-03 18:30:24.588268000, delta=1579000 ns, racy<=17500 ns 18:30:24.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.590357000, lastModified=2023-10-03 18:30:24.589268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.589268000 to 2023-10-03 18:30:24.590268000 18:30:24.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.592186000, lastModified=2023-10-03 18:30:24.590268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.590268000 to 2023-10-03 18:30:24.591268000 18:30:24.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.592906000, lastModified=2023-10-03 18:30:24.591268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.592906000, lastModified=2023-10-03 18:30:24.591268000, delta=1638000 ns, racy<=17500 ns 18:30:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.593609000, lastModified=2023-10-03 18:30:24.592268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.593609000, lastModified=2023-10-03 18:30:24.592268000, delta=1341000 ns, racy<=17500 ns 18:30:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.594308000, lastModified=2023-10-03 18:30:24.592268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.592268000 to 2023-10-03 18:30:24.593268000 18:30:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.594950000, lastModified=2023-10-03 18:30:24.593268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.594950000, lastModified=2023-10-03 18:30:24.593268000, delta=1682000 ns, racy<=17500 ns 18:30:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.595653000, lastModified=2023-10-03 18:30:24.594268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.595653000, lastModified=2023-10-03 18:30:24.594268000, delta=1385000 ns, racy<=17500 ns 18:30:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.596373000, lastModified=2023-10-03 18:30:24.595268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.596373000, lastModified=2023-10-03 18:30:24.595268000, delta=1105000 ns, racy<=17500 ns 18:30:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.597033000, lastModified=2023-10-03 18:30:24.595268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.595268000 to 2023-10-03 18:30:24.596268000 18:30:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.598266000, lastModified=2023-10-03 18:30:24.596268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.596268000 to 2023-10-03 18:30:24.597268000 18:30:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.599309000, lastModified=2023-10-03 18:30:24.597268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.597268000 to 2023-10-03 18:30:24.598268000 18:30:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.599868000, lastModified=2023-10-03 18:30:24.598268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.599868000, lastModified=2023-10-03 18:30:24.598268000, delta=1600000 ns, racy<=17500 ns 18:30:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.600433000, lastModified=2023-10-03 18:30:24.599268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.600433000, lastModified=2023-10-03 18:30:24.599268000, delta=1165000 ns, racy<=17500 ns 18:30:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.600921000, lastModified=2023-10-03 18:30:24.599268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.600921000, lastModified=2023-10-03 18:30:24.599268000, delta=1653000 ns, racy<=17500 ns 18:30:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.601435000, lastModified=2023-10-03 18:30:24.600268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.601435000, lastModified=2023-10-03 18:30:24.600268000, delta=1167000 ns, racy<=17500 ns 18:30:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.601930000, lastModified=2023-10-03 18:30:24.600268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.601930000, lastModified=2023-10-03 18:30:24.600268000, delta=1662000 ns, racy<=17500 ns 18:30:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.602473000, lastModified=2023-10-03 18:30:24.601268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.602473000, lastModified=2023-10-03 18:30:24.601268000, delta=1205000 ns, racy<=17500 ns 18:30:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.602957000, lastModified=2023-10-03 18:30:24.601268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.602957000, lastModified=2023-10-03 18:30:24.601268000, delta=1689000 ns, racy<=17500 ns 18:30:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.603458000, lastModified=2023-10-03 18:30:24.602268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.603458000, lastModified=2023-10-03 18:30:24.602268000, delta=1190000 ns, racy<=17500 ns 18:30:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.603933000, lastModified=2023-10-03 18:30:24.602268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.602268000 to 2023-10-03 18:30:24.603268000 18:30:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.606009000, lastModified=2023-10-03 18:30:24.604268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.604268000 to 2023-10-03 18:30:24.605268000 18:30:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.606732000, lastModified=2023-10-03 18:30:24.605268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.606732000, lastModified=2023-10-03 18:30:24.605268000, delta=1464000 ns, racy<=17500 ns 18:30:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.607492000, lastModified=2023-10-03 18:30:24.606268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.607492000, lastModified=2023-10-03 18:30:24.606268000, delta=1224000 ns, racy<=17500 ns 18:30:24.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.608199000, lastModified=2023-10-03 18:30:24.606268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.606268000 to 2023-10-03 18:30:24.607268000 18:30:24.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.608872000, lastModified=2023-10-03 18:30:24.607268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.608872000, lastModified=2023-10-03 18:30:24.607268000, delta=1604000 ns, racy<=17500 ns 18:30:24.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.609613000, lastModified=2023-10-03 18:30:24.608268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.609613000, lastModified=2023-10-03 18:30:24.608268000, delta=1345000 ns, racy<=17500 ns 18:30:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.610336000, lastModified=2023-10-03 18:30:24.609268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.610336000, lastModified=2023-10-03 18:30:24.609268000, delta=1068000 ns, racy<=17500 ns 18:30:24.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.611063000, lastModified=2023-10-03 18:30:24.609268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.609268000 to 2023-10-03 18:30:24.610268000 18:30:24.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.612907000, lastModified=2023-10-03 18:30:24.611268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.612907000, lastModified=2023-10-03 18:30:24.611268000, delta=1639000 ns, racy<=17500 ns 18:30:24.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.613701000, lastModified=2023-10-03 18:30:24.612268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.613701000, lastModified=2023-10-03 18:30:24.612268000, delta=1433000 ns, racy<=17500 ns 18:30:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.614432000, lastModified=2023-10-03 18:30:24.613268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.614432000, lastModified=2023-10-03 18:30:24.613268000, delta=1164000 ns, racy<=17500 ns 18:30:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.615161000, lastModified=2023-10-03 18:30:24.613268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.613268000 to 2023-10-03 18:30:24.614268000 18:30:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.615876000, lastModified=2023-10-03 18:30:24.614268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.615876000, lastModified=2023-10-03 18:30:24.614268000, delta=1608000 ns, racy<=17500 ns 18:30:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.616537000, lastModified=2023-10-03 18:30:24.615268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.616537000, lastModified=2023-10-03 18:30:24.615268000, delta=1269000 ns, racy<=17500 ns 18:30:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.617188000, lastModified=2023-10-03 18:30:24.615268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.615268000 to 2023-10-03 18:30:24.616268000 18:30:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.617857000, lastModified=2023-10-03 18:30:24.616268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.616268000 to 2023-10-03 18:30:24.617268000 18:30:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.619705000, lastModified=2023-10-03 18:30:24.618268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.619705000, lastModified=2023-10-03 18:30:24.618268000, delta=1437000 ns, racy<=17500 ns 18:30:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.620441000, lastModified=2023-10-03 18:30:24.619268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.620441000, lastModified=2023-10-03 18:30:24.619268000, delta=1173000 ns, racy<=17500 ns 18:30:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.621094000, lastModified=2023-10-03 18:30:24.619268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.619268000 to 2023-10-03 18:30:24.620268000 18:30:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.621730000, lastModified=2023-10-03 18:30:24.620268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.621730000, lastModified=2023-10-03 18:30:24.620268000, delta=1462000 ns, racy<=17500 ns 18:30:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.622473000, lastModified=2023-10-03 18:30:24.621268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.622473000, lastModified=2023-10-03 18:30:24.621268000, delta=1205000 ns, racy<=17500 ns 18:30:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.623183000, lastModified=2023-10-03 18:30:24.621268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.621268000 to 2023-10-03 18:30:24.622268000 18:30:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.623853000, lastModified=2023-10-03 18:30:24.622268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.623853000, lastModified=2023-10-03 18:30:24.622268000, delta=1585000 ns, racy<=17500 ns 18:30:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.624607000, lastModified=2023-10-03 18:30:24.623268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.624607000, lastModified=2023-10-03 18:30:24.623268000, delta=1339000 ns, racy<=17500 ns 18:30:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.625903000, lastModified=2023-10-03 18:30:24.624268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.624268000 to 2023-10-03 18:30:24.625268000 18:30:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.627092000, lastModified=2023-10-03 18:30:24.625268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.625268000 to 2023-10-03 18:30:24.626268000 18:30:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.627817000, lastModified=2023-10-03 18:30:24.626268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.627817000, lastModified=2023-10-03 18:30:24.626268000, delta=1549000 ns, racy<=17500 ns 18:30:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.628586000, lastModified=2023-10-03 18:30:24.627268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.628586000, lastModified=2023-10-03 18:30:24.627268000, delta=1318000 ns, racy<=17500 ns 18:30:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.629354000, lastModified=2023-10-03 18:30:24.628268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.629354000, lastModified=2023-10-03 18:30:24.628268000, delta=1086000 ns, racy<=17500 ns 18:30:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.630055000, lastModified=2023-10-03 18:30:24.628268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.628268000 to 2023-10-03 18:30:24.629268000 18:30:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.630710000, lastModified=2023-10-03 18:30:24.629268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.630710000, lastModified=2023-10-03 18:30:24.629268000, delta=1442000 ns, racy<=17500 ns 18:30:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.631429000, lastModified=2023-10-03 18:30:24.630268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.631429000, lastModified=2023-10-03 18:30:24.630268000, delta=1161000 ns, racy<=17500 ns 18:30:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.632885000, lastModified=2023-10-03 18:30:24.631268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.631268000 to 2023-10-03 18:30:24.632268000 18:30:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.634039000, lastModified=2023-10-03 18:30:24.632268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.632268000 to 2023-10-03 18:30:24.633268000 18:30:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.634753000, lastModified=2023-10-03 18:30:24.633268000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.634753000, lastModified=2023-10-03 18:30:24.633268000, delta=1485000 ns, racy<=17500 ns 18:30:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.635478000, lastModified=2023-10-03 18:30:24.634269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.634269000 to 2023-10-03 18:30:24.679269000 18:30:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.681689000, lastModified=2023-10-03 18:30:24.680269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.681689000, lastModified=2023-10-03 18:30:24.680269000, delta=1420000 ns, racy<=17500 ns 18:30:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.682501000, lastModified=2023-10-03 18:30:24.681269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.682501000, lastModified=2023-10-03 18:30:24.681269000, delta=1232000 ns, racy<=17500 ns 18:30:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.683243000, lastModified=2023-10-03 18:30:24.681269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.681269000 to 2023-10-03 18:30:24.682269000 18:30:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.683960000, lastModified=2023-10-03 18:30:24.682269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.682269000 to 2023-10-03 18:30:24.683269000 18:30:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.684698000, lastModified=2023-10-03 18:30:24.683269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.684698000, lastModified=2023-10-03 18:30:24.683269000, delta=1429000 ns, racy<=17500 ns 18:30:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.685429000, lastModified=2023-10-03 18:30:24.684269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.685429000, lastModified=2023-10-03 18:30:24.684269000, delta=1160000 ns, racy<=17500 ns 18:30:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.686167000, lastModified=2023-10-03 18:30:24.684269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.684269000 to 2023-10-03 18:30:24.685269000 18:30:24.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.686866000, lastModified=2023-10-03 18:30:24.685269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.686866000, lastModified=2023-10-03 18:30:24.685269000, delta=1597000 ns, racy<=17500 ns 18:30:24.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.687585000, lastModified=2023-10-03 18:30:24.686269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.687585000, lastModified=2023-10-03 18:30:24.686269000, delta=1316000 ns, racy<=17500 ns 18:30:24.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.688342000, lastModified=2023-10-03 18:30:24.686269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.686269000 to 2023-10-03 18:30:24.687269000 18:30:24.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.688961000, lastModified=2023-10-03 18:30:24.687269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.688961000, lastModified=2023-10-03 18:30:24.687269000, delta=1692000 ns, racy<=17500 ns 18:30:24.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.689487000, lastModified=2023-10-03 18:30:24.688269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.689487000, lastModified=2023-10-03 18:30:24.688269000, delta=1218000 ns, racy<=17500 ns 18:30:24.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.689981000, lastModified=2023-10-03 18:30:24.688269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.689981000, lastModified=2023-10-03 18:30:24.688269000, delta=1712000 ns, racy<=17500 ns 18:30:24.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.690480000, lastModified=2023-10-03 18:30:24.689269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.690480000, lastModified=2023-10-03 18:30:24.689269000, delta=1211000 ns, racy<=17500 ns 18:30:24.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.690974000, lastModified=2023-10-03 18:30:24.689269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.690974000, lastModified=2023-10-03 18:30:24.689269000, delta=1705000 ns, racy<=17500 ns 18:30:24.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.691464000, lastModified=2023-10-03 18:30:24.690269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.691464000, lastModified=2023-10-03 18:30:24.690269000, delta=1195000 ns, racy<=17500 ns 18:30:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.694239000, lastModified=2023-10-03 18:30:24.692269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.692269000 to 2023-10-03 18:30:24.693269000 18:30:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.694743000, lastModified=2023-10-03 18:30:24.693269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.694743000, lastModified=2023-10-03 18:30:24.693269000, delta=1474000 ns, racy<=17500 ns 18:30:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.695274000, lastModified=2023-10-03 18:30:24.693269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.693269000 to 2023-10-03 18:30:24.694269000 18:30:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.695723000, lastModified=2023-10-03 18:30:24.694269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.695723000, lastModified=2023-10-03 18:30:24.694269000, delta=1454000 ns, racy<=17500 ns 18:30:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.696207000, lastModified=2023-10-03 18:30:24.694269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.694269000 to 2023-10-03 18:30:24.695269000 18:30:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.696699000, lastModified=2023-10-03 18:30:24.695269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.696699000, lastModified=2023-10-03 18:30:24.695269000, delta=1430000 ns, racy<=17500 ns 18:30:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.697195000, lastModified=2023-10-03 18:30:24.695269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.695269000 to 2023-10-03 18:30:24.696269000 18:30:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.697661000, lastModified=2023-10-03 18:30:24.696269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.697661000, lastModified=2023-10-03 18:30:24.696269000, delta=1392000 ns, racy<=17500 ns 18:30:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.698143000, lastModified=2023-10-03 18:30:24.696269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.696269000 to 2023-10-03 18:30:24.697269000 18:30:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.698625000, lastModified=2023-10-03 18:30:24.697269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.698625000, lastModified=2023-10-03 18:30:24.697269000, delta=1356000 ns, racy<=17500 ns 18:30:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.699096000, lastModified=2023-10-03 18:30:24.697269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.697269000 to 2023-10-03 18:30:24.698269000 18:30:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.699582000, lastModified=2023-10-03 18:30:24.698269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.699582000, lastModified=2023-10-03 18:30:24.698269000, delta=1313000 ns, racy<=17500 ns 18:30:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.700059000, lastModified=2023-10-03 18:30:24.698269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.698269000 to 2023-10-03 18:30:24.699269000 18:30:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.700531000, lastModified=2023-10-03 18:30:24.699269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.700531000, lastModified=2023-10-03 18:30:24.699269000, delta=1262000 ns, racy<=17500 ns 18:30:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.701005000, lastModified=2023-10-03 18:30:24.699269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.701005000, lastModified=2023-10-03 18:30:24.699269000, delta=1736000 ns, racy<=17500 ns 18:30:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.701495000, lastModified=2023-10-03 18:30:24.700269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.701495000, lastModified=2023-10-03 18:30:24.700269000, delta=1226000 ns, racy<=17500 ns 18:30:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.701965000, lastModified=2023-10-03 18:30:24.700269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.701965000, lastModified=2023-10-03 18:30:24.700269000, delta=1696000 ns, racy<=17500 ns 18:30:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.702465000, lastModified=2023-10-03 18:30:24.701269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.702465000, lastModified=2023-10-03 18:30:24.701269000, delta=1196000 ns, racy<=17500 ns 18:30:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.704839000, lastModified=2023-10-03 18:30:24.701269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.701269000 to 2023-10-03 18:30:24.703269000 18:30:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.705470000, lastModified=2023-10-03 18:30:24.704269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.705470000, lastModified=2023-10-03 18:30:24.704269000, delta=1201000 ns, racy<=17500 ns 18:30:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.705973000, lastModified=2023-10-03 18:30:24.704269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.705973000, lastModified=2023-10-03 18:30:24.704269000, delta=1704000 ns, racy<=17500 ns 18:30:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.706509000, lastModified=2023-10-03 18:30:24.705269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.706509000, lastModified=2023-10-03 18:30:24.705269000, delta=1240000 ns, racy<=17500 ns 18:30:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.706990000, lastModified=2023-10-03 18:30:24.705269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.706990000, lastModified=2023-10-03 18:30:24.705269000, delta=1721000 ns, racy<=17500 ns 18:30:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.707502000, lastModified=2023-10-03 18:30:24.706269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.707502000, lastModified=2023-10-03 18:30:24.706269000, delta=1233000 ns, racy<=17500 ns 18:30:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.707978000, lastModified=2023-10-03 18:30:24.706269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.707978000, lastModified=2023-10-03 18:30:24.706269000, delta=1709000 ns, racy<=17500 ns 18:30:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.708479000, lastModified=2023-10-03 18:30:24.707269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.708479000, lastModified=2023-10-03 18:30:24.707269000, delta=1210000 ns, racy<=17500 ns 18:30:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.708950000, lastModified=2023-10-03 18:30:24.707269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.708950000, lastModified=2023-10-03 18:30:24.707269000, delta=1681000 ns, racy<=17500 ns 18:30:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.709443000, lastModified=2023-10-03 18:30:24.708269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.709443000, lastModified=2023-10-03 18:30:24.708269000, delta=1174000 ns, racy<=17500 ns 18:30:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.709921000, lastModified=2023-10-03 18:30:24.708269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.709921000, lastModified=2023-10-03 18:30:24.708269000, delta=1652000 ns, racy<=17500 ns 18:30:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.710415000, lastModified=2023-10-03 18:30:24.709269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.710415000, lastModified=2023-10-03 18:30:24.709269000, delta=1146000 ns, racy<=17500 ns 18:30:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.710888000, lastModified=2023-10-03 18:30:24.709269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.710888000, lastModified=2023-10-03 18:30:24.709269000, delta=1619000 ns, racy<=17500 ns 18:30:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.711375000, lastModified=2023-10-03 18:30:24.710269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.711375000, lastModified=2023-10-03 18:30:24.710269000, delta=1106000 ns, racy<=17500 ns 18:30:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.711847000, lastModified=2023-10-03 18:30:24.710269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.711847000, lastModified=2023-10-03 18:30:24.710269000, delta=1578000 ns, racy<=17500 ns 18:30:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.712338000, lastModified=2023-10-03 18:30:24.711269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.712338000, lastModified=2023-10-03 18:30:24.711269000, delta=1069000 ns, racy<=17500 ns 18:30:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.712807000, lastModified=2023-10-03 18:30:24.711269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.712807000, lastModified=2023-10-03 18:30:24.711269000, delta=1538000 ns, racy<=17500 ns 18:30:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.713310000, lastModified=2023-10-03 18:30:24.711269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.711269000 to 2023-10-03 18:30:24.712269000 18:30:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.713761000, lastModified=2023-10-03 18:30:24.712269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.713761000, lastModified=2023-10-03 18:30:24.712269000, delta=1492000 ns, racy<=17500 ns 18:30:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.716244000, lastModified=2023-10-03 18:30:24.714269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.714269000 to 2023-10-03 18:30:24.715269000 18:30:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.716741000, lastModified=2023-10-03 18:30:24.715269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.716741000, lastModified=2023-10-03 18:30:24.715269000, delta=1472000 ns, racy<=17500 ns 18:30:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.717255000, lastModified=2023-10-03 18:30:24.715269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.715269000 to 2023-10-03 18:30:24.716269000 18:30:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.717719000, lastModified=2023-10-03 18:30:24.716269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.717719000, lastModified=2023-10-03 18:30:24.716269000, delta=1450000 ns, racy<=17500 ns 18:30:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.718213000, lastModified=2023-10-03 18:30:24.716269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.716269000 to 2023-10-03 18:30:24.717269000 18:30:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.718682000, lastModified=2023-10-03 18:30:24.717269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.718682000, lastModified=2023-10-03 18:30:24.717269000, delta=1413000 ns, racy<=17500 ns 18:30:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.719163000, lastModified=2023-10-03 18:30:24.717269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.717269000 to 2023-10-03 18:30:24.718269000 18:30:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.719638000, lastModified=2023-10-03 18:30:24.718269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.719638000, lastModified=2023-10-03 18:30:24.718269000, delta=1369000 ns, racy<=17500 ns 18:30:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.720109000, lastModified=2023-10-03 18:30:24.718269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.718269000 to 2023-10-03 18:30:24.719269000 18:30:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.720611000, lastModified=2023-10-03 18:30:24.719269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.720611000, lastModified=2023-10-03 18:30:24.719269000, delta=1342000 ns, racy<=17500 ns 18:30:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.721098000, lastModified=2023-10-03 18:30:24.719269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.719269000 to 2023-10-03 18:30:24.720269000 18:30:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.721559000, lastModified=2023-10-03 18:30:24.720269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.721559000, lastModified=2023-10-03 18:30:24.720269000, delta=1290000 ns, racy<=17500 ns 18:30:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.722033000, lastModified=2023-10-03 18:30:24.720269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.722033000, lastModified=2023-10-03 18:30:24.720269000, delta=1764000 ns, racy<=17500 ns 18:30:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.722520000, lastModified=2023-10-03 18:30:24.721269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.722520000, lastModified=2023-10-03 18:30:24.721269000, delta=1251000 ns, racy<=17500 ns 18:30:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.722987000, lastModified=2023-10-03 18:30:24.721269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.722987000, lastModified=2023-10-03 18:30:24.721269000, delta=1718000 ns, racy<=17500 ns 18:30:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.723478000, lastModified=2023-10-03 18:30:24.722269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.723478000, lastModified=2023-10-03 18:30:24.722269000, delta=1209000 ns, racy<=17500 ns 18:30:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.723942000, lastModified=2023-10-03 18:30:24.722269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.723942000, lastModified=2023-10-03 18:30:24.722269000, delta=1673000 ns, racy<=17500 ns 18:30:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.724430000, lastModified=2023-10-03 18:30:24.723269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.724430000, lastModified=2023-10-03 18:30:24.723269000, delta=1161000 ns, racy<=17500 ns 18:30:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.726834000, lastModified=2023-10-03 18:30:24.723269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.723269000 to 2023-10-03 18:30:24.725269000 18:30:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.727463000, lastModified=2023-10-03 18:30:24.726269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.727463000, lastModified=2023-10-03 18:30:24.726269000, delta=1194000 ns, racy<=17500 ns 18:30:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.727973000, lastModified=2023-10-03 18:30:24.726269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.727973000, lastModified=2023-10-03 18:30:24.726269000, delta=1704000 ns, racy<=17500 ns 18:30:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.728503000, lastModified=2023-10-03 18:30:24.727269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.728503000, lastModified=2023-10-03 18:30:24.727269000, delta=1234000 ns, racy<=17500 ns 18:30:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.729034000, lastModified=2023-10-03 18:30:24.727269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.729034000, lastModified=2023-10-03 18:30:24.727269000, delta=1765000 ns, racy<=17500 ns 18:30:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.729565000, lastModified=2023-10-03 18:30:24.728269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.729565000, lastModified=2023-10-03 18:30:24.728269000, delta=1296000 ns, racy<=17500 ns 18:30:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.730039000, lastModified=2023-10-03 18:30:24.728269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.730039000, lastModified=2023-10-03 18:30:24.728269000, delta=1770000 ns, racy<=17500 ns 18:30:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.730544000, lastModified=2023-10-03 18:30:24.729269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.730544000, lastModified=2023-10-03 18:30:24.729269000, delta=1275000 ns, racy<=17500 ns 18:30:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.731027000, lastModified=2023-10-03 18:30:24.729269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.731027000, lastModified=2023-10-03 18:30:24.729269000, delta=1758000 ns, racy<=17500 ns 18:30:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.731580000, lastModified=2023-10-03 18:30:24.730269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.731580000, lastModified=2023-10-03 18:30:24.730269000, delta=1311000 ns, racy<=17500 ns 18:30:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.732085000, lastModified=2023-10-03 18:30:24.730269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.730269000 to 2023-10-03 18:30:24.731269000 18:30:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.732565000, lastModified=2023-10-03 18:30:24.731269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.732565000, lastModified=2023-10-03 18:30:24.731269000, delta=1296000 ns, racy<=17500 ns 18:30:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.733035000, lastModified=2023-10-03 18:30:24.731269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.733035000, lastModified=2023-10-03 18:30:24.731269000, delta=1766000 ns, racy<=17500 ns 18:30:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.733534000, lastModified=2023-10-03 18:30:24.732269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.733534000, lastModified=2023-10-03 18:30:24.732269000, delta=1265000 ns, racy<=17500 ns 18:30:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.734006000, lastModified=2023-10-03 18:30:24.732269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.732269000 to 2023-10-03 18:30:24.733269000 18:30:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.734691000, lastModified=2023-10-03 18:30:24.733269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.734691000, lastModified=2023-10-03 18:30:24.733269000, delta=1422000 ns, racy<=17500 ns 18:30:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.780901000, lastModified=2023-10-03 18:30:24.734269000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.734269000 to 2023-10-03 18:30:24.780270000 18:30:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.781988000, lastModified=2023-10-03 18:30:24.780270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.780270000 to 2023-10-03 18:30:24.781270000 18:30:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.782733000, lastModified=2023-10-03 18:30:24.781270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.782733000, lastModified=2023-10-03 18:30:24.781270000, delta=1463000 ns, racy<=17500 ns 18:30:24.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.785556000, lastModified=2023-10-03 18:30:24.784270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.785556000, lastModified=2023-10-03 18:30:24.784270000, delta=1286000 ns, racy<=17500 ns 18:30:24.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.786336000, lastModified=2023-10-03 18:30:24.784270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.784270000 to 2023-10-03 18:30:24.785270000 18:30:24.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.787124000, lastModified=2023-10-03 18:30:24.785270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.785270000 to 2023-10-03 18:30:24.786270000 18:30:24.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.787856000, lastModified=2023-10-03 18:30:24.786270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.787856000, lastModified=2023-10-03 18:30:24.786270000, delta=1586000 ns, racy<=17500 ns 18:30:24.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.788610000, lastModified=2023-10-03 18:30:24.787270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.788610000, lastModified=2023-10-03 18:30:24.787270000, delta=1340000 ns, racy<=17500 ns 18:30:24.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.789361000, lastModified=2023-10-03 18:30:24.788270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.789361000, lastModified=2023-10-03 18:30:24.788270000, delta=1091000 ns, racy<=17500 ns 18:30:24.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.790065000, lastModified=2023-10-03 18:30:24.788270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.788270000 to 2023-10-03 18:30:24.789270000 18:30:24.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.790758000, lastModified=2023-10-03 18:30:24.789270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.790758000, lastModified=2023-10-03 18:30:24.789270000, delta=1488000 ns, racy<=17500 ns 18:30:24.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.791499000, lastModified=2023-10-03 18:30:24.790270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.791499000, lastModified=2023-10-03 18:30:24.790270000, delta=1229000 ns, racy<=17500 ns 18:30:24.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.792209000, lastModified=2023-10-03 18:30:24.790270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.790270000 to 2023-10-03 18:30:24.791270000 18:30:24.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.792965000, lastModified=2023-10-03 18:30:24.791270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.792965000, lastModified=2023-10-03 18:30:24.791270000, delta=1695000 ns, racy<=17500 ns 18:30:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.793706000, lastModified=2023-10-03 18:30:24.792270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.793706000, lastModified=2023-10-03 18:30:24.792270000, delta=1436000 ns, racy<=17500 ns 18:30:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.794437000, lastModified=2023-10-03 18:30:24.793270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.794437000, lastModified=2023-10-03 18:30:24.793270000, delta=1167000 ns, racy<=17500 ns 18:30:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.795151000, lastModified=2023-10-03 18:30:24.793270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.793270000 to 2023-10-03 18:30:24.794270000 18:30:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.795870000, lastModified=2023-10-03 18:30:24.794270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.795870000, lastModified=2023-10-03 18:30:24.794270000, delta=1600000 ns, racy<=17500 ns 18:30:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.796600000, lastModified=2023-10-03 18:30:24.795270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.796600000, lastModified=2023-10-03 18:30:24.795270000, delta=1330000 ns, racy<=17500 ns 18:30:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.797321000, lastModified=2023-10-03 18:30:24.795270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.795270000 to 2023-10-03 18:30:24.796270000 18:30:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.797989000, lastModified=2023-10-03 18:30:24.796270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.796270000 to 2023-10-03 18:30:24.797270000 18:30:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.800481000, lastModified=2023-10-03 18:30:24.797270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.797270000 to 2023-10-03 18:30:24.799270000 18:30:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.801193000, lastModified=2023-10-03 18:30:24.799270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.799270000 to 2023-10-03 18:30:24.800270000 18:30:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.801895000, lastModified=2023-10-03 18:30:24.800270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.801895000, lastModified=2023-10-03 18:30:24.800270000, delta=1625000 ns, racy<=17500 ns 18:30:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.802633000, lastModified=2023-10-03 18:30:24.801270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.802633000, lastModified=2023-10-03 18:30:24.801270000, delta=1363000 ns, racy<=17500 ns 18:30:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.803420000, lastModified=2023-10-03 18:30:24.802270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.803420000, lastModified=2023-10-03 18:30:24.802270000, delta=1150000 ns, racy<=17500 ns 18:30:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.804077000, lastModified=2023-10-03 18:30:24.802270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.802270000 to 2023-10-03 18:30:24.803270000 18:30:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.804732000, lastModified=2023-10-03 18:30:24.803270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.804732000, lastModified=2023-10-03 18:30:24.803270000, delta=1462000 ns, racy<=17500 ns 18:30:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.805463000, lastModified=2023-10-03 18:30:24.804270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.805463000, lastModified=2023-10-03 18:30:24.804270000, delta=1193000 ns, racy<=17500 ns 18:30:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.806122000, lastModified=2023-10-03 18:30:24.804270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.804270000 to 2023-10-03 18:30:24.805270000 18:30:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.806803000, lastModified=2023-10-03 18:30:24.805270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.806803000, lastModified=2023-10-03 18:30:24.805270000, delta=1533000 ns, racy<=17500 ns 18:30:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.807526000, lastModified=2023-10-03 18:30:24.806270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.807526000, lastModified=2023-10-03 18:30:24.806270000, delta=1256000 ns, racy<=17500 ns 18:30:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.808225000, lastModified=2023-10-03 18:30:24.806270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.806270000 to 2023-10-03 18:30:24.807270000 18:30:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.808922000, lastModified=2023-10-03 18:30:24.807270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.808922000, lastModified=2023-10-03 18:30:24.807270000, delta=1652000 ns, racy<=17500 ns 18:30:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.809644000, lastModified=2023-10-03 18:30:24.808270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.809644000, lastModified=2023-10-03 18:30:24.808270000, delta=1374000 ns, racy<=17500 ns 18:30:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.810378000, lastModified=2023-10-03 18:30:24.809270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.810378000, lastModified=2023-10-03 18:30:24.809270000, delta=1108000 ns, racy<=17500 ns 18:30:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.811060000, lastModified=2023-10-03 18:30:24.809270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.809270000 to 2023-10-03 18:30:24.810270000 18:30:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.811754000, lastModified=2023-10-03 18:30:24.810270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.811754000, lastModified=2023-10-03 18:30:24.810270000, delta=1484000 ns, racy<=17500 ns 18:30:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.812499000, lastModified=2023-10-03 18:30:24.811270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.812499000, lastModified=2023-10-03 18:30:24.811270000, delta=1229000 ns, racy<=17500 ns 18:30:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.813213000, lastModified=2023-10-03 18:30:24.811270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.811270000 to 2023-10-03 18:30:24.812270000 18:30:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.815818000, lastModified=2023-10-03 18:30:24.814270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.815818000, lastModified=2023-10-03 18:30:24.814270000, delta=1548000 ns, racy<=17500 ns 18:30:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.816567000, lastModified=2023-10-03 18:30:24.815270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.816567000, lastModified=2023-10-03 18:30:24.815270000, delta=1297000 ns, racy<=17500 ns 18:30:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.817272000, lastModified=2023-10-03 18:30:24.815270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.815270000 to 2023-10-03 18:30:24.816270000 18:30:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.817905000, lastModified=2023-10-03 18:30:24.816270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.817905000, lastModified=2023-10-03 18:30:24.816270000, delta=1635000 ns, racy<=17500 ns 18:30:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.818608000, lastModified=2023-10-03 18:30:24.817270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.818608000, lastModified=2023-10-03 18:30:24.817270000, delta=1338000 ns, racy<=17500 ns 18:30:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.819320000, lastModified=2023-10-03 18:30:24.817270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.817270000 to 2023-10-03 18:30:24.818270000 18:30:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.819926000, lastModified=2023-10-03 18:30:24.818270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.819926000, lastModified=2023-10-03 18:30:24.818270000, delta=1656000 ns, racy<=17500 ns 18:30:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.820606000, lastModified=2023-10-03 18:30:24.819270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.820606000, lastModified=2023-10-03 18:30:24.819270000, delta=1336000 ns, racy<=17500 ns 18:30:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.821297000, lastModified=2023-10-03 18:30:24.819270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.819270000 to 2023-10-03 18:30:24.820270000 18:30:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.821924000, lastModified=2023-10-03 18:30:24.820270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.821924000, lastModified=2023-10-03 18:30:24.820270000, delta=1654000 ns, racy<=17500 ns 18:30:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.822580000, lastModified=2023-10-03 18:30:24.821270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.822580000, lastModified=2023-10-03 18:30:24.821270000, delta=1310000 ns, racy<=17500 ns 18:30:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.823292000, lastModified=2023-10-03 18:30:24.821270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.821270000 to 2023-10-03 18:30:24.822270000 18:30:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.823885000, lastModified=2023-10-03 18:30:24.822270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.823885000, lastModified=2023-10-03 18:30:24.822270000, delta=1615000 ns, racy<=17500 ns 18:30:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.824536000, lastModified=2023-10-03 18:30:24.823270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.824536000, lastModified=2023-10-03 18:30:24.823270000, delta=1266000 ns, racy<=17500 ns 18:30:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.825173000, lastModified=2023-10-03 18:30:24.823270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.823270000 to 2023-10-03 18:30:24.824270000 18:30:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.825868000, lastModified=2023-10-03 18:30:24.824270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.825868000, lastModified=2023-10-03 18:30:24.824270000, delta=1598000 ns, racy<=17500 ns 18:30:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.826589000, lastModified=2023-10-03 18:30:24.825270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.826589000, lastModified=2023-10-03 18:30:24.825270000, delta=1319000 ns, racy<=17500 ns 18:30:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.827303000, lastModified=2023-10-03 18:30:24.825270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.825270000 to 2023-10-03 18:30:24.826270000 18:30:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.829840000, lastModified=2023-10-03 18:30:24.826270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.826270000 to 2023-10-03 18:30:24.828270000 18:30:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.830638000, lastModified=2023-10-03 18:30:24.829270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.830638000, lastModified=2023-10-03 18:30:24.829270000, delta=1368000 ns, racy<=17500 ns 18:30:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.831337000, lastModified=2023-10-03 18:30:24.829270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.829270000 to 2023-10-03 18:30:24.830270000 18:30:24.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.831974000, lastModified=2023-10-03 18:30:24.830270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.830270000 to 2023-10-03 18:30:24.831270000 18:30:24.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.832649000, lastModified=2023-10-03 18:30:24.831270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.832649000, lastModified=2023-10-03 18:30:24.831270000, delta=1379000 ns, racy<=17500 ns 18:30:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.833341000, lastModified=2023-10-03 18:30:24.831270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.831270000 to 2023-10-03 18:30:24.832270000 18:30:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.833962000, lastModified=2023-10-03 18:30:24.832270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.833962000, lastModified=2023-10-03 18:30:24.832270000, delta=1692000 ns, racy<=17500 ns 18:30:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.834648000, lastModified=2023-10-03 18:30:24.833270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.833270000 to 2023-10-03 18:30:24.879270000 18:30:24.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.881771000, lastModified=2023-10-03 18:30:24.880270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.881771000, lastModified=2023-10-03 18:30:24.880270000, delta=1501000 ns, racy<=17500 ns 18:30:24.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.882510000, lastModified=2023-10-03 18:30:24.881270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.882510000, lastModified=2023-10-03 18:30:24.881270000, delta=1240000 ns, racy<=17500 ns 18:30:24.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.883143000, lastModified=2023-10-03 18:30:24.881270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.881270000 to 2023-10-03 18:30:24.882270000 18:30:24.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.883767000, lastModified=2023-10-03 18:30:24.882270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.883767000, lastModified=2023-10-03 18:30:24.882270000, delta=1497000 ns, racy<=17500 ns 18:30:24.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.884401000, lastModified=2023-10-03 18:30:24.883270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.884401000, lastModified=2023-10-03 18:30:24.883270000, delta=1131000 ns, racy<=17500 ns 18:30:24.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.885028000, lastModified=2023-10-03 18:30:24.883270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.883270000 to 2023-10-03 18:30:24.884270000 18:30:24.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.885648000, lastModified=2023-10-03 18:30:24.884270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.885648000, lastModified=2023-10-03 18:30:24.884270000, delta=1378000 ns, racy<=17500 ns 18:30:24.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.886322000, lastModified=2023-10-03 18:30:24.884270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.884270000 to 2023-10-03 18:30:24.885270000 18:30:24.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.886928000, lastModified=2023-10-03 18:30:24.885270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.886928000, lastModified=2023-10-03 18:30:24.885270000, delta=1658000 ns, racy<=17500 ns 18:30:24.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.887581000, lastModified=2023-10-03 18:30:24.886270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.887581000, lastModified=2023-10-03 18:30:24.886270000, delta=1311000 ns, racy<=17500 ns 18:30:24.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.888207000, lastModified=2023-10-03 18:30:24.886270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.886270000 to 2023-10-03 18:30:24.887270000 18:30:24.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.890739000, lastModified=2023-10-03 18:30:24.889270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.890739000, lastModified=2023-10-03 18:30:24.889270000, delta=1469000 ns, racy<=17500 ns 18:30:24.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.891413000, lastModified=2023-10-03 18:30:24.890270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.891413000, lastModified=2023-10-03 18:30:24.890270000, delta=1143000 ns, racy<=17500 ns 18:30:24.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.892037000, lastModified=2023-10-03 18:30:24.890270000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.890270000 to 2023-10-03 18:30:24.891271000 18:30:24.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.892618000, lastModified=2023-10-03 18:30:24.891271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.892618000, lastModified=2023-10-03 18:30:24.891271000, delta=1347000 ns, racy<=17500 ns 18:30:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.893231000, lastModified=2023-10-03 18:30:24.891271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.891271000 to 2023-10-03 18:30:24.892271000 18:30:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.893837000, lastModified=2023-10-03 18:30:24.892271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.893837000, lastModified=2023-10-03 18:30:24.892271000, delta=1566000 ns, racy<=17500 ns 18:30:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.894599000, lastModified=2023-10-03 18:30:24.893271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.894599000, lastModified=2023-10-03 18:30:24.893271000, delta=1328000 ns, racy<=17500 ns 18:30:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.895212000, lastModified=2023-10-03 18:30:24.893271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.893271000 to 2023-10-03 18:30:24.894271000 18:30:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.895820000, lastModified=2023-10-03 18:30:24.894271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.895820000, lastModified=2023-10-03 18:30:24.894271000, delta=1549000 ns, racy<=17500 ns 18:30:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.896475000, lastModified=2023-10-03 18:30:24.895271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.896475000, lastModified=2023-10-03 18:30:24.895271000, delta=1204000 ns, racy<=17500 ns 18:30:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.897098000, lastModified=2023-10-03 18:30:24.895271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.895271000 to 2023-10-03 18:30:24.896271000 18:30:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.897692000, lastModified=2023-10-03 18:30:24.896271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.897692000, lastModified=2023-10-03 18:30:24.896271000, delta=1421000 ns, racy<=17500 ns 18:30:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.898331000, lastModified=2023-10-03 18:30:24.896271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.896271000 to 2023-10-03 18:30:24.897271000 18:30:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.898906000, lastModified=2023-10-03 18:30:24.897271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.898906000, lastModified=2023-10-03 18:30:24.897271000, delta=1635000 ns, racy<=17500 ns 18:30:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.899545000, lastModified=2023-10-03 18:30:24.899271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.899545000, lastModified=2023-10-03 18:30:24.899271000, delta=274000 ns, racy<=17500 ns 18:30:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.900136000, lastModified=2023-10-03 18:30:24.899271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.900136000, lastModified=2023-10-03 18:30:24.899271000, delta=865000 ns, racy<=17500 ns 18:30:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.900761000, lastModified=2023-10-03 18:30:24.899271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.900761000, lastModified=2023-10-03 18:30:24.899271000, delta=1490000 ns, racy<=17500 ns 18:30:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.901455000, lastModified=2023-10-03 18:30:24.900271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.901455000, lastModified=2023-10-03 18:30:24.900271000, delta=1184000 ns, racy<=17500 ns 18:30:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.904078000, lastModified=2023-10-03 18:30:24.900271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.900271000 to 2023-10-03 18:30:24.903271000 18:30:24.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.904954000, lastModified=2023-10-03 18:30:24.903271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.904954000, lastModified=2023-10-03 18:30:24.903271000, delta=1683000 ns, racy<=17500 ns 18:30:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.905659000, lastModified=2023-10-03 18:30:24.904271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.905659000, lastModified=2023-10-03 18:30:24.904271000, delta=1388000 ns, racy<=17500 ns 18:30:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.906391000, lastModified=2023-10-03 18:30:24.905271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.906391000, lastModified=2023-10-03 18:30:24.905271000, delta=1120000 ns, racy<=17500 ns 18:30:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.907028000, lastModified=2023-10-03 18:30:24.905271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.905271000 to 2023-10-03 18:30:24.906271000 18:30:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.907638000, lastModified=2023-10-03 18:30:24.906271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.907638000, lastModified=2023-10-03 18:30:24.906271000, delta=1367000 ns, racy<=17500 ns 18:30:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.908219000, lastModified=2023-10-03 18:30:24.906271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.906271000 to 2023-10-03 18:30:24.907271000 18:30:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.908775000, lastModified=2023-10-03 18:30:24.907271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.908775000, lastModified=2023-10-03 18:30:24.907271000, delta=1504000 ns, racy<=17500 ns 18:30:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.909329000, lastModified=2023-10-03 18:30:24.908271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.909329000, lastModified=2023-10-03 18:30:24.908271000, delta=1058000 ns, racy<=17500 ns 18:30:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.909874000, lastModified=2023-10-03 18:30:24.908271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.909874000, lastModified=2023-10-03 18:30:24.908271000, delta=1603000 ns, racy<=17500 ns 18:30:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.910390000, lastModified=2023-10-03 18:30:24.909271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.910390000, lastModified=2023-10-03 18:30:24.909271000, delta=1119000 ns, racy<=17500 ns 18:30:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.910876000, lastModified=2023-10-03 18:30:24.909271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.910876000, lastModified=2023-10-03 18:30:24.909271000, delta=1605000 ns, racy<=17500 ns 18:30:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.911355000, lastModified=2023-10-03 18:30:24.910271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.911355000, lastModified=2023-10-03 18:30:24.910271000, delta=1084000 ns, racy<=17500 ns 18:30:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.911847000, lastModified=2023-10-03 18:30:24.910271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.911847000, lastModified=2023-10-03 18:30:24.910271000, delta=1576000 ns, racy<=17500 ns 18:30:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.912317000, lastModified=2023-10-03 18:30:24.911271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.912317000, lastModified=2023-10-03 18:30:24.911271000, delta=1046000 ns, racy<=17500 ns 18:30:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.912768000, lastModified=2023-10-03 18:30:24.911271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.912768000, lastModified=2023-10-03 18:30:24.911271000, delta=1497000 ns, racy<=17500 ns 18:30:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.913255000, lastModified=2023-10-03 18:30:24.911271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.911271000 to 2023-10-03 18:30:24.912271000 18:30:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.913691000, lastModified=2023-10-03 18:30:24.912271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.913691000, lastModified=2023-10-03 18:30:24.912271000, delta=1420000 ns, racy<=17500 ns 18:30:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.914142000, lastModified=2023-10-03 18:30:24.912271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.912271000 to 2023-10-03 18:30:24.913271000 18:30:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.916627000, lastModified=2023-10-03 18:30:24.915271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.916627000, lastModified=2023-10-03 18:30:24.915271000, delta=1356000 ns, racy<=17500 ns 18:30:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.917154000, lastModified=2023-10-03 18:30:24.915271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.915271000 to 2023-10-03 18:30:24.916271000 18:30:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.917666000, lastModified=2023-10-03 18:30:24.916271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.917666000, lastModified=2023-10-03 18:30:24.916271000, delta=1395000 ns, racy<=17500 ns 18:30:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.918153000, lastModified=2023-10-03 18:30:24.916271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.916271000 to 2023-10-03 18:30:24.917271000 18:30:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.918643000, lastModified=2023-10-03 18:30:24.917271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.918643000, lastModified=2023-10-03 18:30:24.917271000, delta=1372000 ns, racy<=17500 ns 18:30:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.919113000, lastModified=2023-10-03 18:30:24.917271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.917271000 to 2023-10-03 18:30:24.918271000 18:30:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.919626000, lastModified=2023-10-03 18:30:24.918271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.919626000, lastModified=2023-10-03 18:30:24.918271000, delta=1355000 ns, racy<=17500 ns 18:30:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.920262000, lastModified=2023-10-03 18:30:24.918271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.918271000 to 2023-10-03 18:30:24.919271000 18:30:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.920808000, lastModified=2023-10-03 18:30:24.919271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.920808000, lastModified=2023-10-03 18:30:24.919271000, delta=1537000 ns, racy<=17500 ns 18:30:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.921337000, lastModified=2023-10-03 18:30:24.920271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.921337000, lastModified=2023-10-03 18:30:24.920271000, delta=1066000 ns, racy<=17500 ns 18:30:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.921818000, lastModified=2023-10-03 18:30:24.920271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.921818000, lastModified=2023-10-03 18:30:24.920271000, delta=1547000 ns, racy<=17500 ns 18:30:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.922287000, lastModified=2023-10-03 18:30:24.920271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.920271000 to 2023-10-03 18:30:24.921271000 18:30:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.922740000, lastModified=2023-10-03 18:30:24.921271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.922740000, lastModified=2023-10-03 18:30:24.921271000, delta=1469000 ns, racy<=17500 ns 18:30:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.923191000, lastModified=2023-10-03 18:30:24.921271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.921271000 to 2023-10-03 18:30:24.922271000 18:30:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.923648000, lastModified=2023-10-03 18:30:24.922271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.922271000 to 2023-10-03 18:30:24.924271000 18:30:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.925814000, lastModified=2023-10-03 18:30:24.924271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.925814000, lastModified=2023-10-03 18:30:24.924271000, delta=1543000 ns, racy<=17500 ns 18:30:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.926349000, lastModified=2023-10-03 18:30:24.925271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.926349000, lastModified=2023-10-03 18:30:24.925271000, delta=1078000 ns, racy<=17500 ns 18:30:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.926858000, lastModified=2023-10-03 18:30:24.925271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.926858000, lastModified=2023-10-03 18:30:24.925271000, delta=1587000 ns, racy<=17500 ns 18:30:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.929332000, lastModified=2023-10-03 18:30:24.926271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.926271000 to 2023-10-03 18:30:24.928271000 18:30:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.929912000, lastModified=2023-10-03 18:30:24.928271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.929912000, lastModified=2023-10-03 18:30:24.928271000, delta=1641000 ns, racy<=17500 ns 18:30:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.930436000, lastModified=2023-10-03 18:30:24.929271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.930436000, lastModified=2023-10-03 18:30:24.929271000, delta=1165000 ns, racy<=17500 ns 18:30:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.930928000, lastModified=2023-10-03 18:30:24.929271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.930928000, lastModified=2023-10-03 18:30:24.929271000, delta=1657000 ns, racy<=17500 ns 18:30:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.931500000, lastModified=2023-10-03 18:30:24.930271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.931500000, lastModified=2023-10-03 18:30:24.930271000, delta=1229000 ns, racy<=17500 ns 18:30:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.932011000, lastModified=2023-10-03 18:30:24.930271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.932011000, lastModified=2023-10-03 18:30:24.930271000, delta=1740000 ns, racy<=17500 ns 18:30:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.932541000, lastModified=2023-10-03 18:30:24.931271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.932541000, lastModified=2023-10-03 18:30:24.931271000, delta=1270000 ns, racy<=17500 ns 18:30:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.981218000, lastModified=2023-10-03 18:30:24.979271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.979271000 to 2023-10-03 18:30:24.980271000 18:30:24.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.981978000, lastModified=2023-10-03 18:30:24.980271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.981978000, lastModified=2023-10-03 18:30:24.980271000, delta=1707000 ns, racy<=17500 ns 18:30:24.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.982522000, lastModified=2023-10-03 18:30:24.981271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.982522000, lastModified=2023-10-03 18:30:24.981271000, delta=1251000 ns, racy<=17500 ns 18:30:24.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.983017000, lastModified=2023-10-03 18:30:24.981271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.981271000 to 2023-10-03 18:30:24.982271000 18:30:24.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.983544000, lastModified=2023-10-03 18:30:24.982271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.983544000, lastModified=2023-10-03 18:30:24.982271000, delta=1273000 ns, racy<=17500 ns 18:30:24.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.984142000, lastModified=2023-10-03 18:30:24.982271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.982271000 to 2023-10-03 18:30:24.983271000 18:30:24.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.984705000, lastModified=2023-10-03 18:30:24.983271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.984705000, lastModified=2023-10-03 18:30:24.983271000, delta=1434000 ns, racy<=17500 ns 18:30:24.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.985225000, lastModified=2023-10-03 18:30:24.983271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.983271000 to 2023-10-03 18:30:24.984271000 18:30:24.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.985715000, lastModified=2023-10-03 18:30:24.984271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.985715000, lastModified=2023-10-03 18:30:24.984271000, delta=1444000 ns, racy<=17500 ns 18:30:24.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.986213000, lastModified=2023-10-03 18:30:24.984271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.984271000 to 2023-10-03 18:30:24.985271000 18:30:24.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.986685000, lastModified=2023-10-03 18:30:24.985271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.986685000, lastModified=2023-10-03 18:30:24.985271000, delta=1414000 ns, racy<=17500 ns 18:30:24.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.987163000, lastModified=2023-10-03 18:30:24.985271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.985271000 to 2023-10-03 18:30:24.986271000 18:30:24.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.989648000, lastModified=2023-10-03 18:30:24.988271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.989648000, lastModified=2023-10-03 18:30:24.988271000, delta=1377000 ns, racy<=17500 ns 18:30:24.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.990198000, lastModified=2023-10-03 18:30:24.988271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.988271000 to 2023-10-03 18:30:24.989271000 18:30:24.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.990701000, lastModified=2023-10-03 18:30:24.989271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.990701000, lastModified=2023-10-03 18:30:24.989271000, delta=1430000 ns, racy<=17500 ns 18:30:24.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.991199000, lastModified=2023-10-03 18:30:24.989271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.989271000 to 2023-10-03 18:30:24.990271000 18:30:24.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.991687000, lastModified=2023-10-03 18:30:24.990271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.991687000, lastModified=2023-10-03 18:30:24.990271000, delta=1416000 ns, racy<=17500 ns 18:30:24.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.992179000, lastModified=2023-10-03 18:30:24.990271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.990271000 to 2023-10-03 18:30:24.991271000 18:30:24.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.992665000, lastModified=2023-10-03 18:30:24.991271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.992665000, lastModified=2023-10-03 18:30:24.991271000, delta=1394000 ns, racy<=17500 ns 18:30:24.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.993152000, lastModified=2023-10-03 18:30:24.991271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.991271000 to 2023-10-03 18:30:24.992271000 18:30:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.993642000, lastModified=2023-10-03 18:30:24.992271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.993642000, lastModified=2023-10-03 18:30:24.992271000, delta=1371000 ns, racy<=17500 ns 18:30:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.994115000, lastModified=2023-10-03 18:30:24.992271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.992271000 to 2023-10-03 18:30:24.993271000 18:30:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.994601000, lastModified=2023-10-03 18:30:24.993271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.994601000, lastModified=2023-10-03 18:30:24.993271000, delta=1330000 ns, racy<=17500 ns 18:30:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.995112000, lastModified=2023-10-03 18:30:24.993271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.993271000 to 2023-10-03 18:30:24.994271000 18:30:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.995618000, lastModified=2023-10-03 18:30:24.994271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.995618000, lastModified=2023-10-03 18:30:24.994271000, delta=1347000 ns, racy<=17500 ns 18:30:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.996164000, lastModified=2023-10-03 18:30:24.994271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.994271000 to 2023-10-03 18:30:24.995271000 18:30:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.996704000, lastModified=2023-10-03 18:30:24.995271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.996704000, lastModified=2023-10-03 18:30:24.995271000, delta=1433000 ns, racy<=17500 ns 18:30:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.997221000, lastModified=2023-10-03 18:30:24.995271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.995271000 to 2023-10-03 18:30:24.996271000 18:30:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.997717000, lastModified=2023-10-03 18:30:24.996271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:24.997717000, lastModified=2023-10-03 18:30:24.996271000, delta=1446000 ns, racy<=17500 ns 18:30:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:24.998219000, lastModified=2023-10-03 18:30:24.996271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.996271000 to 2023-10-03 18:30:24.997271000 18:30:25.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.000530000, lastModified=2023-10-03 18:30:24.997271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.997271000 to 2023-10-03 18:30:24.999271000 18:30:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.001214000, lastModified=2023-10-03 18:30:24.999271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:24.999271000 to 2023-10-03 18:30:25.000271000 18:30:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.001732000, lastModified=2023-10-03 18:30:25.000271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.001732000, lastModified=2023-10-03 18:30:25.000271000, delta=1461000 ns, racy<=17500 ns 18:30:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.002261000, lastModified=2023-10-03 18:30:25.000271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.000271000 to 2023-10-03 18:30:25.001271000 18:30:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.002753000, lastModified=2023-10-03 18:30:25.001271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.002753000, lastModified=2023-10-03 18:30:25.001271000, delta=1482000 ns, racy<=17500 ns 18:30:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.003278000, lastModified=2023-10-03 18:30:25.001271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.001271000 to 2023-10-03 18:30:25.002271000 18:30:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.003735000, lastModified=2023-10-03 18:30:25.002271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.003735000, lastModified=2023-10-03 18:30:25.002271000, delta=1464000 ns, racy<=17500 ns 18:30:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.004256000, lastModified=2023-10-03 18:30:25.002271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.002271000 to 2023-10-03 18:30:25.003271000 18:30:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.004772000, lastModified=2023-10-03 18:30:25.003271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.004772000, lastModified=2023-10-03 18:30:25.003271000, delta=1501000 ns, racy<=17500 ns 18:30:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.005319000, lastModified=2023-10-03 18:30:25.004271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.005319000, lastModified=2023-10-03 18:30:25.004271000, delta=1048000 ns, racy<=17500 ns 18:30:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.005812000, lastModified=2023-10-03 18:30:25.004271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.005812000, lastModified=2023-10-03 18:30:25.004271000, delta=1541000 ns, racy<=17500 ns 18:30:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.006326000, lastModified=2023-10-03 18:30:25.005271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.006326000, lastModified=2023-10-03 18:30:25.005271000, delta=1055000 ns, racy<=17500 ns 18:30:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.006816000, lastModified=2023-10-03 18:30:25.005271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.006816000, lastModified=2023-10-03 18:30:25.005271000, delta=1545000 ns, racy<=17500 ns 18:30:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.007322000, lastModified=2023-10-03 18:30:25.006271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.007322000, lastModified=2023-10-03 18:30:25.006271000, delta=1051000 ns, racy<=17500 ns 18:30:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.007818000, lastModified=2023-10-03 18:30:25.006271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.007818000, lastModified=2023-10-03 18:30:25.006271000, delta=1547000 ns, racy<=17500 ns 18:30:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.008346000, lastModified=2023-10-03 18:30:25.007271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.008346000, lastModified=2023-10-03 18:30:25.007271000, delta=1075000 ns, racy<=17500 ns 18:30:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.008845000, lastModified=2023-10-03 18:30:25.007271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.008845000, lastModified=2023-10-03 18:30:25.007271000, delta=1574000 ns, racy<=17500 ns 18:30:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.009379000, lastModified=2023-10-03 18:30:25.008271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.009379000, lastModified=2023-10-03 18:30:25.008271000, delta=1108000 ns, racy<=17500 ns 18:30:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.009861000, lastModified=2023-10-03 18:30:25.008271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.009861000, lastModified=2023-10-03 18:30:25.008271000, delta=1590000 ns, racy<=17500 ns 18:30:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.012404000, lastModified=2023-10-03 18:30:25.011271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.012404000, lastModified=2023-10-03 18:30:25.011271000, delta=1133000 ns, racy<=17500 ns 18:30:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.012970000, lastModified=2023-10-03 18:30:25.011271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.012970000, lastModified=2023-10-03 18:30:25.011271000, delta=1699000 ns, racy<=17500 ns 18:30:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.013706000, lastModified=2023-10-03 18:30:25.012271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.013706000, lastModified=2023-10-03 18:30:25.012271000, delta=1435000 ns, racy<=17500 ns 18:30:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.014314000, lastModified=2023-10-03 18:30:25.012271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.012271000 to 2023-10-03 18:30:25.013271000 18:30:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.014778000, lastModified=2023-10-03 18:30:25.013271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.014778000, lastModified=2023-10-03 18:30:25.013271000, delta=1507000 ns, racy<=17500 ns 18:30:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.015301000, lastModified=2023-10-03 18:30:25.013271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.013271000 to 2023-10-03 18:30:25.014271000 18:30:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.015775000, lastModified=2023-10-03 18:30:25.014271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.015775000, lastModified=2023-10-03 18:30:25.014271000, delta=1504000 ns, racy<=17500 ns 18:30:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.016460000, lastModified=2023-10-03 18:30:25.015271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.016460000, lastModified=2023-10-03 18:30:25.015271000, delta=1189000 ns, racy<=17500 ns 18:30:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.017106000, lastModified=2023-10-03 18:30:25.015271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.015271000 to 2023-10-03 18:30:25.016271000 18:30:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.017595000, lastModified=2023-10-03 18:30:25.016271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.017595000, lastModified=2023-10-03 18:30:25.016271000, delta=1324000 ns, racy<=17500 ns 18:30:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.080892000, lastModified=2023-10-03 18:30:25.016271000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.016271000 to 2023-10-03 18:30:25.080272000 18:30:25.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.081775000, lastModified=2023-10-03 18:30:25.080272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.081775000, lastModified=2023-10-03 18:30:25.080272000, delta=1503000 ns, racy<=17500 ns 18:30:25.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.082344000, lastModified=2023-10-03 18:30:25.081272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.082344000, lastModified=2023-10-03 18:30:25.081272000, delta=1072000 ns, racy<=17500 ns 18:30:25.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.082843000, lastModified=2023-10-03 18:30:25.081272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.082843000, lastModified=2023-10-03 18:30:25.081272000, delta=1571000 ns, racy<=17500 ns 18:30:25.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.083349000, lastModified=2023-10-03 18:30:25.082272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.083349000, lastModified=2023-10-03 18:30:25.082272000, delta=1077000 ns, racy<=17500 ns 18:30:25.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.083839000, lastModified=2023-10-03 18:30:25.082272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.083839000, lastModified=2023-10-03 18:30:25.082272000, delta=1567000 ns, racy<=17500 ns 18:30:25.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.084348000, lastModified=2023-10-03 18:30:25.083272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.084348000, lastModified=2023-10-03 18:30:25.083272000, delta=1076000 ns, racy<=17500 ns 18:30:25.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.084829000, lastModified=2023-10-03 18:30:25.083272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.084829000, lastModified=2023-10-03 18:30:25.083272000, delta=1557000 ns, racy<=17500 ns 18:30:25.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.087181000, lastModified=2023-10-03 18:30:25.084272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.084272000 to 2023-10-03 18:30:25.086272000 18:30:25.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.087773000, lastModified=2023-10-03 18:30:25.086272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.087773000, lastModified=2023-10-03 18:30:25.086272000, delta=1501000 ns, racy<=17500 ns 18:30:25.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.088356000, lastModified=2023-10-03 18:30:25.087272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.088356000, lastModified=2023-10-03 18:30:25.087272000, delta=1084000 ns, racy<=17500 ns 18:30:25.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.088924000, lastModified=2023-10-03 18:30:25.087272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.088924000, lastModified=2023-10-03 18:30:25.087272000, delta=1652000 ns, racy<=17500 ns 18:30:25.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.089473000, lastModified=2023-10-03 18:30:25.088272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.089473000, lastModified=2023-10-03 18:30:25.088272000, delta=1201000 ns, racy<=17500 ns 18:30:25.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.089967000, lastModified=2023-10-03 18:30:25.088272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.089967000, lastModified=2023-10-03 18:30:25.088272000, delta=1695000 ns, racy<=17500 ns 18:30:25.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.090484000, lastModified=2023-10-03 18:30:25.089272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.090484000, lastModified=2023-10-03 18:30:25.089272000, delta=1212000 ns, racy<=17500 ns 18:30:25.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.091001000, lastModified=2023-10-03 18:30:25.089272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.089272000 to 2023-10-03 18:30:25.090272000 18:30:25.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.091562000, lastModified=2023-10-03 18:30:25.090272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.091562000, lastModified=2023-10-03 18:30:25.090272000, delta=1290000 ns, racy<=17500 ns 18:30:25.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.092116000, lastModified=2023-10-03 18:30:25.090272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.090272000 to 2023-10-03 18:30:25.091272000 18:30:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.092611000, lastModified=2023-10-03 18:30:25.091272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.092611000, lastModified=2023-10-03 18:30:25.091272000, delta=1339000 ns, racy<=17500 ns 18:30:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.093101000, lastModified=2023-10-03 18:30:25.091272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.091272000 to 2023-10-03 18:30:25.092272000 18:30:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.093617000, lastModified=2023-10-03 18:30:25.092272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.093617000, lastModified=2023-10-03 18:30:25.092272000, delta=1345000 ns, racy<=17500 ns 18:30:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.094111000, lastModified=2023-10-03 18:30:25.092272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.092272000 to 2023-10-03 18:30:25.093272000 18:30:25.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.094649000, lastModified=2023-10-03 18:30:25.093272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.094649000, lastModified=2023-10-03 18:30:25.093272000, delta=1377000 ns, racy<=17500 ns 18:30:25.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.095138000, lastModified=2023-10-03 18:30:25.093272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.093272000 to 2023-10-03 18:30:25.094272000 18:30:25.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.095648000, lastModified=2023-10-03 18:30:25.094272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.095648000, lastModified=2023-10-03 18:30:25.094272000, delta=1376000 ns, racy<=17500 ns 18:30:25.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.096116000, lastModified=2023-10-03 18:30:25.094272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.094272000 to 2023-10-03 18:30:25.095272000 18:30:25.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.096608000, lastModified=2023-10-03 18:30:25.095272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.096608000, lastModified=2023-10-03 18:30:25.095272000, delta=1336000 ns, racy<=17500 ns 18:30:25.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.099154000, lastModified=2023-10-03 18:30:25.097272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.097272000 to 2023-10-03 18:30:25.098272000 18:30:25.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.099676000, lastModified=2023-10-03 18:30:25.098272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.099676000, lastModified=2023-10-03 18:30:25.098272000, delta=1404000 ns, racy<=17500 ns 18:30:25.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.100167000, lastModified=2023-10-03 18:30:25.098272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.098272000 to 2023-10-03 18:30:25.099272000 18:30:25.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.100673000, lastModified=2023-10-03 18:30:25.099272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.100673000, lastModified=2023-10-03 18:30:25.099272000, delta=1401000 ns, racy<=17500 ns 18:30:25.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.101159000, lastModified=2023-10-03 18:30:25.099272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.099272000 to 2023-10-03 18:30:25.100272000 18:30:25.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.101669000, lastModified=2023-10-03 18:30:25.100272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.101669000, lastModified=2023-10-03 18:30:25.100272000, delta=1397000 ns, racy<=17500 ns 18:30:25.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.102155000, lastModified=2023-10-03 18:30:25.100272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.100272000 to 2023-10-03 18:30:25.101272000 18:30:25.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.102665000, lastModified=2023-10-03 18:30:25.101272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.102665000, lastModified=2023-10-03 18:30:25.101272000, delta=1393000 ns, racy<=17500 ns 18:30:25.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.103145000, lastModified=2023-10-03 18:30:25.101272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.101272000 to 2023-10-03 18:30:25.102272000 18:30:25.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.103697000, lastModified=2023-10-03 18:30:25.102272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.103697000, lastModified=2023-10-03 18:30:25.102272000, delta=1425000 ns, racy<=17500 ns 18:30:25.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.104234000, lastModified=2023-10-03 18:30:25.102272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.102272000 to 2023-10-03 18:30:25.103272000 18:30:25.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.104731000, lastModified=2023-10-03 18:30:25.103272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.104731000, lastModified=2023-10-03 18:30:25.103272000, delta=1459000 ns, racy<=17500 ns 18:30:25.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.105255000, lastModified=2023-10-03 18:30:25.103272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.103272000 to 2023-10-03 18:30:25.104272000 18:30:25.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.105750000, lastModified=2023-10-03 18:30:25.104272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.105750000, lastModified=2023-10-03 18:30:25.104272000, delta=1478000 ns, racy<=17500 ns 18:30:25.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.106347000, lastModified=2023-10-03 18:30:25.105272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.106347000, lastModified=2023-10-03 18:30:25.105272000, delta=1075000 ns, racy<=17500 ns 18:30:25.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.106872000, lastModified=2023-10-03 18:30:25.105272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.106872000, lastModified=2023-10-03 18:30:25.105272000, delta=1600000 ns, racy<=17500 ns 18:30:25.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.107374000, lastModified=2023-10-03 18:30:25.106272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.107374000, lastModified=2023-10-03 18:30:25.106272000, delta=1102000 ns, racy<=17500 ns 18:30:25.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.107861000, lastModified=2023-10-03 18:30:25.106272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.107861000, lastModified=2023-10-03 18:30:25.106272000, delta=1589000 ns, racy<=17500 ns 18:30:25.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.110269000, lastModified=2023-10-03 18:30:25.107272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.107272000 to 2023-10-03 18:30:25.109272000 18:30:25.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.110875000, lastModified=2023-10-03 18:30:25.109272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.110875000, lastModified=2023-10-03 18:30:25.109272000, delta=1603000 ns, racy<=17500 ns 18:30:25.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.111403000, lastModified=2023-10-03 18:30:25.110272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.111403000, lastModified=2023-10-03 18:30:25.110272000, delta=1131000 ns, racy<=17500 ns 18:30:25.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.111917000, lastModified=2023-10-03 18:30:25.110272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.111917000, lastModified=2023-10-03 18:30:25.110272000, delta=1645000 ns, racy<=17500 ns 18:30:25.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.112442000, lastModified=2023-10-03 18:30:25.111272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.112442000, lastModified=2023-10-03 18:30:25.111272000, delta=1170000 ns, racy<=17500 ns 18:30:25.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.112924000, lastModified=2023-10-03 18:30:25.111272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.112924000, lastModified=2023-10-03 18:30:25.111272000, delta=1652000 ns, racy<=17500 ns 18:30:25.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.113463000, lastModified=2023-10-03 18:30:25.112272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.113463000, lastModified=2023-10-03 18:30:25.112272000, delta=1191000 ns, racy<=17500 ns 18:30:25.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.113949000, lastModified=2023-10-03 18:30:25.112272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.113949000, lastModified=2023-10-03 18:30:25.112272000, delta=1677000 ns, racy<=17500 ns 18:30:25.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.114457000, lastModified=2023-10-03 18:30:25.113272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.114457000, lastModified=2023-10-03 18:30:25.113272000, delta=1185000 ns, racy<=17500 ns 18:30:25.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.114941000, lastModified=2023-10-03 18:30:25.113272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.114941000, lastModified=2023-10-03 18:30:25.113272000, delta=1669000 ns, racy<=17500 ns 18:30:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.115454000, lastModified=2023-10-03 18:30:25.114272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.115454000, lastModified=2023-10-03 18:30:25.114272000, delta=1182000 ns, racy<=17500 ns 18:30:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.115944000, lastModified=2023-10-03 18:30:25.114272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.115944000, lastModified=2023-10-03 18:30:25.114272000, delta=1672000 ns, racy<=17500 ns 18:30:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.116454000, lastModified=2023-10-03 18:30:25.115272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.116454000, lastModified=2023-10-03 18:30:25.115272000, delta=1182000 ns, racy<=17500 ns 18:30:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.116966000, lastModified=2023-10-03 18:30:25.115272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.116966000, lastModified=2023-10-03 18:30:25.115272000, delta=1694000 ns, racy<=17500 ns 18:30:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.117479000, lastModified=2023-10-03 18:30:25.116272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.117479000, lastModified=2023-10-03 18:30:25.116272000, delta=1207000 ns, racy<=17500 ns 18:30:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.117976000, lastModified=2023-10-03 18:30:25.116272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.117976000, lastModified=2023-10-03 18:30:25.116272000, delta=1704000 ns, racy<=17500 ns 18:30:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.118469000, lastModified=2023-10-03 18:30:25.117272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.118469000, lastModified=2023-10-03 18:30:25.117272000, delta=1197000 ns, racy<=17500 ns 18:30:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.118941000, lastModified=2023-10-03 18:30:25.117272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.118941000, lastModified=2023-10-03 18:30:25.117272000, delta=1669000 ns, racy<=17500 ns 18:30:25.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.119473000, lastModified=2023-10-03 18:30:25.118272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.119473000, lastModified=2023-10-03 18:30:25.118272000, delta=1201000 ns, racy<=17500 ns 18:30:25.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.121799000, lastModified=2023-10-03 18:30:25.120272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.121799000, lastModified=2023-10-03 18:30:25.120272000, delta=1527000 ns, racy<=17500 ns 18:30:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.122370000, lastModified=2023-10-03 18:30:25.121272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.122370000, lastModified=2023-10-03 18:30:25.121272000, delta=1098000 ns, racy<=17500 ns 18:30:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.122869000, lastModified=2023-10-03 18:30:25.121272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.122869000, lastModified=2023-10-03 18:30:25.121272000, delta=1597000 ns, racy<=17500 ns 18:30:25.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.123379000, lastModified=2023-10-03 18:30:25.122272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.123379000, lastModified=2023-10-03 18:30:25.122272000, delta=1107000 ns, racy<=17500 ns 18:30:25.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.123874000, lastModified=2023-10-03 18:30:25.122272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.123874000, lastModified=2023-10-03 18:30:25.122272000, delta=1602000 ns, racy<=17500 ns 18:30:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.124386000, lastModified=2023-10-03 18:30:25.123272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.124386000, lastModified=2023-10-03 18:30:25.123272000, delta=1114000 ns, racy<=17500 ns 18:30:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.124908000, lastModified=2023-10-03 18:30:25.123272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.124908000, lastModified=2023-10-03 18:30:25.123272000, delta=1636000 ns, racy<=17500 ns 18:30:25.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.125417000, lastModified=2023-10-03 18:30:25.125272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.125417000, lastModified=2023-10-03 18:30:25.125272000, delta=145000 ns, racy<=17500 ns 18:30:25.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.125904000, lastModified=2023-10-03 18:30:25.125272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.125904000, lastModified=2023-10-03 18:30:25.125272000, delta=632000 ns, racy<=17500 ns 18:30:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.126400000, lastModified=2023-10-03 18:30:25.125272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.126400000, lastModified=2023-10-03 18:30:25.125272000, delta=1128000 ns, racy<=17500 ns 18:30:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.126879000, lastModified=2023-10-03 18:30:25.125272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.126879000, lastModified=2023-10-03 18:30:25.125272000, delta=1607000 ns, racy<=17500 ns 18:30:25.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.127371000, lastModified=2023-10-03 18:30:25.126272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.127371000, lastModified=2023-10-03 18:30:25.126272000, delta=1099000 ns, racy<=17500 ns 18:30:25.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.127847000, lastModified=2023-10-03 18:30:25.126272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.127847000, lastModified=2023-10-03 18:30:25.126272000, delta=1575000 ns, racy<=17500 ns 18:30:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.128409000, lastModified=2023-10-03 18:30:25.127272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.128409000, lastModified=2023-10-03 18:30:25.127272000, delta=1137000 ns, racy<=17500 ns 18:30:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.128918000, lastModified=2023-10-03 18:30:25.127272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.128918000, lastModified=2023-10-03 18:30:25.127272000, delta=1646000 ns, racy<=17500 ns 18:30:25.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.129461000, lastModified=2023-10-03 18:30:25.128272000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.129461000, lastModified=2023-10-03 18:30:25.128272000, delta=1189000 ns, racy<=17500 ns 18:30:25.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.181688000, lastModified=2023-10-03 18:30:25.180273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.181688000, lastModified=2023-10-03 18:30:25.180273000, delta=1415000 ns, racy<=17500 ns 18:30:25.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.182297000, lastModified=2023-10-03 18:30:25.180273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.180273000 to 2023-10-03 18:30:25.181273000 18:30:25.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.184895000, lastModified=2023-10-03 18:30:25.181273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.181273000 to 2023-10-03 18:30:25.184273000 18:30:25.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.185610000, lastModified=2023-10-03 18:30:25.184273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.185610000, lastModified=2023-10-03 18:30:25.184273000, delta=1337000 ns, racy<=17500 ns 18:30:25.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.186133000, lastModified=2023-10-03 18:30:25.184273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.184273000 to 2023-10-03 18:30:25.185273000 18:30:25.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.186636000, lastModified=2023-10-03 18:30:25.185273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.186636000, lastModified=2023-10-03 18:30:25.185273000, delta=1363000 ns, racy<=17500 ns 18:30:25.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.187123000, lastModified=2023-10-03 18:30:25.185273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.185273000 to 2023-10-03 18:30:25.186273000 18:30:25.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.187633000, lastModified=2023-10-03 18:30:25.186273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.187633000, lastModified=2023-10-03 18:30:25.186273000, delta=1360000 ns, racy<=17500 ns 18:30:25.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.188145000, lastModified=2023-10-03 18:30:25.186273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.186273000 to 2023-10-03 18:30:25.187273000 18:30:25.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.188632000, lastModified=2023-10-03 18:30:25.187273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.188632000, lastModified=2023-10-03 18:30:25.187273000, delta=1359000 ns, racy<=17500 ns 18:30:25.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.189113000, lastModified=2023-10-03 18:30:25.187273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.187273000 to 2023-10-03 18:30:25.188273000 18:30:25.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.189592000, lastModified=2023-10-03 18:30:25.188273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.189592000, lastModified=2023-10-03 18:30:25.188273000, delta=1319000 ns, racy<=17500 ns 18:30:25.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.190131000, lastModified=2023-10-03 18:30:25.188273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.188273000 to 2023-10-03 18:30:25.189273000 18:30:25.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.190807000, lastModified=2023-10-03 18:30:25.189273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.190807000, lastModified=2023-10-03 18:30:25.189273000, delta=1534000 ns, racy<=17500 ns 18:30:25.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.191509000, lastModified=2023-10-03 18:30:25.190273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.191509000, lastModified=2023-10-03 18:30:25.190273000, delta=1236000 ns, racy<=17500 ns 18:30:25.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.192234000, lastModified=2023-10-03 18:30:25.190273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.190273000 to 2023-10-03 18:30:25.191273000 18:30:25.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.192950000, lastModified=2023-10-03 18:30:25.191273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.192950000, lastModified=2023-10-03 18:30:25.191273000, delta=1677000 ns, racy<=17500 ns 18:30:25.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.193627000, lastModified=2023-10-03 18:30:25.192273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.193627000, lastModified=2023-10-03 18:30:25.192273000, delta=1354000 ns, racy<=17500 ns 18:30:25.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.194335000, lastModified=2023-10-03 18:30:25.192273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.192273000 to 2023-10-03 18:30:25.193273000 18:30:25.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.194906000, lastModified=2023-10-03 18:30:25.193273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.194906000, lastModified=2023-10-03 18:30:25.193273000, delta=1633000 ns, racy<=17500 ns 18:30:25.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.195466000, lastModified=2023-10-03 18:30:25.194273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.195466000, lastModified=2023-10-03 18:30:25.194273000, delta=1193000 ns, racy<=17500 ns 18:30:25.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.197953000, lastModified=2023-10-03 18:30:25.196273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.197953000, lastModified=2023-10-03 18:30:25.196273000, delta=1680000 ns, racy<=17500 ns 18:30:25.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.198697000, lastModified=2023-10-03 18:30:25.197273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.198697000, lastModified=2023-10-03 18:30:25.197273000, delta=1424000 ns, racy<=17500 ns 18:30:25.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.199423000, lastModified=2023-10-03 18:30:25.198273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.199423000, lastModified=2023-10-03 18:30:25.198273000, delta=1150000 ns, racy<=17500 ns 18:30:25.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.200071000, lastModified=2023-10-03 18:30:25.198273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.198273000 to 2023-10-03 18:30:25.199273000 18:30:25.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.200770000, lastModified=2023-10-03 18:30:25.199273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.200770000, lastModified=2023-10-03 18:30:25.199273000, delta=1497000 ns, racy<=17500 ns 18:30:25.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.201570000, lastModified=2023-10-03 18:30:25.200273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.200273000 to 2023-10-03 18:30:25.201273000 18:30:25.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.203565000, lastModified=2023-10-03 18:30:25.202273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.203565000, lastModified=2023-10-03 18:30:25.202273000, delta=1292000 ns, racy<=17500 ns 18:30:25.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.204175000, lastModified=2023-10-03 18:30:25.202273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.202273000 to 2023-10-03 18:30:25.203273000 18:30:25.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.205742000, lastModified=2023-10-03 18:30:25.204273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.204273000 to 2023-10-03 18:30:25.205273000 18:30:25.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.207257000, lastModified=2023-10-03 18:30:25.205273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.205273000 to 2023-10-03 18:30:25.206273000 18:30:25.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.208880000, lastModified=2023-10-03 18:30:25.207273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.207273000 to 2023-10-03 18:30:25.208273000 18:30:25.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.210662000, lastModified=2023-10-03 18:30:25.209273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.209273000 to 2023-10-03 18:30:25.210273000 18:30:25.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.212370000, lastModified=2023-10-03 18:30:25.211273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.212370000, lastModified=2023-10-03 18:30:25.211273000, delta=1097000 ns, racy<=17500 ns 18:30:25.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.213961000, lastModified=2023-10-03 18:30:25.212273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.212273000 to 2023-10-03 18:30:25.213273000 18:30:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.215448000, lastModified=2023-10-03 18:30:25.214273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.215448000, lastModified=2023-10-03 18:30:25.214273000, delta=1175000 ns, racy<=17500 ns 18:30:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.216970000, lastModified=2023-10-03 18:30:25.215273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.215273000 to 2023-10-03 18:30:25.216273000 18:30:25.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.218481000, lastModified=2023-10-03 18:30:25.217273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.218481000, lastModified=2023-10-03 18:30:25.217273000, delta=1208000 ns, racy<=17500 ns 18:30:25.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.220029000, lastModified=2023-10-03 18:30:25.218273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.218273000 to 2023-10-03 18:30:25.219273000 18:30:25.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.221465000, lastModified=2023-10-03 18:30:25.220273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.221465000, lastModified=2023-10-03 18:30:25.220273000, delta=1192000 ns, racy<=17500 ns 18:30:25.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.222937000, lastModified=2023-10-03 18:30:25.221273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.221273000 to 2023-10-03 18:30:25.222273000 18:30:25.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.224414000, lastModified=2023-10-03 18:30:25.223273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.224414000, lastModified=2023-10-03 18:30:25.223273000, delta=1141000 ns, racy<=17500 ns 18:30:25.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.228771000, lastModified=2023-10-03 18:30:25.224273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.224273000 to 2023-10-03 18:30:25.227273000 18:30:25.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.229419000, lastModified=2023-10-03 18:30:25.228273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.229419000, lastModified=2023-10-03 18:30:25.228273000, delta=1146000 ns, racy<=17500 ns 18:30:25.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.229951000, lastModified=2023-10-03 18:30:25.228273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.229951000, lastModified=2023-10-03 18:30:25.228273000, delta=1678000 ns, racy<=17500 ns 18:30:25.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.230490000, lastModified=2023-10-03 18:30:25.229273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.230490000, lastModified=2023-10-03 18:30:25.229273000, delta=1217000 ns, racy<=17500 ns 18:30:25.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.230971000, lastModified=2023-10-03 18:30:25.229273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.230971000, lastModified=2023-10-03 18:30:25.229273000, delta=1698000 ns, racy<=17500 ns 18:30:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.231465000, lastModified=2023-10-03 18:30:25.230273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.231465000, lastModified=2023-10-03 18:30:25.230273000, delta=1192000 ns, racy<=17500 ns 18:30:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.231942000, lastModified=2023-10-03 18:30:25.230273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.231942000, lastModified=2023-10-03 18:30:25.230273000, delta=1669000 ns, racy<=17500 ns 18:30:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.232443000, lastModified=2023-10-03 18:30:25.231273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.232443000, lastModified=2023-10-03 18:30:25.231273000, delta=1170000 ns, racy<=17500 ns 18:30:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.232920000, lastModified=2023-10-03 18:30:25.231273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.232920000, lastModified=2023-10-03 18:30:25.231273000, delta=1647000 ns, racy<=17500 ns 18:30:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.233463000, lastModified=2023-10-03 18:30:25.232273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.233463000, lastModified=2023-10-03 18:30:25.232273000, delta=1190000 ns, racy<=17500 ns 18:30:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.233949000, lastModified=2023-10-03 18:30:25.232273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.233949000, lastModified=2023-10-03 18:30:25.232273000, delta=1676000 ns, racy<=17500 ns 18:30:25.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.234441000, lastModified=2023-10-03 18:30:25.233273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.234441000, lastModified=2023-10-03 18:30:25.233273000, delta=1168000 ns, racy<=17500 ns 18:30:25.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.234964000, lastModified=2023-10-03 18:30:25.233273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.234964000, lastModified=2023-10-03 18:30:25.233273000, delta=1691000 ns, racy<=17500 ns 18:30:25.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.235469000, lastModified=2023-10-03 18:30:25.234273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.235469000, lastModified=2023-10-03 18:30:25.234273000, delta=1196000 ns, racy<=17500 ns 18:30:25.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.235966000, lastModified=2023-10-03 18:30:25.234273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.235966000, lastModified=2023-10-03 18:30:25.234273000, delta=1693000 ns, racy<=17500 ns 18:30:25.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.236515000, lastModified=2023-10-03 18:30:25.235273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.236515000, lastModified=2023-10-03 18:30:25.235273000, delta=1242000 ns, racy<=17500 ns 18:30:25.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.236992000, lastModified=2023-10-03 18:30:25.235273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.236992000, lastModified=2023-10-03 18:30:25.235273000, delta=1719000 ns, racy<=17500 ns 18:30:25.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.237512000, lastModified=2023-10-03 18:30:25.236273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.237512000, lastModified=2023-10-03 18:30:25.236273000, delta=1239000 ns, racy<=17500 ns 18:30:25.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.238003000, lastModified=2023-10-03 18:30:25.236273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.238003000, lastModified=2023-10-03 18:30:25.236273000, delta=1730000 ns, racy<=17500 ns 18:30:25.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.240484000, lastModified=2023-10-03 18:30:25.239273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.240484000, lastModified=2023-10-03 18:30:25.239273000, delta=1211000 ns, racy<=17500 ns 18:30:25.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.241007000, lastModified=2023-10-03 18:30:25.239273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.241007000, lastModified=2023-10-03 18:30:25.239273000, delta=1734000 ns, racy<=17500 ns 18:30:25.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.241549000, lastModified=2023-10-03 18:30:25.240273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.241549000, lastModified=2023-10-03 18:30:25.240273000, delta=1276000 ns, racy<=17500 ns 18:30:25.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.242039000, lastModified=2023-10-03 18:30:25.240273000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.242039000, lastModified=2023-10-03 18:30:25.240273000, delta=1766000 ns, racy<=17500 ns 18:30:25.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.281123000, lastModified=2023-10-03 18:30:25.279274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.279274000 to 2023-10-03 18:30:25.280274000 18:30:25.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.281799000, lastModified=2023-10-03 18:30:25.280274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.281799000, lastModified=2023-10-03 18:30:25.280274000, delta=1525000 ns, racy<=17500 ns 18:30:25.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.282386000, lastModified=2023-10-03 18:30:25.281274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.282386000, lastModified=2023-10-03 18:30:25.281274000, delta=1112000 ns, racy<=17500 ns 18:30:25.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.283105000, lastModified=2023-10-03 18:30:25.281274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.281274000 to 2023-10-03 18:30:25.282274000 18:30:25.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.283694000, lastModified=2023-10-03 18:30:25.282274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.283694000, lastModified=2023-10-03 18:30:25.282274000, delta=1420000 ns, racy<=17500 ns 18:30:25.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.284201000, lastModified=2023-10-03 18:30:25.282274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.282274000 to 2023-10-03 18:30:25.283274000 18:30:25.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.284861000, lastModified=2023-10-03 18:30:25.283274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.284861000, lastModified=2023-10-03 18:30:25.283274000, delta=1587000 ns, racy<=17500 ns 18:30:25.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.285603000, lastModified=2023-10-03 18:30:25.284274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.285603000, lastModified=2023-10-03 18:30:25.284274000, delta=1329000 ns, racy<=17500 ns 18:30:25.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.286381000, lastModified=2023-10-03 18:30:25.285274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.286381000, lastModified=2023-10-03 18:30:25.285274000, delta=1107000 ns, racy<=17500 ns 18:30:25.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.287127000, lastModified=2023-10-03 18:30:25.285274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.285274000 to 2023-10-03 18:30:25.286274000 18:30:25.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.287805000, lastModified=2023-10-03 18:30:25.286274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.287805000, lastModified=2023-10-03 18:30:25.286274000, delta=1531000 ns, racy<=17500 ns 18:30:25.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.288549000, lastModified=2023-10-03 18:30:25.287274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.288549000, lastModified=2023-10-03 18:30:25.287274000, delta=1275000 ns, racy<=17500 ns 18:30:25.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.289214000, lastModified=2023-10-03 18:30:25.287274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.287274000 to 2023-10-03 18:30:25.288274000 18:30:25.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.289895000, lastModified=2023-10-03 18:30:25.288274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.289895000, lastModified=2023-10-03 18:30:25.288274000, delta=1621000 ns, racy<=17500 ns 18:30:25.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.290592000, lastModified=2023-10-03 18:30:25.289274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.290592000, lastModified=2023-10-03 18:30:25.289274000, delta=1318000 ns, racy<=17500 ns 18:30:25.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.291306000, lastModified=2023-10-03 18:30:25.289274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.289274000 to 2023-10-03 18:30:25.290274000 18:30:25.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.293922000, lastModified=2023-10-03 18:30:25.290274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.290274000 to 2023-10-03 18:30:25.293274000 18:30:25.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.294696000, lastModified=2023-10-03 18:30:25.293274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.294696000, lastModified=2023-10-03 18:30:25.293274000, delta=1422000 ns, racy<=17500 ns 18:30:25.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.295407000, lastModified=2023-10-03 18:30:25.294274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.295407000, lastModified=2023-10-03 18:30:25.294274000, delta=1133000 ns, racy<=17500 ns 18:30:25.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.296101000, lastModified=2023-10-03 18:30:25.294274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.294274000 to 2023-10-03 18:30:25.295274000 18:30:25.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.296777000, lastModified=2023-10-03 18:30:25.295274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.296777000, lastModified=2023-10-03 18:30:25.295274000, delta=1503000 ns, racy<=17500 ns 18:30:25.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.297485000, lastModified=2023-10-03 18:30:25.296274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.297485000, lastModified=2023-10-03 18:30:25.296274000, delta=1211000 ns, racy<=17500 ns 18:30:25.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.298188000, lastModified=2023-10-03 18:30:25.296274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.296274000 to 2023-10-03 18:30:25.297274000 18:30:25.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.298886000, lastModified=2023-10-03 18:30:25.297274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.298886000, lastModified=2023-10-03 18:30:25.297274000, delta=1612000 ns, racy<=17500 ns 18:30:25.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.299599000, lastModified=2023-10-03 18:30:25.298274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.299599000, lastModified=2023-10-03 18:30:25.298274000, delta=1325000 ns, racy<=17500 ns 18:30:25.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.300339000, lastModified=2023-10-03 18:30:25.298274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.298274000 to 2023-10-03 18:30:25.299274000 18:30:25.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.301004000, lastModified=2023-10-03 18:30:25.299274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.299274000 to 2023-10-03 18:30:25.300274000 18:30:25.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.301667000, lastModified=2023-10-03 18:30:25.300274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.301667000, lastModified=2023-10-03 18:30:25.300274000, delta=1393000 ns, racy<=17500 ns 18:30:25.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.302408000, lastModified=2023-10-03 18:30:25.301274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.302408000, lastModified=2023-10-03 18:30:25.301274000, delta=1134000 ns, racy<=17500 ns 18:30:25.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.303160000, lastModified=2023-10-03 18:30:25.301274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.301274000 to 2023-10-03 18:30:25.302274000 18:30:25.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.303860000, lastModified=2023-10-03 18:30:25.302274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.303860000, lastModified=2023-10-03 18:30:25.302274000, delta=1586000 ns, racy<=17500 ns 18:30:25.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.304667000, lastModified=2023-10-03 18:30:25.303274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.304667000, lastModified=2023-10-03 18:30:25.303274000, delta=1393000 ns, racy<=17500 ns 18:30:25.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.305413000, lastModified=2023-10-03 18:30:25.304274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.305413000, lastModified=2023-10-03 18:30:25.304274000, delta=1139000 ns, racy<=17500 ns 18:30:25.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.306134000, lastModified=2023-10-03 18:30:25.304274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.304274000 to 2023-10-03 18:30:25.305274000 18:30:25.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.306822000, lastModified=2023-10-03 18:30:25.305274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.306822000, lastModified=2023-10-03 18:30:25.305274000, delta=1548000 ns, racy<=17500 ns 18:30:25.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.309474000, lastModified=2023-10-03 18:30:25.308274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.309474000, lastModified=2023-10-03 18:30:25.308274000, delta=1200000 ns, racy<=17500 ns 18:30:25.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.310165000, lastModified=2023-10-03 18:30:25.308274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.308274000 to 2023-10-03 18:30:25.309274000 18:30:25.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.310870000, lastModified=2023-10-03 18:30:25.309274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.310870000, lastModified=2023-10-03 18:30:25.309274000, delta=1596000 ns, racy<=17500 ns 18:30:25.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.311635000, lastModified=2023-10-03 18:30:25.310274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.311635000, lastModified=2023-10-03 18:30:25.310274000, delta=1361000 ns, racy<=17500 ns 18:30:25.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.312382000, lastModified=2023-10-03 18:30:25.311274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.312382000, lastModified=2023-10-03 18:30:25.311274000, delta=1108000 ns, racy<=17500 ns 18:30:25.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.313106000, lastModified=2023-10-03 18:30:25.311274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.311274000 to 2023-10-03 18:30:25.312274000 18:30:25.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.313886000, lastModified=2023-10-03 18:30:25.312274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.313886000, lastModified=2023-10-03 18:30:25.312274000, delta=1612000 ns, racy<=17500 ns 18:30:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.314681000, lastModified=2023-10-03 18:30:25.313274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.314681000, lastModified=2023-10-03 18:30:25.313274000, delta=1407000 ns, racy<=17500 ns 18:30:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.315441000, lastModified=2023-10-03 18:30:25.314274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.315441000, lastModified=2023-10-03 18:30:25.314274000, delta=1167000 ns, racy<=17500 ns 18:30:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.316132000, lastModified=2023-10-03 18:30:25.314274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.314274000 to 2023-10-03 18:30:25.315274000 18:30:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.316661000, lastModified=2023-10-03 18:30:25.315274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.316661000, lastModified=2023-10-03 18:30:25.315274000, delta=1387000 ns, racy<=17500 ns 18:30:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.317156000, lastModified=2023-10-03 18:30:25.315274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.315274000 to 2023-10-03 18:30:25.316274000 18:30:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.317720000, lastModified=2023-10-03 18:30:25.316274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.317720000, lastModified=2023-10-03 18:30:25.316274000, delta=1446000 ns, racy<=17500 ns 18:30:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.318436000, lastModified=2023-10-03 18:30:25.317274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.318436000, lastModified=2023-10-03 18:30:25.317274000, delta=1162000 ns, racy<=17500 ns 18:30:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.319153000, lastModified=2023-10-03 18:30:25.317274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.317274000 to 2023-10-03 18:30:25.318274000 18:30:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.319889000, lastModified=2023-10-03 18:30:25.318274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.319889000, lastModified=2023-10-03 18:30:25.318274000, delta=1615000 ns, racy<=17500 ns 18:30:25.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.320613000, lastModified=2023-10-03 18:30:25.319274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.320613000, lastModified=2023-10-03 18:30:25.319274000, delta=1339000 ns, racy<=17500 ns 18:30:25.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.321347000, lastModified=2023-10-03 18:30:25.320274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.321347000, lastModified=2023-10-03 18:30:25.320274000, delta=1073000 ns, racy<=17500 ns 18:30:25.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.323934000, lastModified=2023-10-03 18:30:25.320274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.320274000 to 2023-10-03 18:30:25.322274000 18:30:25.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.324502000, lastModified=2023-10-03 18:30:25.323274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.324502000, lastModified=2023-10-03 18:30:25.323274000, delta=1228000 ns, racy<=17500 ns 18:30:25.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.325005000, lastModified=2023-10-03 18:30:25.323274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.325005000, lastModified=2023-10-03 18:30:25.323274000, delta=1731000 ns, racy<=17500 ns 18:30:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.325515000, lastModified=2023-10-03 18:30:25.324274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.325515000, lastModified=2023-10-03 18:30:25.324274000, delta=1241000 ns, racy<=17500 ns 18:30:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.325993000, lastModified=2023-10-03 18:30:25.324274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.325993000, lastModified=2023-10-03 18:30:25.324274000, delta=1719000 ns, racy<=17500 ns 18:30:25.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.326519000, lastModified=2023-10-03 18:30:25.325274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.326519000, lastModified=2023-10-03 18:30:25.325274000, delta=1245000 ns, racy<=17500 ns 18:30:25.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.327016000, lastModified=2023-10-03 18:30:25.325274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.327016000, lastModified=2023-10-03 18:30:25.325274000, delta=1742000 ns, racy<=17500 ns 18:30:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.327546000, lastModified=2023-10-03 18:30:25.326274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.327546000, lastModified=2023-10-03 18:30:25.326274000, delta=1272000 ns, racy<=17500 ns 18:30:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.328016000, lastModified=2023-10-03 18:30:25.326274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.328016000, lastModified=2023-10-03 18:30:25.326274000, delta=1742000 ns, racy<=17500 ns 18:30:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.328519000, lastModified=2023-10-03 18:30:25.327274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.328519000, lastModified=2023-10-03 18:30:25.327274000, delta=1245000 ns, racy<=17500 ns 18:30:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.328997000, lastModified=2023-10-03 18:30:25.327274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.327274000 to 2023-10-03 18:30:25.328274000 18:30:25.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.329678000, lastModified=2023-10-03 18:30:25.328274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.329678000, lastModified=2023-10-03 18:30:25.328274000, delta=1404000 ns, racy<=17500 ns 18:30:25.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.330413000, lastModified=2023-10-03 18:30:25.329274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.330413000, lastModified=2023-10-03 18:30:25.329274000, delta=1139000 ns, racy<=17500 ns 18:30:25.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.331108000, lastModified=2023-10-03 18:30:25.329274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.329274000 to 2023-10-03 18:30:25.330274000 18:30:25.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.331772000, lastModified=2023-10-03 18:30:25.330274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.331772000, lastModified=2023-10-03 18:30:25.330274000, delta=1498000 ns, racy<=17500 ns 18:30:25.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.332450000, lastModified=2023-10-03 18:30:25.331274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.332450000, lastModified=2023-10-03 18:30:25.331274000, delta=1176000 ns, racy<=17500 ns 18:30:25.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.333049000, lastModified=2023-10-03 18:30:25.331274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.331274000 to 2023-10-03 18:30:25.332274000 18:30:25.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.333582000, lastModified=2023-10-03 18:30:25.332274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.333582000, lastModified=2023-10-03 18:30:25.332274000, delta=1308000 ns, racy<=17500 ns 18:30:25.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.334070000, lastModified=2023-10-03 18:30:25.332274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.332274000 to 2023-10-03 18:30:25.379274000 18:30:25.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.383797000, lastModified=2023-10-03 18:30:25.382274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.383797000, lastModified=2023-10-03 18:30:25.382274000, delta=1523000 ns, racy<=17500 ns 18:30:25.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.384691000, lastModified=2023-10-03 18:30:25.383274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.384691000, lastModified=2023-10-03 18:30:25.383274000, delta=1417000 ns, racy<=17500 ns 18:30:25.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.385479000, lastModified=2023-10-03 18:30:25.384274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.385479000, lastModified=2023-10-03 18:30:25.384274000, delta=1205000 ns, racy<=17500 ns 18:30:25.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.386001000, lastModified=2023-10-03 18:30:25.384274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.386001000, lastModified=2023-10-03 18:30:25.384274000, delta=1727000 ns, racy<=17500 ns 18:30:25.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.386538000, lastModified=2023-10-03 18:30:25.385274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.386538000, lastModified=2023-10-03 18:30:25.385274000, delta=1264000 ns, racy<=17500 ns 18:30:25.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.387059000, lastModified=2023-10-03 18:30:25.385274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.385274000 to 2023-10-03 18:30:25.386274000 18:30:25.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.387563000, lastModified=2023-10-03 18:30:25.386274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.387563000, lastModified=2023-10-03 18:30:25.386274000, delta=1289000 ns, racy<=17500 ns 18:30:25.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.388049000, lastModified=2023-10-03 18:30:25.386274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.386274000 to 2023-10-03 18:30:25.387274000 18:30:25.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.388556000, lastModified=2023-10-03 18:30:25.387274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.388556000, lastModified=2023-10-03 18:30:25.387274000, delta=1282000 ns, racy<=17500 ns 18:30:25.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.389039000, lastModified=2023-10-03 18:30:25.387274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.389039000, lastModified=2023-10-03 18:30:25.387274000, delta=1765000 ns, racy<=17500 ns 18:30:25.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.389534000, lastModified=2023-10-03 18:30:25.388274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.389534000, lastModified=2023-10-03 18:30:25.388274000, delta=1260000 ns, racy<=17500 ns 18:30:25.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.390028000, lastModified=2023-10-03 18:30:25.388274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.390028000, lastModified=2023-10-03 18:30:25.388274000, delta=1754000 ns, racy<=17500 ns 18:30:25.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.390521000, lastModified=2023-10-03 18:30:25.389274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.390521000, lastModified=2023-10-03 18:30:25.389274000, delta=1247000 ns, racy<=17500 ns 18:30:25.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.391012000, lastModified=2023-10-03 18:30:25.389274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.391012000, lastModified=2023-10-03 18:30:25.389274000, delta=1738000 ns, racy<=17500 ns 18:30:25.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.391513000, lastModified=2023-10-03 18:30:25.390274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.391513000, lastModified=2023-10-03 18:30:25.390274000, delta=1239000 ns, racy<=17500 ns 18:30:25.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.391996000, lastModified=2023-10-03 18:30:25.390274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.390274000 to 2023-10-03 18:30:25.391274000 18:30:25.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.392676000, lastModified=2023-10-03 18:30:25.391274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.392676000, lastModified=2023-10-03 18:30:25.391274000, delta=1402000 ns, racy<=17500 ns 18:30:25.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.393159000, lastModified=2023-10-03 18:30:25.391274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.391274000 to 2023-10-03 18:30:25.392274000 18:30:25.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.395556000, lastModified=2023-10-03 18:30:25.392274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.392274000 to 2023-10-03 18:30:25.394274000 18:30:25.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.396116000, lastModified=2023-10-03 18:30:25.394274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.394274000 to 2023-10-03 18:30:25.395274000 18:30:25.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.396645000, lastModified=2023-10-03 18:30:25.395274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.396645000, lastModified=2023-10-03 18:30:25.395274000, delta=1371000 ns, racy<=17500 ns 18:30:25.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.397146000, lastModified=2023-10-03 18:30:25.395274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.395274000 to 2023-10-03 18:30:25.396274000 18:30:25.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.397640000, lastModified=2023-10-03 18:30:25.396274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.397640000, lastModified=2023-10-03 18:30:25.396274000, delta=1366000 ns, racy<=17500 ns 18:30:25.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.398130000, lastModified=2023-10-03 18:30:25.396274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.396274000 to 2023-10-03 18:30:25.397274000 18:30:25.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.398636000, lastModified=2023-10-03 18:30:25.397274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.398636000, lastModified=2023-10-03 18:30:25.397274000, delta=1362000 ns, racy<=17500 ns 18:30:25.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.399119000, lastModified=2023-10-03 18:30:25.397274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.397274000 to 2023-10-03 18:30:25.398274000 18:30:25.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.399596000, lastModified=2023-10-03 18:30:25.398274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.399596000, lastModified=2023-10-03 18:30:25.398274000, delta=1322000 ns, racy<=17500 ns 18:30:25.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.400075000, lastModified=2023-10-03 18:30:25.398274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.398274000 to 2023-10-03 18:30:25.399274000 18:30:25.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.400555000, lastModified=2023-10-03 18:30:25.399274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.400555000, lastModified=2023-10-03 18:30:25.399274000, delta=1281000 ns, racy<=17500 ns 18:30:25.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.401042000, lastModified=2023-10-03 18:30:25.399274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.401042000, lastModified=2023-10-03 18:30:25.399274000, delta=1768000 ns, racy<=17500 ns 18:30:25.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.401547000, lastModified=2023-10-03 18:30:25.400274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.401547000, lastModified=2023-10-03 18:30:25.400274000, delta=1273000 ns, racy<=17500 ns 18:30:25.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.402032000, lastModified=2023-10-03 18:30:25.400274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.402032000, lastModified=2023-10-03 18:30:25.400274000, delta=1758000 ns, racy<=17500 ns 18:30:25.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.402536000, lastModified=2023-10-03 18:30:25.401274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.402536000, lastModified=2023-10-03 18:30:25.401274000, delta=1262000 ns, racy<=17500 ns 18:30:25.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.403021000, lastModified=2023-10-03 18:30:25.401274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.403021000, lastModified=2023-10-03 18:30:25.401274000, delta=1747000 ns, racy<=17500 ns 18:30:25.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.403561000, lastModified=2023-10-03 18:30:25.402274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.403561000, lastModified=2023-10-03 18:30:25.402274000, delta=1287000 ns, racy<=17500 ns 18:30:25.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.404061000, lastModified=2023-10-03 18:30:25.402274000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.402274000 to 2023-10-03 18:30:25.403275000 18:30:25.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.404547000, lastModified=2023-10-03 18:30:25.403275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.404547000, lastModified=2023-10-03 18:30:25.403275000, delta=1272000 ns, racy<=17500 ns 18:30:25.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.407258000, lastModified=2023-10-03 18:30:25.405275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.405275000 to 2023-10-03 18:30:25.406275000 18:30:25.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.407755000, lastModified=2023-10-03 18:30:25.406275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.407755000, lastModified=2023-10-03 18:30:25.406275000, delta=1480000 ns, racy<=17500 ns 18:30:25.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.408348000, lastModified=2023-10-03 18:30:25.406275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.406275000 to 2023-10-03 18:30:25.407275000 18:30:25.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.408827000, lastModified=2023-10-03 18:30:25.407275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.408827000, lastModified=2023-10-03 18:30:25.407275000, delta=1552000 ns, racy<=17500 ns 18:30:25.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.409400000, lastModified=2023-10-03 18:30:25.408275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.409400000, lastModified=2023-10-03 18:30:25.408275000, delta=1125000 ns, racy<=17500 ns 18:30:25.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.410055000, lastModified=2023-10-03 18:30:25.408275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.408275000 to 2023-10-03 18:30:25.409275000 18:30:25.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.410695000, lastModified=2023-10-03 18:30:25.409275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.410695000, lastModified=2023-10-03 18:30:25.409275000, delta=1420000 ns, racy<=17500 ns 18:30:25.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.411356000, lastModified=2023-10-03 18:30:25.410275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.411356000, lastModified=2023-10-03 18:30:25.410275000, delta=1081000 ns, racy<=17500 ns 18:30:25.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.411948000, lastModified=2023-10-03 18:30:25.410275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.411948000, lastModified=2023-10-03 18:30:25.410275000, delta=1673000 ns, racy<=17500 ns 18:30:25.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.412525000, lastModified=2023-10-03 18:30:25.411275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.412525000, lastModified=2023-10-03 18:30:25.411275000, delta=1250000 ns, racy<=17500 ns 18:30:25.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.413048000, lastModified=2023-10-03 18:30:25.411275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.411275000 to 2023-10-03 18:30:25.412275000 18:30:25.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.413573000, lastModified=2023-10-03 18:30:25.412275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.413573000, lastModified=2023-10-03 18:30:25.412275000, delta=1298000 ns, racy<=17500 ns 18:30:25.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.414089000, lastModified=2023-10-03 18:30:25.412275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.412275000 to 2023-10-03 18:30:25.413275000 18:30:25.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.414621000, lastModified=2023-10-03 18:30:25.413275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.414621000, lastModified=2023-10-03 18:30:25.413275000, delta=1346000 ns, racy<=17500 ns 18:30:25.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.415134000, lastModified=2023-10-03 18:30:25.413275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.413275000 to 2023-10-03 18:30:25.414275000 18:30:25.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.415659000, lastModified=2023-10-03 18:30:25.414275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.415659000, lastModified=2023-10-03 18:30:25.414275000, delta=1384000 ns, racy<=17500 ns 18:30:25.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.416189000, lastModified=2023-10-03 18:30:25.414275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.414275000 to 2023-10-03 18:30:25.415275000 18:30:25.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.416707000, lastModified=2023-10-03 18:30:25.415275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.416707000, lastModified=2023-10-03 18:30:25.415275000, delta=1432000 ns, racy<=17500 ns 18:30:25.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.419449000, lastModified=2023-10-03 18:30:25.415275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.415275000 to 2023-10-03 18:30:25.418275000 18:30:25.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.420030000, lastModified=2023-10-03 18:30:25.418275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.418275000 to 2023-10-03 18:30:25.419275000 18:30:25.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.420570000, lastModified=2023-10-03 18:30:25.419275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.420570000, lastModified=2023-10-03 18:30:25.419275000, delta=1295000 ns, racy<=17500 ns 18:30:25.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.421084000, lastModified=2023-10-03 18:30:25.419275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.419275000 to 2023-10-03 18:30:25.420275000 18:30:25.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.421595000, lastModified=2023-10-03 18:30:25.420275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.421595000, lastModified=2023-10-03 18:30:25.420275000, delta=1320000 ns, racy<=17500 ns 18:30:25.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.422073000, lastModified=2023-10-03 18:30:25.420275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.420275000 to 2023-10-03 18:30:25.421275000 18:30:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.422559000, lastModified=2023-10-03 18:30:25.421275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.422559000, lastModified=2023-10-03 18:30:25.421275000, delta=1284000 ns, racy<=17500 ns 18:30:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.423074000, lastModified=2023-10-03 18:30:25.421275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.421275000 to 2023-10-03 18:30:25.422275000 18:30:25.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.423792000, lastModified=2023-10-03 18:30:25.422275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.423792000, lastModified=2023-10-03 18:30:25.422275000, delta=1517000 ns, racy<=17500 ns 18:30:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.424769000, lastModified=2023-10-03 18:30:25.423275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.424769000, lastModified=2023-10-03 18:30:25.423275000, delta=1494000 ns, racy<=17500 ns 18:30:25.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.425305000, lastModified=2023-10-03 18:30:25.423275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.423275000 to 2023-10-03 18:30:25.424275000 18:30:25.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.425777000, lastModified=2023-10-03 18:30:25.424275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.425777000, lastModified=2023-10-03 18:30:25.424275000, delta=1502000 ns, racy<=17500 ns 18:30:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.426284000, lastModified=2023-10-03 18:30:25.424275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.424275000 to 2023-10-03 18:30:25.425275000 18:30:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.426742000, lastModified=2023-10-03 18:30:25.425275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.426742000, lastModified=2023-10-03 18:30:25.425275000, delta=1467000 ns, racy<=17500 ns 18:30:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.427225000, lastModified=2023-10-03 18:30:25.425275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.425275000 to 2023-10-03 18:30:25.426275000 18:30:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.427681000, lastModified=2023-10-03 18:30:25.426275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.427681000, lastModified=2023-10-03 18:30:25.426275000, delta=1406000 ns, racy<=17500 ns 18:30:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.428145000, lastModified=2023-10-03 18:30:25.426275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.426275000 to 2023-10-03 18:30:25.427275000 18:30:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.428616000, lastModified=2023-10-03 18:30:25.427275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.428616000, lastModified=2023-10-03 18:30:25.427275000, delta=1341000 ns, racy<=17500 ns 18:30:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.429075000, lastModified=2023-10-03 18:30:25.427275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.427275000 to 2023-10-03 18:30:25.428275000 18:30:25.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.431473000, lastModified=2023-10-03 18:30:25.430275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.431473000, lastModified=2023-10-03 18:30:25.430275000, delta=1198000 ns, racy<=17500 ns 18:30:25.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.431987000, lastModified=2023-10-03 18:30:25.430275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.431987000, lastModified=2023-10-03 18:30:25.430275000, delta=1712000 ns, racy<=17500 ns 18:30:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.432497000, lastModified=2023-10-03 18:30:25.431275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.432497000, lastModified=2023-10-03 18:30:25.431275000, delta=1222000 ns, racy<=17500 ns 18:30:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.432978000, lastModified=2023-10-03 18:30:25.431275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.432978000, lastModified=2023-10-03 18:30:25.431275000, delta=1703000 ns, racy<=17500 ns 18:30:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.433483000, lastModified=2023-10-03 18:30:25.432275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.433483000, lastModified=2023-10-03 18:30:25.432275000, delta=1208000 ns, racy<=17500 ns 18:30:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.433959000, lastModified=2023-10-03 18:30:25.432275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.433959000, lastModified=2023-10-03 18:30:25.432275000, delta=1684000 ns, racy<=17500 ns 18:30:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.434475000, lastModified=2023-10-03 18:30:25.433275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.434475000, lastModified=2023-10-03 18:30:25.433275000, delta=1200000 ns, racy<=17500 ns 18:30:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.434950000, lastModified=2023-10-03 18:30:25.433275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.434950000, lastModified=2023-10-03 18:30:25.433275000, delta=1675000 ns, racy<=17500 ns 18:30:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.435462000, lastModified=2023-10-03 18:30:25.434275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.434275000 to 2023-10-03 18:30:25.480275000 18:30:25.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.481432000, lastModified=2023-10-03 18:30:25.480275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.481432000, lastModified=2023-10-03 18:30:25.480275000, delta=1157000 ns, racy<=17500 ns 18:30:25.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.482004000, lastModified=2023-10-03 18:30:25.480275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.482004000, lastModified=2023-10-03 18:30:25.480275000, delta=1729000 ns, racy<=17500 ns 18:30:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.482509000, lastModified=2023-10-03 18:30:25.481275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.482509000, lastModified=2023-10-03 18:30:25.481275000, delta=1234000 ns, racy<=17500 ns 18:30:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.483007000, lastModified=2023-10-03 18:30:25.481275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.483007000, lastModified=2023-10-03 18:30:25.481275000, delta=1732000 ns, racy<=17500 ns 18:30:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.483518000, lastModified=2023-10-03 18:30:25.482275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.483518000, lastModified=2023-10-03 18:30:25.482275000, delta=1243000 ns, racy<=17500 ns 18:30:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.483998000, lastModified=2023-10-03 18:30:25.482275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.483998000, lastModified=2023-10-03 18:30:25.482275000, delta=1723000 ns, racy<=17500 ns 18:30:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.484513000, lastModified=2023-10-03 18:30:25.483275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.484513000, lastModified=2023-10-03 18:30:25.483275000, delta=1238000 ns, racy<=17500 ns 18:30:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.484988000, lastModified=2023-10-03 18:30:25.483275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.484988000, lastModified=2023-10-03 18:30:25.483275000, delta=1713000 ns, racy<=17500 ns 18:30:25.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.485485000, lastModified=2023-10-03 18:30:25.484275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.485485000, lastModified=2023-10-03 18:30:25.484275000, delta=1210000 ns, racy<=17500 ns 18:30:25.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.487868000, lastModified=2023-10-03 18:30:25.484275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.484275000 to 2023-10-03 18:30:25.486275000 18:30:25.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.488421000, lastModified=2023-10-03 18:30:25.487275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.488421000, lastModified=2023-10-03 18:30:25.487275000, delta=1146000 ns, racy<=17500 ns 18:30:25.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.488908000, lastModified=2023-10-03 18:30:25.487275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.488908000, lastModified=2023-10-03 18:30:25.487275000, delta=1633000 ns, racy<=17500 ns 18:30:25.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.489409000, lastModified=2023-10-03 18:30:25.488275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.489409000, lastModified=2023-10-03 18:30:25.488275000, delta=1134000 ns, racy<=17500 ns 18:30:25.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.489922000, lastModified=2023-10-03 18:30:25.488275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.489922000, lastModified=2023-10-03 18:30:25.488275000, delta=1647000 ns, racy<=17500 ns 18:30:25.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.490427000, lastModified=2023-10-03 18:30:25.489275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.490427000, lastModified=2023-10-03 18:30:25.489275000, delta=1152000 ns, racy<=17500 ns 18:30:25.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.490885000, lastModified=2023-10-03 18:30:25.489275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.490885000, lastModified=2023-10-03 18:30:25.489275000, delta=1610000 ns, racy<=17500 ns 18:30:25.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.491363000, lastModified=2023-10-03 18:30:25.490275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.491363000, lastModified=2023-10-03 18:30:25.490275000, delta=1088000 ns, racy<=17500 ns 18:30:25.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.491824000, lastModified=2023-10-03 18:30:25.490275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.491824000, lastModified=2023-10-03 18:30:25.490275000, delta=1549000 ns, racy<=17500 ns 18:30:25.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.492313000, lastModified=2023-10-03 18:30:25.490275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.490275000 to 2023-10-03 18:30:25.491275000 18:30:25.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.492741000, lastModified=2023-10-03 18:30:25.491275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.492741000, lastModified=2023-10-03 18:30:25.491275000, delta=1466000 ns, racy<=17500 ns 18:30:25.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.493205000, lastModified=2023-10-03 18:30:25.491275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.491275000 to 2023-10-03 18:30:25.492275000 18:30:25.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.493649000, lastModified=2023-10-03 18:30:25.492275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.493649000, lastModified=2023-10-03 18:30:25.492275000, delta=1374000 ns, racy<=17500 ns 18:30:25.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.494099000, lastModified=2023-10-03 18:30:25.492275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.492275000 to 2023-10-03 18:30:25.493275000 18:30:25.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.494548000, lastModified=2023-10-03 18:30:25.493275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.494548000, lastModified=2023-10-03 18:30:25.493275000, delta=1273000 ns, racy<=17500 ns 18:30:25.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.495011000, lastModified=2023-10-03 18:30:25.493275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.495011000, lastModified=2023-10-03 18:30:25.493275000, delta=1736000 ns, racy<=17500 ns 18:30:25.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.495531000, lastModified=2023-10-03 18:30:25.494275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.495531000, lastModified=2023-10-03 18:30:25.494275000, delta=1256000 ns, racy<=17500 ns 18:30:25.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.495988000, lastModified=2023-10-03 18:30:25.494275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.495988000, lastModified=2023-10-03 18:30:25.494275000, delta=1713000 ns, racy<=17500 ns 18:30:25.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.496526000, lastModified=2023-10-03 18:30:25.495275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.496526000, lastModified=2023-10-03 18:30:25.495275000, delta=1251000 ns, racy<=17500 ns 18:30:25.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.499295000, lastModified=2023-10-03 18:30:25.497275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.497275000 to 2023-10-03 18:30:25.498275000 18:30:25.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.499783000, lastModified=2023-10-03 18:30:25.498275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.499783000, lastModified=2023-10-03 18:30:25.498275000, delta=1508000 ns, racy<=17500 ns 18:30:25.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.500321000, lastModified=2023-10-03 18:30:25.498275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.498275000 to 2023-10-03 18:30:25.499275000 18:30:25.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.500784000, lastModified=2023-10-03 18:30:25.499275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.500784000, lastModified=2023-10-03 18:30:25.499275000, delta=1509000 ns, racy<=17500 ns 18:30:25.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.501270000, lastModified=2023-10-03 18:30:25.499275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.499275000 to 2023-10-03 18:30:25.500275000 18:30:25.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.501716000, lastModified=2023-10-03 18:30:25.500275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.501716000, lastModified=2023-10-03 18:30:25.500275000, delta=1441000 ns, racy<=17500 ns 18:30:25.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.502186000, lastModified=2023-10-03 18:30:25.500275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.500275000 to 2023-10-03 18:30:25.501275000 18:30:25.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.502691000, lastModified=2023-10-03 18:30:25.501275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.502691000, lastModified=2023-10-03 18:30:25.501275000, delta=1416000 ns, racy<=17500 ns 18:30:25.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.503184000, lastModified=2023-10-03 18:30:25.501275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.501275000 to 2023-10-03 18:30:25.502275000 18:30:25.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.503627000, lastModified=2023-10-03 18:30:25.502275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.503627000, lastModified=2023-10-03 18:30:25.502275000, delta=1352000 ns, racy<=17500 ns 18:30:25.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.504084000, lastModified=2023-10-03 18:30:25.502275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.502275000 to 2023-10-03 18:30:25.503275000 18:30:25.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.504540000, lastModified=2023-10-03 18:30:25.503275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.504540000, lastModified=2023-10-03 18:30:25.503275000, delta=1265000 ns, racy<=17500 ns 18:30:25.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.504995000, lastModified=2023-10-03 18:30:25.503275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.504995000, lastModified=2023-10-03 18:30:25.503275000, delta=1720000 ns, racy<=17500 ns 18:30:25.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.505474000, lastModified=2023-10-03 18:30:25.504275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.505474000, lastModified=2023-10-03 18:30:25.504275000, delta=1199000 ns, racy<=17500 ns 18:30:25.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.505929000, lastModified=2023-10-03 18:30:25.504275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.505929000, lastModified=2023-10-03 18:30:25.504275000, delta=1654000 ns, racy<=17500 ns 18:30:25.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.506437000, lastModified=2023-10-03 18:30:25.505275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.506437000, lastModified=2023-10-03 18:30:25.505275000, delta=1162000 ns, racy<=17500 ns 18:30:25.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.506892000, lastModified=2023-10-03 18:30:25.505275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.506892000, lastModified=2023-10-03 18:30:25.505275000, delta=1617000 ns, racy<=17500 ns 18:30:25.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.507366000, lastModified=2023-10-03 18:30:25.506275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.507366000, lastModified=2023-10-03 18:30:25.506275000, delta=1091000 ns, racy<=17500 ns 18:30:25.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.511018000, lastModified=2023-10-03 18:30:25.506275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.506275000 to 2023-10-03 18:30:25.510275000 18:30:25.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.511624000, lastModified=2023-10-03 18:30:25.510275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.511624000, lastModified=2023-10-03 18:30:25.510275000, delta=1349000 ns, racy<=17500 ns 18:30:25.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.512127000, lastModified=2023-10-03 18:30:25.510275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.510275000 to 2023-10-03 18:30:25.511275000 18:30:25.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.512612000, lastModified=2023-10-03 18:30:25.511275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.512612000, lastModified=2023-10-03 18:30:25.511275000, delta=1337000 ns, racy<=17500 ns 18:30:25.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.513085000, lastModified=2023-10-03 18:30:25.511275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.511275000 to 2023-10-03 18:30:25.512275000 18:30:25.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.513547000, lastModified=2023-10-03 18:30:25.512275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.513547000, lastModified=2023-10-03 18:30:25.512275000, delta=1272000 ns, racy<=17500 ns 18:30:25.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.514017000, lastModified=2023-10-03 18:30:25.512275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.514017000, lastModified=2023-10-03 18:30:25.512275000, delta=1742000 ns, racy<=17500 ns 18:30:25.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.514521000, lastModified=2023-10-03 18:30:25.513275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.514521000, lastModified=2023-10-03 18:30:25.513275000, delta=1246000 ns, racy<=17500 ns 18:30:25.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.514988000, lastModified=2023-10-03 18:30:25.513275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.514988000, lastModified=2023-10-03 18:30:25.513275000, delta=1713000 ns, racy<=17500 ns 18:30:25.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.515506000, lastModified=2023-10-03 18:30:25.514275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.515506000, lastModified=2023-10-03 18:30:25.514275000, delta=1231000 ns, racy<=17500 ns 18:30:25.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.515968000, lastModified=2023-10-03 18:30:25.514275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.515968000, lastModified=2023-10-03 18:30:25.514275000, delta=1693000 ns, racy<=17500 ns 18:30:25.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.516514000, lastModified=2023-10-03 18:30:25.515275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.516514000, lastModified=2023-10-03 18:30:25.515275000, delta=1239000 ns, racy<=17500 ns 18:30:25.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.516972000, lastModified=2023-10-03 18:30:25.515275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.516972000, lastModified=2023-10-03 18:30:25.515275000, delta=1697000 ns, racy<=17500 ns 18:30:25.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.517454000, lastModified=2023-10-03 18:30:25.516275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.517454000, lastModified=2023-10-03 18:30:25.516275000, delta=1179000 ns, racy<=17500 ns 18:30:25.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.517912000, lastModified=2023-10-03 18:30:25.516275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.517912000, lastModified=2023-10-03 18:30:25.516275000, delta=1637000 ns, racy<=17500 ns 18:30:25.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.518390000, lastModified=2023-10-03 18:30:25.517275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.518390000, lastModified=2023-10-03 18:30:25.517275000, delta=1115000 ns, racy<=17500 ns 18:30:25.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.518871000, lastModified=2023-10-03 18:30:25.517275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.518871000, lastModified=2023-10-03 18:30:25.517275000, delta=1596000 ns, racy<=17500 ns 18:30:25.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.519368000, lastModified=2023-10-03 18:30:25.518275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.519368000, lastModified=2023-10-03 18:30:25.518275000, delta=1093000 ns, racy<=17500 ns 18:30:25.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.519862000, lastModified=2023-10-03 18:30:25.518275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.519862000, lastModified=2023-10-03 18:30:25.518275000, delta=1587000 ns, racy<=17500 ns 18:30:25.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.522536000, lastModified=2023-10-03 18:30:25.521275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.522536000, lastModified=2023-10-03 18:30:25.521275000, delta=1261000 ns, racy<=17500 ns 18:30:25.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.523082000, lastModified=2023-10-03 18:30:25.521275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.521275000 to 2023-10-03 18:30:25.522275000 18:30:25.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.523672000, lastModified=2023-10-03 18:30:25.522275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.523672000, lastModified=2023-10-03 18:30:25.522275000, delta=1397000 ns, racy<=17500 ns 18:30:25.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.524168000, lastModified=2023-10-03 18:30:25.522275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.522275000 to 2023-10-03 18:30:25.523275000 18:30:25.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.524660000, lastModified=2023-10-03 18:30:25.523275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.524660000, lastModified=2023-10-03 18:30:25.523275000, delta=1385000 ns, racy<=17500 ns 18:30:25.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.525145000, lastModified=2023-10-03 18:30:25.523275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.523275000 to 2023-10-03 18:30:25.524275000 18:30:25.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.525630000, lastModified=2023-10-03 18:30:25.524275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.525630000, lastModified=2023-10-03 18:30:25.524275000, delta=1355000 ns, racy<=17500 ns 18:30:25.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.526117000, lastModified=2023-10-03 18:30:25.524275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.524275000 to 2023-10-03 18:30:25.525275000 18:30:25.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.526614000, lastModified=2023-10-03 18:30:25.525275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.526614000, lastModified=2023-10-03 18:30:25.525275000, delta=1339000 ns, racy<=17500 ns 18:30:25.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.527108000, lastModified=2023-10-03 18:30:25.525275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.525275000 to 2023-10-03 18:30:25.526275000 18:30:25.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.527580000, lastModified=2023-10-03 18:30:25.526275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.527580000, lastModified=2023-10-03 18:30:25.526275000, delta=1305000 ns, racy<=17500 ns 18:30:25.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.528040000, lastModified=2023-10-03 18:30:25.526275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.528040000, lastModified=2023-10-03 18:30:25.526275000, delta=1765000 ns, racy<=17500 ns 18:30:25.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.528565000, lastModified=2023-10-03 18:30:25.527275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.528565000, lastModified=2023-10-03 18:30:25.527275000, delta=1290000 ns, racy<=17500 ns 18:30:25.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.529024000, lastModified=2023-10-03 18:30:25.527275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.529024000, lastModified=2023-10-03 18:30:25.527275000, delta=1749000 ns, racy<=17500 ns 18:30:25.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.529519000, lastModified=2023-10-03 18:30:25.528275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.529519000, lastModified=2023-10-03 18:30:25.528275000, delta=1244000 ns, racy<=17500 ns 18:30:25.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.530009000, lastModified=2023-10-03 18:30:25.528275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.530009000, lastModified=2023-10-03 18:30:25.528275000, delta=1734000 ns, racy<=17500 ns 18:30:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.530504000, lastModified=2023-10-03 18:30:25.529275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.530504000, lastModified=2023-10-03 18:30:25.529275000, delta=1229000 ns, racy<=17500 ns 18:30:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.530974000, lastModified=2023-10-03 18:30:25.529275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.530974000, lastModified=2023-10-03 18:30:25.529275000, delta=1699000 ns, racy<=17500 ns 18:30:25.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.533296000, lastModified=2023-10-03 18:30:25.530275000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.530275000 to 2023-10-03 18:30:25.532276000 18:30:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.533824000, lastModified=2023-10-03 18:30:25.532276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.533824000, lastModified=2023-10-03 18:30:25.532276000, delta=1548000 ns, racy<=17500 ns 18:30:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.534355000, lastModified=2023-10-03 18:30:25.533276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.534355000, lastModified=2023-10-03 18:30:25.533276000, delta=1079000 ns, racy<=17500 ns 18:30:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.534848000, lastModified=2023-10-03 18:30:25.533276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.534848000, lastModified=2023-10-03 18:30:25.533276000, delta=1572000 ns, racy<=17500 ns 18:30:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.535335000, lastModified=2023-10-03 18:30:25.534276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.535335000, lastModified=2023-10-03 18:30:25.534276000, delta=1059000 ns, racy<=17500 ns 18:30:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.535813000, lastModified=2023-10-03 18:30:25.534276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.535813000, lastModified=2023-10-03 18:30:25.534276000, delta=1537000 ns, racy<=17500 ns 18:30:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.536292000, lastModified=2023-10-03 18:30:25.534276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.534276000 to 2023-10-03 18:30:25.579276000 18:30:25.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.581625000, lastModified=2023-10-03 18:30:25.580276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.581625000, lastModified=2023-10-03 18:30:25.580276000, delta=1349000 ns, racy<=17500 ns 18:30:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.582197000, lastModified=2023-10-03 18:30:25.580276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.580276000 to 2023-10-03 18:30:25.581276000 18:30:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.582721000, lastModified=2023-10-03 18:30:25.581276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.582721000, lastModified=2023-10-03 18:30:25.581276000, delta=1445000 ns, racy<=17500 ns 18:30:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.583206000, lastModified=2023-10-03 18:30:25.581276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.581276000 to 2023-10-03 18:30:25.582276000 18:30:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.583702000, lastModified=2023-10-03 18:30:25.582276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.583702000, lastModified=2023-10-03 18:30:25.582276000, delta=1426000 ns, racy<=17500 ns 18:30:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.584183000, lastModified=2023-10-03 18:30:25.582276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.582276000 to 2023-10-03 18:30:25.583276000 18:30:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.584652000, lastModified=2023-10-03 18:30:25.583276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.584652000, lastModified=2023-10-03 18:30:25.583276000, delta=1376000 ns, racy<=17500 ns 18:30:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.585118000, lastModified=2023-10-03 18:30:25.583276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.583276000 to 2023-10-03 18:30:25.584276000 18:30:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.585576000, lastModified=2023-10-03 18:30:25.584276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.585576000, lastModified=2023-10-03 18:30:25.584276000, delta=1300000 ns, racy<=17500 ns 18:30:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.586040000, lastModified=2023-10-03 18:30:25.584276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.586040000, lastModified=2023-10-03 18:30:25.584276000, delta=1764000 ns, racy<=17500 ns 18:30:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.586521000, lastModified=2023-10-03 18:30:25.585276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.586521000, lastModified=2023-10-03 18:30:25.585276000, delta=1245000 ns, racy<=17500 ns 18:30:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.586989000, lastModified=2023-10-03 18:30:25.585276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.586989000, lastModified=2023-10-03 18:30:25.585276000, delta=1713000 ns, racy<=17500 ns 18:30:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.589496000, lastModified=2023-10-03 18:30:25.588276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.589496000, lastModified=2023-10-03 18:30:25.588276000, delta=1220000 ns, racy<=17500 ns 18:30:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.590001000, lastModified=2023-10-03 18:30:25.588276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.590001000, lastModified=2023-10-03 18:30:25.588276000, delta=1725000 ns, racy<=17500 ns 18:30:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.590541000, lastModified=2023-10-03 18:30:25.589276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.590541000, lastModified=2023-10-03 18:30:25.589276000, delta=1265000 ns, racy<=17500 ns 18:30:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.591048000, lastModified=2023-10-03 18:30:25.589276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.591048000, lastModified=2023-10-03 18:30:25.589276000, delta=1772000 ns, racy<=17500 ns 18:30:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.591566000, lastModified=2023-10-03 18:30:25.590276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.591566000, lastModified=2023-10-03 18:30:25.590276000, delta=1290000 ns, racy<=17500 ns 18:30:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.592026000, lastModified=2023-10-03 18:30:25.590276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.592026000, lastModified=2023-10-03 18:30:25.590276000, delta=1750000 ns, racy<=17500 ns 18:30:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.592524000, lastModified=2023-10-03 18:30:25.591276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.592524000, lastModified=2023-10-03 18:30:25.591276000, delta=1248000 ns, racy<=17500 ns 18:30:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.592985000, lastModified=2023-10-03 18:30:25.591276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.592985000, lastModified=2023-10-03 18:30:25.591276000, delta=1709000 ns, racy<=17500 ns 18:30:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.593472000, lastModified=2023-10-03 18:30:25.592276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.593472000, lastModified=2023-10-03 18:30:25.592276000, delta=1196000 ns, racy<=17500 ns 18:30:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.593937000, lastModified=2023-10-03 18:30:25.592276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.593937000, lastModified=2023-10-03 18:30:25.592276000, delta=1661000 ns, racy<=17500 ns 18:30:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.594428000, lastModified=2023-10-03 18:30:25.593276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.594428000, lastModified=2023-10-03 18:30:25.593276000, delta=1152000 ns, racy<=17500 ns 18:30:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.594887000, lastModified=2023-10-03 18:30:25.593276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.594887000, lastModified=2023-10-03 18:30:25.593276000, delta=1611000 ns, racy<=17500 ns 18:30:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.595382000, lastModified=2023-10-03 18:30:25.594276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.595382000, lastModified=2023-10-03 18:30:25.594276000, delta=1106000 ns, racy<=17500 ns 18:30:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.595854000, lastModified=2023-10-03 18:30:25.594276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.595854000, lastModified=2023-10-03 18:30:25.594276000, delta=1578000 ns, racy<=17500 ns 18:30:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.596330000, lastModified=2023-10-03 18:30:25.595276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.596330000, lastModified=2023-10-03 18:30:25.595276000, delta=1054000 ns, racy<=17500 ns 18:30:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.596792000, lastModified=2023-10-03 18:30:25.595276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.596792000, lastModified=2023-10-03 18:30:25.595276000, delta=1516000 ns, racy<=17500 ns 18:30:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.597265000, lastModified=2023-10-03 18:30:25.595276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.595276000 to 2023-10-03 18:30:25.596276000 18:30:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.597698000, lastModified=2023-10-03 18:30:25.596276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.597698000, lastModified=2023-10-03 18:30:25.596276000, delta=1422000 ns, racy<=17500 ns 18:30:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.599994000, lastModified=2023-10-03 18:30:25.596276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.596276000 to 2023-10-03 18:30:25.599276000 18:30:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.600577000, lastModified=2023-10-03 18:30:25.599276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.600577000, lastModified=2023-10-03 18:30:25.599276000, delta=1301000 ns, racy<=17500 ns 18:30:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.601059000, lastModified=2023-10-03 18:30:25.599276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.599276000 to 2023-10-03 18:30:25.600276000 18:30:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.601532000, lastModified=2023-10-03 18:30:25.600276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.601532000, lastModified=2023-10-03 18:30:25.600276000, delta=1256000 ns, racy<=17500 ns 18:30:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.601994000, lastModified=2023-10-03 18:30:25.600276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.601994000, lastModified=2023-10-03 18:30:25.600276000, delta=1718000 ns, racy<=17500 ns 18:30:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.602500000, lastModified=2023-10-03 18:30:25.601276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.602500000, lastModified=2023-10-03 18:30:25.601276000, delta=1224000 ns, racy<=17500 ns 18:30:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.602962000, lastModified=2023-10-03 18:30:25.601276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.602962000, lastModified=2023-10-03 18:30:25.601276000, delta=1686000 ns, racy<=17500 ns 18:30:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.603438000, lastModified=2023-10-03 18:30:25.602276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.603438000, lastModified=2023-10-03 18:30:25.602276000, delta=1162000 ns, racy<=17500 ns 18:30:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.603901000, lastModified=2023-10-03 18:30:25.602276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.603901000, lastModified=2023-10-03 18:30:25.602276000, delta=1625000 ns, racy<=17500 ns 18:30:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.604385000, lastModified=2023-10-03 18:30:25.603276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.604385000, lastModified=2023-10-03 18:30:25.603276000, delta=1109000 ns, racy<=17500 ns 18:30:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.604855000, lastModified=2023-10-03 18:30:25.603276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.604855000, lastModified=2023-10-03 18:30:25.603276000, delta=1579000 ns, racy<=17500 ns 18:30:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.605365000, lastModified=2023-10-03 18:30:25.604276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.605365000, lastModified=2023-10-03 18:30:25.604276000, delta=1089000 ns, racy<=17500 ns 18:30:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.605829000, lastModified=2023-10-03 18:30:25.604276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.605829000, lastModified=2023-10-03 18:30:25.604276000, delta=1553000 ns, racy<=17500 ns 18:30:25.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.606330000, lastModified=2023-10-03 18:30:25.605276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.606330000, lastModified=2023-10-03 18:30:25.605276000, delta=1054000 ns, racy<=17500 ns 18:30:25.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.606797000, lastModified=2023-10-03 18:30:25.605276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.606797000, lastModified=2023-10-03 18:30:25.605276000, delta=1521000 ns, racy<=17500 ns 18:30:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.607319000, lastModified=2023-10-03 18:30:25.605276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.605276000 to 2023-10-03 18:30:25.606276000 18:30:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.607750000, lastModified=2023-10-03 18:30:25.606276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.607750000, lastModified=2023-10-03 18:30:25.606276000, delta=1474000 ns, racy<=17500 ns 18:30:25.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.608213000, lastModified=2023-10-03 18:30:25.606276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.606276000 to 2023-10-03 18:30:25.607276000 18:30:25.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.608651000, lastModified=2023-10-03 18:30:25.607276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.608651000, lastModified=2023-10-03 18:30:25.607276000, delta=1375000 ns, racy<=17500 ns 18:30:25.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.611149000, lastModified=2023-10-03 18:30:25.609276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.609276000 to 2023-10-03 18:30:25.610276000 18:30:25.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.611650000, lastModified=2023-10-03 18:30:25.610276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.611650000, lastModified=2023-10-03 18:30:25.610276000, delta=1374000 ns, racy<=17500 ns 18:30:25.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.612118000, lastModified=2023-10-03 18:30:25.610276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.610276000 to 2023-10-03 18:30:25.611276000 18:30:25.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.612573000, lastModified=2023-10-03 18:30:25.611276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.612573000, lastModified=2023-10-03 18:30:25.611276000, delta=1297000 ns, racy<=17500 ns 18:30:25.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.613032000, lastModified=2023-10-03 18:30:25.611276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.613032000, lastModified=2023-10-03 18:30:25.611276000, delta=1756000 ns, racy<=17500 ns 18:30:25.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.613527000, lastModified=2023-10-03 18:30:25.612276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.613527000, lastModified=2023-10-03 18:30:25.612276000, delta=1251000 ns, racy<=17500 ns 18:30:25.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.613995000, lastModified=2023-10-03 18:30:25.612276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.613995000, lastModified=2023-10-03 18:30:25.612276000, delta=1719000 ns, racy<=17500 ns 18:30:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.614474000, lastModified=2023-10-03 18:30:25.613276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.614474000, lastModified=2023-10-03 18:30:25.613276000, delta=1198000 ns, racy<=17500 ns 18:30:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.614930000, lastModified=2023-10-03 18:30:25.613276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.614930000, lastModified=2023-10-03 18:30:25.613276000, delta=1654000 ns, racy<=17500 ns 18:30:25.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.615425000, lastModified=2023-10-03 18:30:25.614276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.615425000, lastModified=2023-10-03 18:30:25.614276000, delta=1149000 ns, racy<=17500 ns 18:30:25.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.615888000, lastModified=2023-10-03 18:30:25.614276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.615888000, lastModified=2023-10-03 18:30:25.614276000, delta=1612000 ns, racy<=17500 ns 18:30:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.616358000, lastModified=2023-10-03 18:30:25.615276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.616358000, lastModified=2023-10-03 18:30:25.615276000, delta=1082000 ns, racy<=17500 ns 18:30:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.616825000, lastModified=2023-10-03 18:30:25.615276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.616825000, lastModified=2023-10-03 18:30:25.615276000, delta=1549000 ns, racy<=17500 ns 18:30:25.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.617293000, lastModified=2023-10-03 18:30:25.615276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.615276000 to 2023-10-03 18:30:25.616276000 18:30:25.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.617729000, lastModified=2023-10-03 18:30:25.616276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.617729000, lastModified=2023-10-03 18:30:25.616276000, delta=1453000 ns, racy<=17500 ns 18:30:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.618216000, lastModified=2023-10-03 18:30:25.616276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.616276000 to 2023-10-03 18:30:25.617276000 18:30:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.618658000, lastModified=2023-10-03 18:30:25.617276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.618658000, lastModified=2023-10-03 18:30:25.617276000, delta=1382000 ns, racy<=17500 ns 18:30:25.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.619179000, lastModified=2023-10-03 18:30:25.617276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.617276000 to 2023-10-03 18:30:25.618276000 18:30:25.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.621463000, lastModified=2023-10-03 18:30:25.618276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.618276000 to 2023-10-03 18:30:25.620276000 18:30:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.622008000, lastModified=2023-10-03 18:30:25.620276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.622008000, lastModified=2023-10-03 18:30:25.620276000, delta=1732000 ns, racy<=17500 ns 18:30:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.622567000, lastModified=2023-10-03 18:30:25.621276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.622567000, lastModified=2023-10-03 18:30:25.621276000, delta=1291000 ns, racy<=17500 ns 18:30:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.623053000, lastModified=2023-10-03 18:30:25.621276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.621276000 to 2023-10-03 18:30:25.622276000 18:30:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.623526000, lastModified=2023-10-03 18:30:25.622276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.623526000, lastModified=2023-10-03 18:30:25.622276000, delta=1250000 ns, racy<=17500 ns 18:30:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.623991000, lastModified=2023-10-03 18:30:25.622276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.623991000, lastModified=2023-10-03 18:30:25.622276000, delta=1715000 ns, racy<=17500 ns 18:30:25.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.624525000, lastModified=2023-10-03 18:30:25.623276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.624525000, lastModified=2023-10-03 18:30:25.623276000, delta=1249000 ns, racy<=17500 ns 18:30:25.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.625008000, lastModified=2023-10-03 18:30:25.623276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.625008000, lastModified=2023-10-03 18:30:25.623276000, delta=1732000 ns, racy<=17500 ns 18:30:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.625542000, lastModified=2023-10-03 18:30:25.624276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.625542000, lastModified=2023-10-03 18:30:25.624276000, delta=1266000 ns, racy<=17500 ns 18:30:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.626008000, lastModified=2023-10-03 18:30:25.624276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.626008000, lastModified=2023-10-03 18:30:25.624276000, delta=1732000 ns, racy<=17500 ns 18:30:25.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.626520000, lastModified=2023-10-03 18:30:25.625276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.626520000, lastModified=2023-10-03 18:30:25.625276000, delta=1244000 ns, racy<=17500 ns 18:30:25.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.626975000, lastModified=2023-10-03 18:30:25.625276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.626975000, lastModified=2023-10-03 18:30:25.625276000, delta=1699000 ns, racy<=17500 ns 18:30:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.627460000, lastModified=2023-10-03 18:30:25.626276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.627460000, lastModified=2023-10-03 18:30:25.626276000, delta=1184000 ns, racy<=17500 ns 18:30:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.627930000, lastModified=2023-10-03 18:30:25.626276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.627930000, lastModified=2023-10-03 18:30:25.626276000, delta=1654000 ns, racy<=17500 ns 18:30:25.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.628398000, lastModified=2023-10-03 18:30:25.627276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.628398000, lastModified=2023-10-03 18:30:25.627276000, delta=1122000 ns, racy<=17500 ns 18:30:25.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.628858000, lastModified=2023-10-03 18:30:25.627276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.628858000, lastModified=2023-10-03 18:30:25.627276000, delta=1582000 ns, racy<=17500 ns 18:30:25.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.629333000, lastModified=2023-10-03 18:30:25.628276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.629333000, lastModified=2023-10-03 18:30:25.628276000, delta=1057000 ns, racy<=17500 ns 18:30:25.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.629788000, lastModified=2023-10-03 18:30:25.628276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.629788000, lastModified=2023-10-03 18:30:25.628276000, delta=1512000 ns, racy<=17500 ns 18:30:25.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.630262000, lastModified=2023-10-03 18:30:25.628276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.628276000 to 2023-10-03 18:30:25.629276000 18:30:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.632620000, lastModified=2023-10-03 18:30:25.631276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.632620000, lastModified=2023-10-03 18:30:25.631276000, delta=1344000 ns, racy<=17500 ns 18:30:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.633074000, lastModified=2023-10-03 18:30:25.631276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.631276000 to 2023-10-03 18:30:25.632276000 18:30:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.633526000, lastModified=2023-10-03 18:30:25.632276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.633526000, lastModified=2023-10-03 18:30:25.632276000, delta=1250000 ns, racy<=17500 ns 18:30:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.633972000, lastModified=2023-10-03 18:30:25.632276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.633972000, lastModified=2023-10-03 18:30:25.632276000, delta=1696000 ns, racy<=17500 ns 18:30:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.634444000, lastModified=2023-10-03 18:30:25.633276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.634444000, lastModified=2023-10-03 18:30:25.633276000, delta=1168000 ns, racy<=17500 ns 18:30:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.634928000, lastModified=2023-10-03 18:30:25.633276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.634928000, lastModified=2023-10-03 18:30:25.633276000, delta=1652000 ns, racy<=17500 ns 18:30:25.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.635406000, lastModified=2023-10-03 18:30:25.634276000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.634276000 to 2023-10-03 18:30:25.679277000 18:30:25.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.681628000, lastModified=2023-10-03 18:30:25.681277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.681628000, lastModified=2023-10-03 18:30:25.681277000, delta=351000 ns, racy<=17500 ns 18:30:25.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.682219000, lastModified=2023-10-03 18:30:25.681277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.682219000, lastModified=2023-10-03 18:30:25.681277000, delta=942000 ns, racy<=17500 ns 18:30:25.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.682714000, lastModified=2023-10-03 18:30:25.681277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.682714000, lastModified=2023-10-03 18:30:25.681277000, delta=1437000 ns, racy<=17500 ns 18:30:25.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.683210000, lastModified=2023-10-03 18:30:25.681277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.681277000 to 2023-10-03 18:30:25.682277000 18:30:25.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.683689000, lastModified=2023-10-03 18:30:25.682277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.683689000, lastModified=2023-10-03 18:30:25.682277000, delta=1412000 ns, racy<=17500 ns 18:30:25.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.684148000, lastModified=2023-10-03 18:30:25.682277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.682277000 to 2023-10-03 18:30:25.683277000 18:30:25.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.684619000, lastModified=2023-10-03 18:30:25.683277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.684619000, lastModified=2023-10-03 18:30:25.683277000, delta=1342000 ns, racy<=17500 ns 18:30:25.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.685078000, lastModified=2023-10-03 18:30:25.683277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.683277000 to 2023-10-03 18:30:25.684277000 18:30:25.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.685534000, lastModified=2023-10-03 18:30:25.684277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.685534000, lastModified=2023-10-03 18:30:25.684277000, delta=1257000 ns, racy<=17500 ns 18:30:25.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.685998000, lastModified=2023-10-03 18:30:25.684277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.685998000, lastModified=2023-10-03 18:30:25.684277000, delta=1721000 ns, racy<=17500 ns 18:30:25.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.686483000, lastModified=2023-10-03 18:30:25.685277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.686483000, lastModified=2023-10-03 18:30:25.685277000, delta=1206000 ns, racy<=17500 ns 18:30:25.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.688912000, lastModified=2023-10-03 18:30:25.685277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.685277000 to 2023-10-03 18:30:25.687277000 18:30:25.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.689499000, lastModified=2023-10-03 18:30:25.689277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.689499000, lastModified=2023-10-03 18:30:25.689277000, delta=222000 ns, racy<=17500 ns 18:30:25.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.689981000, lastModified=2023-10-03 18:30:25.689277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.689981000, lastModified=2023-10-03 18:30:25.689277000, delta=704000 ns, racy<=17500 ns 18:30:25.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.690477000, lastModified=2023-10-03 18:30:25.689277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.690477000, lastModified=2023-10-03 18:30:25.689277000, delta=1200000 ns, racy<=17500 ns 18:30:25.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.690949000, lastModified=2023-10-03 18:30:25.689277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.690949000, lastModified=2023-10-03 18:30:25.689277000, delta=1672000 ns, racy<=17500 ns 18:30:25.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.691430000, lastModified=2023-10-03 18:30:25.690277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.691430000, lastModified=2023-10-03 18:30:25.690277000, delta=1153000 ns, racy<=17500 ns 18:30:25.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.691904000, lastModified=2023-10-03 18:30:25.690277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.691904000, lastModified=2023-10-03 18:30:25.690277000, delta=1627000 ns, racy<=17500 ns 18:30:25.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.692375000, lastModified=2023-10-03 18:30:25.691277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.692375000, lastModified=2023-10-03 18:30:25.691277000, delta=1098000 ns, racy<=17500 ns 18:30:25.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.692848000, lastModified=2023-10-03 18:30:25.691277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.692848000, lastModified=2023-10-03 18:30:25.691277000, delta=1571000 ns, racy<=17500 ns 18:30:25.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.693348000, lastModified=2023-10-03 18:30:25.692277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.693348000, lastModified=2023-10-03 18:30:25.692277000, delta=1071000 ns, racy<=17500 ns 18:30:25.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.693808000, lastModified=2023-10-03 18:30:25.692277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.693808000, lastModified=2023-10-03 18:30:25.692277000, delta=1531000 ns, racy<=17500 ns 18:30:25.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.694291000, lastModified=2023-10-03 18:30:25.692277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.692277000 to 2023-10-03 18:30:25.693277000 18:30:25.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.694757000, lastModified=2023-10-03 18:30:25.693277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.694757000, lastModified=2023-10-03 18:30:25.693277000, delta=1480000 ns, racy<=17500 ns 18:30:25.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.695240000, lastModified=2023-10-03 18:30:25.693277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.693277000 to 2023-10-03 18:30:25.694277000 18:30:25.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.695694000, lastModified=2023-10-03 18:30:25.694277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.695694000, lastModified=2023-10-03 18:30:25.694277000, delta=1417000 ns, racy<=17500 ns 18:30:25.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.696143000, lastModified=2023-10-03 18:30:25.694277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.694277000 to 2023-10-03 18:30:25.695277000 18:30:25.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.696598000, lastModified=2023-10-03 18:30:25.695277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.696598000, lastModified=2023-10-03 18:30:25.695277000, delta=1321000 ns, racy<=17500 ns 18:30:25.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.697052000, lastModified=2023-10-03 18:30:25.695277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.695277000 to 2023-10-03 18:30:25.696277000 18:30:25.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.697519000, lastModified=2023-10-03 18:30:25.696277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.697519000, lastModified=2023-10-03 18:30:25.696277000, delta=1242000 ns, racy<=17500 ns 18:30:25.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.699881000, lastModified=2023-10-03 18:30:25.698277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.699881000, lastModified=2023-10-03 18:30:25.698277000, delta=1604000 ns, racy<=17500 ns 18:30:25.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.700416000, lastModified=2023-10-03 18:30:25.699277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.700416000, lastModified=2023-10-03 18:30:25.699277000, delta=1139000 ns, racy<=17500 ns 18:30:25.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.700917000, lastModified=2023-10-03 18:30:25.699277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.700917000, lastModified=2023-10-03 18:30:25.699277000, delta=1640000 ns, racy<=17500 ns 18:30:25.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.701413000, lastModified=2023-10-03 18:30:25.700277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.701413000, lastModified=2023-10-03 18:30:25.700277000, delta=1136000 ns, racy<=17500 ns 18:30:25.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.701895000, lastModified=2023-10-03 18:30:25.700277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.701895000, lastModified=2023-10-03 18:30:25.700277000, delta=1618000 ns, racy<=17500 ns 18:30:25.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.702410000, lastModified=2023-10-03 18:30:25.701277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.702410000, lastModified=2023-10-03 18:30:25.701277000, delta=1133000 ns, racy<=17500 ns 18:30:25.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.702883000, lastModified=2023-10-03 18:30:25.701277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.702883000, lastModified=2023-10-03 18:30:25.701277000, delta=1606000 ns, racy<=17500 ns 18:30:25.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.703374000, lastModified=2023-10-03 18:30:25.702277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.703374000, lastModified=2023-10-03 18:30:25.702277000, delta=1097000 ns, racy<=17500 ns 18:30:25.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.703843000, lastModified=2023-10-03 18:30:25.702277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.703843000, lastModified=2023-10-03 18:30:25.702277000, delta=1566000 ns, racy<=17500 ns 18:30:25.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.704337000, lastModified=2023-10-03 18:30:25.703277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.704337000, lastModified=2023-10-03 18:30:25.703277000, delta=1060000 ns, racy<=17500 ns 18:30:25.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.704817000, lastModified=2023-10-03 18:30:25.703277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.704817000, lastModified=2023-10-03 18:30:25.703277000, delta=1540000 ns, racy<=17500 ns 18:30:25.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.705318000, lastModified=2023-10-03 18:30:25.704277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.705318000, lastModified=2023-10-03 18:30:25.704277000, delta=1041000 ns, racy<=17500 ns 18:30:25.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.705784000, lastModified=2023-10-03 18:30:25.704277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.705784000, lastModified=2023-10-03 18:30:25.704277000, delta=1507000 ns, racy<=17500 ns 18:30:25.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.706264000, lastModified=2023-10-03 18:30:25.704277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.704277000 to 2023-10-03 18:30:25.705277000 18:30:25.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.706702000, lastModified=2023-10-03 18:30:25.705277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.706702000, lastModified=2023-10-03 18:30:25.705277000, delta=1425000 ns, racy<=17500 ns 18:30:25.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.707149000, lastModified=2023-10-03 18:30:25.705277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.705277000 to 2023-10-03 18:30:25.706277000 18:30:25.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.707597000, lastModified=2023-10-03 18:30:25.706277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.707597000, lastModified=2023-10-03 18:30:25.706277000, delta=1320000 ns, racy<=17500 ns 18:30:25.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.708046000, lastModified=2023-10-03 18:30:25.706277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.708046000, lastModified=2023-10-03 18:30:25.706277000, delta=1769000 ns, racy<=17500 ns 18:30:25.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.710367000, lastModified=2023-10-03 18:30:25.707277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.707277000 to 2023-10-03 18:30:25.709277000 18:30:25.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.710904000, lastModified=2023-10-03 18:30:25.709277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.710904000, lastModified=2023-10-03 18:30:25.709277000, delta=1627000 ns, racy<=17500 ns 18:30:25.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.711408000, lastModified=2023-10-03 18:30:25.710277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.711408000, lastModified=2023-10-03 18:30:25.710277000, delta=1131000 ns, racy<=17500 ns 18:30:25.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.711885000, lastModified=2023-10-03 18:30:25.710277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.711885000, lastModified=2023-10-03 18:30:25.710277000, delta=1608000 ns, racy<=17500 ns 18:30:25.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.712379000, lastModified=2023-10-03 18:30:25.711277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.712379000, lastModified=2023-10-03 18:30:25.711277000, delta=1102000 ns, racy<=17500 ns 18:30:25.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.712863000, lastModified=2023-10-03 18:30:25.711277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.712863000, lastModified=2023-10-03 18:30:25.711277000, delta=1586000 ns, racy<=17500 ns 18:30:25.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.713388000, lastModified=2023-10-03 18:30:25.712277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.713388000, lastModified=2023-10-03 18:30:25.712277000, delta=1111000 ns, racy<=17500 ns 18:30:25.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.713853000, lastModified=2023-10-03 18:30:25.712277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.713853000, lastModified=2023-10-03 18:30:25.712277000, delta=1576000 ns, racy<=17500 ns 18:30:25.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.714334000, lastModified=2023-10-03 18:30:25.713277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.714334000, lastModified=2023-10-03 18:30:25.713277000, delta=1057000 ns, racy<=17500 ns 18:30:25.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.714797000, lastModified=2023-10-03 18:30:25.713277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.714797000, lastModified=2023-10-03 18:30:25.713277000, delta=1520000 ns, racy<=17500 ns 18:30:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.715275000, lastModified=2023-10-03 18:30:25.713277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.713277000 to 2023-10-03 18:30:25.714277000 18:30:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.715710000, lastModified=2023-10-03 18:30:25.714277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.715710000, lastModified=2023-10-03 18:30:25.714277000, delta=1433000 ns, racy<=17500 ns 18:30:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.716174000, lastModified=2023-10-03 18:30:25.714277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.714277000 to 2023-10-03 18:30:25.715277000 18:30:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.716615000, lastModified=2023-10-03 18:30:25.715277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.716615000, lastModified=2023-10-03 18:30:25.715277000, delta=1338000 ns, racy<=17500 ns 18:30:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.717062000, lastModified=2023-10-03 18:30:25.715277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.715277000 to 2023-10-03 18:30:25.716277000 18:30:25.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.717523000, lastModified=2023-10-03 18:30:25.716277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.717523000, lastModified=2023-10-03 18:30:25.716277000, delta=1246000 ns, racy<=17500 ns 18:30:25.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.717978000, lastModified=2023-10-03 18:30:25.716277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.717978000, lastModified=2023-10-03 18:30:25.716277000, delta=1701000 ns, racy<=17500 ns 18:30:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.718450000, lastModified=2023-10-03 18:30:25.717277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.718450000, lastModified=2023-10-03 18:30:25.717277000, delta=1173000 ns, racy<=17500 ns 18:30:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.718904000, lastModified=2023-10-03 18:30:25.717277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.718904000, lastModified=2023-10-03 18:30:25.717277000, delta=1627000 ns, racy<=17500 ns 18:30:25.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.721319000, lastModified=2023-10-03 18:30:25.719277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.719277000 to 2023-10-03 18:30:25.720277000 18:30:25.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.721800000, lastModified=2023-10-03 18:30:25.720277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.721800000, lastModified=2023-10-03 18:30:25.720277000, delta=1523000 ns, racy<=17500 ns 18:30:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.722289000, lastModified=2023-10-03 18:30:25.720277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.720277000 to 2023-10-03 18:30:25.721277000 18:30:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.722732000, lastModified=2023-10-03 18:30:25.721277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.722732000, lastModified=2023-10-03 18:30:25.721277000, delta=1455000 ns, racy<=17500 ns 18:30:25.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.723274000, lastModified=2023-10-03 18:30:25.721277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.721277000 to 2023-10-03 18:30:25.722277000 18:30:25.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.723727000, lastModified=2023-10-03 18:30:25.722277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.723727000, lastModified=2023-10-03 18:30:25.722277000, delta=1450000 ns, racy<=17500 ns 18:30:25.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.724217000, lastModified=2023-10-03 18:30:25.722277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.722277000 to 2023-10-03 18:30:25.723277000 18:30:25.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.724676000, lastModified=2023-10-03 18:30:25.723277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.724676000, lastModified=2023-10-03 18:30:25.723277000, delta=1399000 ns, racy<=17500 ns 18:30:25.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.725128000, lastModified=2023-10-03 18:30:25.723277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.723277000 to 2023-10-03 18:30:25.724277000 18:30:25.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.725607000, lastModified=2023-10-03 18:30:25.724277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.725607000, lastModified=2023-10-03 18:30:25.724277000, delta=1330000 ns, racy<=17500 ns 18:30:25.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.726064000, lastModified=2023-10-03 18:30:25.724277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.724277000 to 2023-10-03 18:30:25.725277000 18:30:25.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.726528000, lastModified=2023-10-03 18:30:25.725277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.726528000, lastModified=2023-10-03 18:30:25.725277000, delta=1251000 ns, racy<=17500 ns 18:30:25.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.727001000, lastModified=2023-10-03 18:30:25.725277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.727001000, lastModified=2023-10-03 18:30:25.725277000, delta=1724000 ns, racy<=17500 ns 18:30:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.727494000, lastModified=2023-10-03 18:30:25.726277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.727494000, lastModified=2023-10-03 18:30:25.726277000, delta=1217000 ns, racy<=17500 ns 18:30:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.727965000, lastModified=2023-10-03 18:30:25.726277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.727965000, lastModified=2023-10-03 18:30:25.726277000, delta=1688000 ns, racy<=17500 ns 18:30:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.728490000, lastModified=2023-10-03 18:30:25.727277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.728490000, lastModified=2023-10-03 18:30:25.727277000, delta=1213000 ns, racy<=17500 ns 18:30:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.728963000, lastModified=2023-10-03 18:30:25.727277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.728963000, lastModified=2023-10-03 18:30:25.727277000, delta=1686000 ns, racy<=17500 ns 18:30:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.729464000, lastModified=2023-10-03 18:30:25.728277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.729464000, lastModified=2023-10-03 18:30:25.728277000, delta=1187000 ns, racy<=17500 ns 18:30:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.731834000, lastModified=2023-10-03 18:30:25.728277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.728277000 to 2023-10-03 18:30:25.730277000 18:30:25.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.732444000, lastModified=2023-10-03 18:30:25.731277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.732444000, lastModified=2023-10-03 18:30:25.731277000, delta=1167000 ns, racy<=17500 ns 18:30:25.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.733080000, lastModified=2023-10-03 18:30:25.731277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.731277000 to 2023-10-03 18:30:25.732277000 18:30:25.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.733750000, lastModified=2023-10-03 18:30:25.732277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.733750000, lastModified=2023-10-03 18:30:25.732277000, delta=1473000 ns, racy<=17500 ns 18:30:25.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.734508000, lastModified=2023-10-03 18:30:25.733277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.734508000, lastModified=2023-10-03 18:30:25.733277000, delta=1231000 ns, racy<=17500 ns 18:30:25.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.735099000, lastModified=2023-10-03 18:30:25.733277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.733277000 to 2023-10-03 18:30:25.734277000 18:30:25.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.735598000, lastModified=2023-10-03 18:30:25.734277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.735598000, lastModified=2023-10-03 18:30:25.734277000, delta=1321000 ns, racy<=17500 ns 18:30:25.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.736068000, lastModified=2023-10-03 18:30:25.734277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.734277000 to 2023-10-03 18:30:25.779277000 18:30:25.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.781543000, lastModified=2023-10-03 18:30:25.780277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.781543000, lastModified=2023-10-03 18:30:25.780277000, delta=1266000 ns, racy<=17500 ns 18:30:25.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.782127000, lastModified=2023-10-03 18:30:25.780277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.780277000 to 2023-10-03 18:30:25.781277000 18:30:25.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.782596000, lastModified=2023-10-03 18:30:25.781277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.782596000, lastModified=2023-10-03 18:30:25.781277000, delta=1319000 ns, racy<=17500 ns 18:30:25.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.783070000, lastModified=2023-10-03 18:30:25.781277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.781277000 to 2023-10-03 18:30:25.782277000 18:30:25.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.783530000, lastModified=2023-10-03 18:30:25.782277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.783530000, lastModified=2023-10-03 18:30:25.782277000, delta=1253000 ns, racy<=17500 ns 18:30:25.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.784017000, lastModified=2023-10-03 18:30:25.782277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.784017000, lastModified=2023-10-03 18:30:25.782277000, delta=1740000 ns, racy<=17500 ns 18:30:25.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.784504000, lastModified=2023-10-03 18:30:25.783277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.784504000, lastModified=2023-10-03 18:30:25.783277000, delta=1227000 ns, racy<=17500 ns 18:30:25.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.784978000, lastModified=2023-10-03 18:30:25.783277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.784978000, lastModified=2023-10-03 18:30:25.783277000, delta=1701000 ns, racy<=17500 ns 18:30:25.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.785489000, lastModified=2023-10-03 18:30:25.784277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.785489000, lastModified=2023-10-03 18:30:25.784277000, delta=1212000 ns, racy<=17500 ns 18:30:25.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.785974000, lastModified=2023-10-03 18:30:25.784277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.785974000, lastModified=2023-10-03 18:30:25.784277000, delta=1697000 ns, racy<=17500 ns 18:30:25.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.786464000, lastModified=2023-10-03 18:30:25.785277000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.786464000, lastModified=2023-10-03 18:30:25.785277000, delta=1187000 ns, racy<=17500 ns 18:30:25.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.790114000, lastModified=2023-10-03 18:30:25.788278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.788278000 to 2023-10-03 18:30:25.789278000 18:30:25.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.790604000, lastModified=2023-10-03 18:30:25.789278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.790604000, lastModified=2023-10-03 18:30:25.789278000, delta=1326000 ns, racy<=17500 ns 18:30:25.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.791204000, lastModified=2023-10-03 18:30:25.789278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.789278000 to 2023-10-03 18:30:25.790278000 18:30:25.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.791902000, lastModified=2023-10-03 18:30:25.790278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.791902000, lastModified=2023-10-03 18:30:25.790278000, delta=1624000 ns, racy<=17500 ns 18:30:25.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.792626000, lastModified=2023-10-03 18:30:25.791278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.792626000, lastModified=2023-10-03 18:30:25.791278000, delta=1348000 ns, racy<=17500 ns 18:30:25.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.793368000, lastModified=2023-10-03 18:30:25.792278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.793368000, lastModified=2023-10-03 18:30:25.792278000, delta=1090000 ns, racy<=17500 ns 18:30:25.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.794091000, lastModified=2023-10-03 18:30:25.792278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.792278000 to 2023-10-03 18:30:25.793278000 18:30:25.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.794753000, lastModified=2023-10-03 18:30:25.793278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.794753000, lastModified=2023-10-03 18:30:25.793278000, delta=1475000 ns, racy<=17500 ns 18:30:25.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.795461000, lastModified=2023-10-03 18:30:25.794278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.795461000, lastModified=2023-10-03 18:30:25.794278000, delta=1183000 ns, racy<=17500 ns 18:30:25.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.796151000, lastModified=2023-10-03 18:30:25.794278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.794278000 to 2023-10-03 18:30:25.795278000 18:30:25.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.796823000, lastModified=2023-10-03 18:30:25.795278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.796823000, lastModified=2023-10-03 18:30:25.795278000, delta=1545000 ns, racy<=17500 ns 18:30:25.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.797543000, lastModified=2023-10-03 18:30:25.796278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.797543000, lastModified=2023-10-03 18:30:25.796278000, delta=1265000 ns, racy<=17500 ns 18:30:25.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.798300000, lastModified=2023-10-03 18:30:25.796278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.796278000 to 2023-10-03 18:30:25.797278000 18:30:25.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.798771000, lastModified=2023-10-03 18:30:25.797278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.798771000, lastModified=2023-10-03 18:30:25.797278000, delta=1493000 ns, racy<=17500 ns 18:30:25.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.799312000, lastModified=2023-10-03 18:30:25.797278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.797278000 to 2023-10-03 18:30:25.798278000 18:30:25.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.799767000, lastModified=2023-10-03 18:30:25.798278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.799767000, lastModified=2023-10-03 18:30:25.798278000, delta=1489000 ns, racy<=17500 ns 18:30:25.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.800243000, lastModified=2023-10-03 18:30:25.798278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.798278000 to 2023-10-03 18:30:25.799278000 18:30:25.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.800696000, lastModified=2023-10-03 18:30:25.799278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.800696000, lastModified=2023-10-03 18:30:25.799278000, delta=1418000 ns, racy<=17500 ns 18:30:25.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.803085000, lastModified=2023-10-03 18:30:25.799278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.799278000 to 2023-10-03 18:30:25.802278000 18:30:25.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.803662000, lastModified=2023-10-03 18:30:25.802278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.803662000, lastModified=2023-10-03 18:30:25.802278000, delta=1384000 ns, racy<=17500 ns 18:30:25.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.804159000, lastModified=2023-10-03 18:30:25.802278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.802278000 to 2023-10-03 18:30:25.803278000 18:30:25.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.804642000, lastModified=2023-10-03 18:30:25.803278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.804642000, lastModified=2023-10-03 18:30:25.803278000, delta=1364000 ns, racy<=17500 ns 18:30:25.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.805110000, lastModified=2023-10-03 18:30:25.803278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.803278000 to 2023-10-03 18:30:25.804278000 18:30:25.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.805575000, lastModified=2023-10-03 18:30:25.804278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.805575000, lastModified=2023-10-03 18:30:25.804278000, delta=1297000 ns, racy<=17500 ns 18:30:25.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.806037000, lastModified=2023-10-03 18:30:25.804278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.806037000, lastModified=2023-10-03 18:30:25.804278000, delta=1759000 ns, racy<=17500 ns 18:30:25.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.806539000, lastModified=2023-10-03 18:30:25.805278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.806539000, lastModified=2023-10-03 18:30:25.805278000, delta=1261000 ns, racy<=17500 ns 18:30:25.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.806999000, lastModified=2023-10-03 18:30:25.805278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.806999000, lastModified=2023-10-03 18:30:25.805278000, delta=1721000 ns, racy<=17500 ns 18:30:25.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.807490000, lastModified=2023-10-03 18:30:25.806278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.807490000, lastModified=2023-10-03 18:30:25.806278000, delta=1212000 ns, racy<=17500 ns 18:30:25.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.807980000, lastModified=2023-10-03 18:30:25.806278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.807980000, lastModified=2023-10-03 18:30:25.806278000, delta=1702000 ns, racy<=17500 ns 18:30:25.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.808470000, lastModified=2023-10-03 18:30:25.807278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.808470000, lastModified=2023-10-03 18:30:25.807278000, delta=1192000 ns, racy<=17500 ns 18:30:25.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.808939000, lastModified=2023-10-03 18:30:25.807278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.808939000, lastModified=2023-10-03 18:30:25.807278000, delta=1661000 ns, racy<=17500 ns 18:30:25.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.809433000, lastModified=2023-10-03 18:30:25.808278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.809433000, lastModified=2023-10-03 18:30:25.808278000, delta=1155000 ns, racy<=17500 ns 18:30:25.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.809901000, lastModified=2023-10-03 18:30:25.808278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.809901000, lastModified=2023-10-03 18:30:25.808278000, delta=1623000 ns, racy<=17500 ns 18:30:25.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.810394000, lastModified=2023-10-03 18:30:25.809278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.810394000, lastModified=2023-10-03 18:30:25.809278000, delta=1116000 ns, racy<=17500 ns 18:30:25.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.810872000, lastModified=2023-10-03 18:30:25.809278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.810872000, lastModified=2023-10-03 18:30:25.809278000, delta=1594000 ns, racy<=17500 ns 18:30:25.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.811349000, lastModified=2023-10-03 18:30:25.810278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.811349000, lastModified=2023-10-03 18:30:25.810278000, delta=1071000 ns, racy<=17500 ns 18:30:25.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.811818000, lastModified=2023-10-03 18:30:25.810278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.811818000, lastModified=2023-10-03 18:30:25.810278000, delta=1540000 ns, racy<=17500 ns 18:30:25.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.814369000, lastModified=2023-10-03 18:30:25.813278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.814369000, lastModified=2023-10-03 18:30:25.813278000, delta=1091000 ns, racy<=17500 ns 18:30:25.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.814881000, lastModified=2023-10-03 18:30:25.813278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.814881000, lastModified=2023-10-03 18:30:25.813278000, delta=1603000 ns, racy<=17500 ns 18:30:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.815409000, lastModified=2023-10-03 18:30:25.814278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.815409000, lastModified=2023-10-03 18:30:25.814278000, delta=1131000 ns, racy<=17500 ns 18:30:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.815891000, lastModified=2023-10-03 18:30:25.814278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.815891000, lastModified=2023-10-03 18:30:25.814278000, delta=1613000 ns, racy<=17500 ns 18:30:25.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.816383000, lastModified=2023-10-03 18:30:25.815278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.816383000, lastModified=2023-10-03 18:30:25.815278000, delta=1105000 ns, racy<=17500 ns 18:30:25.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.816857000, lastModified=2023-10-03 18:30:25.815278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.816857000, lastModified=2023-10-03 18:30:25.815278000, delta=1579000 ns, racy<=17500 ns 18:30:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.817342000, lastModified=2023-10-03 18:30:25.816278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.817342000, lastModified=2023-10-03 18:30:25.816278000, delta=1064000 ns, racy<=17500 ns 18:30:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.817812000, lastModified=2023-10-03 18:30:25.816278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.817812000, lastModified=2023-10-03 18:30:25.816278000, delta=1534000 ns, racy<=17500 ns 18:30:25.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.818294000, lastModified=2023-10-03 18:30:25.816278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.816278000 to 2023-10-03 18:30:25.817278000 18:30:25.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.818748000, lastModified=2023-10-03 18:30:25.817278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.818748000, lastModified=2023-10-03 18:30:25.817278000, delta=1470000 ns, racy<=17500 ns 18:30:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.819230000, lastModified=2023-10-03 18:30:25.817278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.817278000 to 2023-10-03 18:30:25.818278000 18:30:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.819692000, lastModified=2023-10-03 18:30:25.818278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.819692000, lastModified=2023-10-03 18:30:25.818278000, delta=1414000 ns, racy<=17500 ns 18:30:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.820176000, lastModified=2023-10-03 18:30:25.818278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, lastModified changed from 2023-10-03 18:30:25.818278000 to 2023-10-03 18:30:25.819278000 18:30:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, create new FileSnapshot: lastRead=2023-10-03 18:30:25.820639000, lastModified=2023-10-03 18:30:25.819278000, size=1, fileKey=(dev=1000ef,ino=109547486) 18:30:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, isRacyClean=false, read=2023-10-03 18:30:25.820639000, lastModified=2023-10-03 18:30:25.819278000, delta=1361000 ns, racy<=17500 ns 18:30:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/.probe-ea560fa1-183e-49c9-9f60-c17ade17d3f7, is unmodified 18:30:25.823 [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] 1888, 1237, 17500, 145000.0, 1772000.0, 1381341.1479385586, 222155.34383069057 18:30:25.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=7 µs, minimalRacyInterval=1,772 µs] 18:30:25.825 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-10-03 18:30:22.509697000, lastModified=2023-10-03 18:25:03.298761000, delta=319210936000 ns, racy<=2500000000 ns 18:30:25.825 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:22.816271000, lastModified=2023-10-03 18:30:22.620253000, delta=196018000 ns, racy<=4430000 ns 18:30:25.825 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:30:25.825 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:25.826 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:25.826185000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.826 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:30:25.827 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:25.826617000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357825826617000 ns, racy<=4430000 ns 18:30:25.827 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, is unmodified 18:30:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:22.816271000, lastModified=2023-10-03 18:30:22.620253000, delta=196018000 ns, racy<=4430000 ns 18:30:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:25.826617000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357825826617000 ns, racy<=4430000 ns 18:30:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, is unmodified 18:30:25.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.826185000, lastModified=2023-10-03 18:30:25.824278000, delta=1907000 ns, racy<=2500000000 ns 18:30:25.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.882 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.883028000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.883028000, lastModified=2023-10-03 18:30:25.824278000, delta=58750000 ns, racy<=2500000000 ns 18:30:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=true, read=2023-10-03 18:30:22.811578000, lastModified=2023-10-03 18:30:22.701253000, delta=110325000 ns, racy<=2500000000 ns 18:30:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is racily clean 18:30:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.883451000, lastModified=2023-10-03 18:30:22.701253000, size=78, fileKey=(dev=1000ef,ino=102351774) 18:30:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:25.883451000, lastModified=2023-10-03 18:30:22.701253000, delta=3182198000 ns, racy<=2500000000 ns 18:30:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:25.884898000, lastModified=2023-10-03 18:30:22.789254000, size=0, fileKey=(dev=1000ef,ino=102351775) 18:30:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.883028000, lastModified=2023-10-03 18:30:25.824278000, delta=58750000 ns, racy<=2500000000 ns 18:30:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.885 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.885133000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.885133000, lastModified=2023-10-03 18:30:25.824278000, delta=60855000 ns, racy<=2500000000 ns 18:30:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:25.885949000, lastModified=2023-10-03 18:30:25.884278000, size=104, fileKey=(dev=1000ef,ino=102351775) 18:30:25.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:25.886135000, lastModified=2023-10-03 18:30:25.884278000, size=104, fileKey=(dev=1000ef,ino=102351775) 18:30:25.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.885133000, lastModified=2023-10-03 18:30:25.824278000, delta=60855000 ns, racy<=2500000000 ns 18:30:25.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.903 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.903662000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.903662000, lastModified=2023-10-03 18:30:25.824278000, delta=79384000 ns, racy<=2500000000 ns 18:30:25.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.903662000, lastModified=2023-10-03 18:30:25.824278000, delta=79384000 ns, racy<=2500000000 ns 18:30:25.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.905 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.905288000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.905288000, lastModified=2023-10-03 18:30:25.824278000, delta=81010000 ns, racy<=2500000000 ns 18:30:25.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.911 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.905288000, lastModified=2023-10-03 18:30:25.824278000, delta=81010000 ns, racy<=2500000000 ns 18:30:25.911 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.911 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.911 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.911311000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.911 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.911311000, lastModified=2023-10-03 18:30:25.824278000, delta=87033000 ns, racy<=2500000000 ns 18:30:25.911 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.911 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.911 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.913 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.911311000, lastModified=2023-10-03 18:30:25.824278000, delta=87033000 ns, racy<=2500000000 ns 18:30:25.913 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.913 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.913 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.913908000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.913908000, lastModified=2023-10-03 18:30:25.824278000, delta=89630000 ns, racy<=2500000000 ns 18:30:25.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/HEAD, create new FileSnapshot: lastRead=2023-10-03 18:30:25.914395000, lastModified=2023-10-03 18:30:22.692253000, size=23, fileKey=(dev=1000ef,ino=102351772) 18:30:25.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.913908000, lastModified=2023-10-03 18:30:25.824278000, delta=89630000 ns, racy<=2500000000 ns 18:30:25.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.915 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.915072000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.915072000, lastModified=2023-10-03 18:30:25.824278000, delta=90794000 ns, racy<=2500000000 ns 18:30:25.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:25.914395000, lastModified=2023-10-03 18:30:22.692253000, delta=3222142000 ns, racy<=4430000 ns 18:30:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/HEAD, is unmodified 18:30:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.915072000, lastModified=2023-10-03 18:30:25.824278000, delta=90794000 ns, racy<=2500000000 ns 18:30:25.916 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.917 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.917049000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.917049000, lastModified=2023-10-03 18:30:25.824278000, delta=92771000 ns, racy<=2500000000 ns 18:30:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.917 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:25.919015000, lastModified=2023-10-03 18:30:25.884278000, size=104, fileKey=(dev=1000ef,ino=102351775) 18:30:25.919 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:25.919197000, lastModified=2023-10-03 18:30:25.884278000, size=104, fileKey=(dev=1000ef,ino=102351775) 18:30:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:22.816271000, lastModified=2023-10-03 18:30:22.620253000, delta=196018000 ns, racy<=4430000 ns 18:30:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:25.826617000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357825826617000 ns, racy<=4430000 ns 18:30:25.920 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, is unmodified 18:30:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:22.816271000, lastModified=2023-10-03 18:30:22.620253000, delta=196018000 ns, racy<=4430000 ns 18:30:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:25.826617000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357825826617000 ns, racy<=4430000 ns 18:30:25.921 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, is unmodified 18:30:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:22.816271000, lastModified=2023-10-03 18:30:22.620253000, delta=196018000 ns, racy<=4430000 ns 18:30:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:25.826617000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357825826617000 ns, racy<=4430000 ns 18:30:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, is unmodified 18:30:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:22.816271000, lastModified=2023-10-03 18:30:22.620253000, delta=196018000 ns, racy<=4430000 ns 18:30:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:25.826617000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357825826617000 ns, racy<=4430000 ns 18:30:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, is unmodified 18:30:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.917049000, lastModified=2023-10-03 18:30:25.824278000, delta=92771000 ns, racy<=2500000000 ns 18:30:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.986 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.986329000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.986329000, lastModified=2023-10-03 18:30:25.824278000, delta=162051000 ns, racy<=2500000000 ns 18:30:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:25.914395000, lastModified=2023-10-03 18:30:22.692253000, delta=3222142000 ns, racy<=4430000 ns 18:30:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/HEAD, is unmodified 18:30:25.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.986329000, lastModified=2023-10-03 18:30:25.824278000, delta=162051000 ns, racy<=2500000000 ns 18:30:25.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.987 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.987334000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.987334000, lastModified=2023-10-03 18:30:25.824278000, delta=163056000 ns, racy<=2500000000 ns 18:30:25.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.987334000, lastModified=2023-10-03 18:30:25.824278000, delta=163056000 ns, racy<=2500000000 ns 18:30:25.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.988 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.988110000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.988110000, lastModified=2023-10-03 18:30:25.824278000, delta=163832000 ns, racy<=2500000000 ns 18:30:25.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.988110000, lastModified=2023-10-03 18:30:25.824278000, delta=163832000 ns, racy<=2500000000 ns 18:30:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.989 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.989386000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.989386000, lastModified=2023-10-03 18:30:25.824278000, delta=165108000 ns, racy<=2500000000 ns 18:30:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.989386000, lastModified=2023-10-03 18:30:25.824278000, delta=165108000 ns, racy<=2500000000 ns 18:30:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.989 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.989945000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.989945000, lastModified=2023-10-03 18:30:25.824278000, delta=165667000 ns, racy<=2500000000 ns 18:30:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.989945000, lastModified=2023-10-03 18:30:25.824278000, delta=165667000 ns, racy<=2500000000 ns 18:30:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.990 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.990611000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.990611000, lastModified=2023-10-03 18:30:25.824278000, delta=166333000 ns, racy<=2500000000 ns 18:30:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.990611000, lastModified=2023-10-03 18:30:25.824278000, delta=166333000 ns, racy<=2500000000 ns 18:30:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.991 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.991096000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.991096000, lastModified=2023-10-03 18:30:25.824278000, delta=166818000 ns, racy<=2500000000 ns 18:30:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.991096000, lastModified=2023-10-03 18:30:25.824278000, delta=166818000 ns, racy<=2500000000 ns 18:30:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.991 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.991712000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.991712000, lastModified=2023-10-03 18:30:25.824278000, delta=167434000 ns, racy<=2500000000 ns 18:30:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.991712000, lastModified=2023-10-03 18:30:25.824278000, delta=167434000 ns, racy<=2500000000 ns 18:30:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.992 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.992153000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.992153000, lastModified=2023-10-03 18:30:25.824278000, delta=167875000 ns, racy<=2500000000 ns 18:30:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:25.992725000, lastModified=2023-10-03 18:30:25.988279000, size=41, fileKey=(dev=1000ef,ino=104721184) 18:30:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.992153000, lastModified=2023-10-03 18:30:25.824278000, delta=167875000 ns, racy<=2500000000 ns 18:30:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.994 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.994455000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.994455000, lastModified=2023-10-03 18:30:25.824278000, delta=170177000 ns, racy<=2500000000 ns 18:30:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.994455000, lastModified=2023-10-03 18:30:25.824278000, delta=170177000 ns, racy<=2500000000 ns 18:30:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.996 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.996435000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.996435000, lastModified=2023-10-03 18:30:25.824278000, delta=172157000 ns, racy<=2500000000 ns 18:30:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.996435000, lastModified=2023-10-03 18:30:25.824278000, delta=172157000 ns, racy<=2500000000 ns 18:30:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.996 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.996861000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.996861000, lastModified=2023-10-03 18:30:25.824278000, delta=172583000 ns, racy<=2500000000 ns 18:30:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.996861000, lastModified=2023-10-03 18:30:25.824278000, delta=172583000 ns, racy<=2500000000 ns 18:30:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.997 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.997306000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.997306000, lastModified=2023-10-03 18:30:25.824278000, delta=173028000 ns, racy<=2500000000 ns 18:30:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.997306000, lastModified=2023-10-03 18:30:25.824278000, delta=173028000 ns, racy<=2500000000 ns 18:30:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.997 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.997796000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.997796000, lastModified=2023-10-03 18:30:25.824278000, delta=173518000 ns, racy<=2500000000 ns 18:30:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:25.998368000, lastModified=2023-10-03 18:30:25.884278000, size=104, fileKey=(dev=1000ef,ino=102351775) 18:30:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:25.998479000, lastModified=2023-10-03 18:30:25.884278000, size=104, fileKey=(dev=1000ef,ino=102351775) 18:30:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.997796000, lastModified=2023-10-03 18:30:25.824278000, delta=173518000 ns, racy<=2500000000 ns 18:30:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.998 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.998682000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.998682000, lastModified=2023-10-03 18:30:25.824278000, delta=174404000 ns, racy<=2500000000 ns 18:30:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.998682000, lastModified=2023-10-03 18:30:25.824278000, delta=174404000 ns, racy<=2500000000 ns 18:30:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:25.999 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:25.999205000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.999205000, lastModified=2023-10-03 18:30:25.824278000, delta=174927000 ns, racy<=2500000000 ns 18:30:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:25.999205000, lastModified=2023-10-03 18:30:25.824278000, delta=174927000 ns, racy<=2500000000 ns 18:30:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.000 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.000330000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.000330000, lastModified=2023-10-03 18:30:25.824278000, delta=176052000 ns, racy<=2500000000 ns 18:30:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:22.816271000, lastModified=2023-10-03 18:30:22.620253000, delta=196018000 ns, racy<=4430000 ns 18:30:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:25.826617000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357825826617000 ns, racy<=4430000 ns 18:30:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, is unmodified 18:30:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:22.816271000, lastModified=2023-10-03 18:30:22.620253000, delta=196018000 ns, racy<=4430000 ns 18:30:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:25.826617000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357825826617000 ns, racy<=4430000 ns 18:30:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, is unmodified 18:30:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:26.002191000, lastModified=2023-10-03 18:30:25.996279000, size=0, fileKey=(dev=1000ef,ino=102351777) 18:30:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.000330000, lastModified=2023-10-03 18:30:25.824278000, delta=176052000 ns, racy<=2500000000 ns 18:30:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.002 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.002410000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.002410000, lastModified=2023-10-03 18:30:25.824278000, delta=178132000 ns, racy<=2500000000 ns 18:30:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:26.002817000, lastModified=2023-10-03 18:30:26.001279000, size=104, fileKey=(dev=1000ef,ino=102351777) 18:30:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:26.002957000, lastModified=2023-10-03 18:30:26.001279000, size=104, fileKey=(dev=1000ef,ino=102351777) 18:30:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.002410000, lastModified=2023-10-03 18:30:25.824278000, delta=178132000 ns, racy<=2500000000 ns 18:30:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.003 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.003157000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.003157000, lastModified=2023-10-03 18:30:25.824278000, delta=178879000 ns, racy<=2500000000 ns 18:30:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:25.914395000, lastModified=2023-10-03 18:30:22.692253000, delta=3222142000 ns, racy<=4430000 ns 18:30:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/HEAD, is unmodified 18:30:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/refs/heads/master.lock, isRacyClean=false, read=2023-10-03 18:30:25.992725000, lastModified=2023-10-03 18:30:25.988279000, delta=4446000 ns, racy<=4430000 ns 18:30:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/refs/heads/master.lock, is unmodified 18:30:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.003157000, lastModified=2023-10-03 18:30:25.824278000, delta=178879000 ns, racy<=2500000000 ns 18:30:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.004 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.004458000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.004458000, lastModified=2023-10-03 18:30:25.824278000, delta=180180000 ns, racy<=2500000000 ns 18:30:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:25.914395000, lastModified=2023-10-03 18:30:22.692253000, delta=3222142000 ns, racy<=4430000 ns 18:30:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/HEAD, is unmodified 18:30:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/refs/heads/master.lock, isRacyClean=false, read=2023-10-03 18:30:25.992725000, lastModified=2023-10-03 18:30:25.988279000, delta=4446000 ns, racy<=4430000 ns 18:30:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/refs/heads/master.lock, is unmodified 18:30:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.004458000, lastModified=2023-10-03 18:30:25.824278000, delta=180180000 ns, racy<=2500000000 ns 18:30:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.005 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.005685000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.005685000, lastModified=2023-10-03 18:30:25.824278000, delta=181407000 ns, racy<=2500000000 ns 18:30:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:26.006262000, lastModified=2023-10-03 18:30:26.001279000, size=104, fileKey=(dev=1000ef,ino=102351777) 18:30:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:26.006376000, lastModified=2023-10-03 18:30:26.001279000, size=104, fileKey=(dev=1000ef,ino=102351777) 18:30:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:22.816271000, lastModified=2023-10-03 18:30:22.620253000, delta=196018000 ns, racy<=4430000 ns 18:30:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:25.826617000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357825826617000 ns, racy<=4430000 ns 18:30:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, is unmodified 18:30:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:22.816271000, lastModified=2023-10-03 18:30:22.620253000, delta=196018000 ns, racy<=4430000 ns 18:30:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:25.826617000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357825826617000 ns, racy<=4430000 ns 18:30:26.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, is unmodified 18:30:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:22.816271000, lastModified=2023-10-03 18:30:22.620253000, delta=196018000 ns, racy<=4430000 ns 18:30:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:25.826617000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357825826617000 ns, racy<=4430000 ns 18:30:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, is unmodified 18:30:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:22.816271000, lastModified=2023-10-03 18:30:22.620253000, delta=196018000 ns, racy<=4430000 ns 18:30:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:25.826617000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357825826617000 ns, racy<=4430000 ns 18:30:26.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack/preserved, is unmodified 18:30:26.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.005685000, lastModified=2023-10-03 18:30:25.824278000, delta=181407000 ns, racy<=2500000000 ns 18:30:26.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.009 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.009310000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.009310000, lastModified=2023-10-03 18:30:25.824278000, delta=185032000 ns, racy<=2500000000 ns 18:30:26.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:26.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:25.914395000, lastModified=2023-10-03 18:30:22.692253000, delta=3222142000 ns, racy<=4430000 ns 18:30:26.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/HEAD, is unmodified 18:30:26.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/refs/heads/master.lock, isRacyClean=false, read=2023-10-03 18:30:25.992725000, lastModified=2023-10-03 18:30:25.988279000, delta=4446000 ns, racy<=4430000 ns 18:30:26.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/refs/heads/master.lock, is unmodified 18:30:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.009310000, lastModified=2023-10-03 18:30:25.824278000, delta=185032000 ns, racy<=2500000000 ns 18:30:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.010 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.010166000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.010166000, lastModified=2023-10-03 18:30:25.824278000, delta=185888000 ns, racy<=2500000000 ns 18:30:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/refs/heads/master.lock, isRacyClean=false, read=2023-10-03 18:30:25.992725000, lastModified=2023-10-03 18:30:25.988279000, delta=4446000 ns, racy<=4430000 ns 18:30:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/refs/heads/master.lock, is unmodified 18:30:26.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.010166000, lastModified=2023-10-03 18:30:25.824278000, delta=185888000 ns, racy<=2500000000 ns 18:30:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.011 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.011085000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.011085000, lastModified=2023-10-03 18:30:25.824278000, delta=186807000 ns, racy<=2500000000 ns 18:30:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.011085000, lastModified=2023-10-03 18:30:25.824278000, delta=186807000 ns, racy<=2500000000 ns 18:30:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.011 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.011572000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.011572000, lastModified=2023-10-03 18:30:25.824278000, delta=187294000 ns, racy<=2500000000 ns 18:30:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:26.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.011572000, lastModified=2023-10-03 18:30:25.824278000, delta=187294000 ns, racy<=2500000000 ns 18:30:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.012 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.012081000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.012081000, lastModified=2023-10-03 18:30:25.824278000, delta=187803000 ns, racy<=2500000000 ns 18:30:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.012081000, lastModified=2023-10-03 18:30:25.824278000, delta=187803000 ns, racy<=2500000000 ns 18:30:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.012 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.012618000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.012618000, lastModified=2023-10-03 18:30:25.824278000, delta=188340000 ns, racy<=2500000000 ns 18:30:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:26.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.012618000, lastModified=2023-10-03 18:30:25.824278000, delta=188340000 ns, racy<=2500000000 ns 18:30:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.013 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.013069000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.013069000, lastModified=2023-10-03 18:30:25.824278000, delta=188791000 ns, racy<=2500000000 ns 18:30:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.013069000, lastModified=2023-10-03 18:30:25.824278000, delta=188791000 ns, racy<=2500000000 ns 18:30:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.013 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.013513000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.013513000, lastModified=2023-10-03 18:30:25.824278000, delta=189235000 ns, racy<=2500000000 ns 18:30:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:26.013 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:26.013851000, lastModified=2023-10-03 18:30:26.010279000, size=41, fileKey=(dev=1000ef,ino=104721185) 18:30:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.013513000, lastModified=2023-10-03 18:30:25.824278000, delta=189235000 ns, racy<=2500000000 ns 18:30:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.014 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.014202000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.014202000, lastModified=2023-10-03 18:30:25.824278000, delta=189924000 ns, racy<=2500000000 ns 18:30:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.014 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, cannot be racily clean 18:30:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.022628000, lastModified=2023-10-03 18:30:22.701253000, size=78, fileKey=(dev=1000ef,ino=102351774) 18:30:26.022 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.014202000, lastModified=2023-10-03 18:30:25.824278000, delta=189924000 ns, racy<=2500000000 ns 18:30:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.023 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.023091000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.023091000, lastModified=2023-10-03 18:30:25.824278000, delta=198813000 ns, racy<=2500000000 ns 18:30:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.023410000, lastModified=2023-10-03 18:30:22.701253000, size=78, fileKey=(dev=1000ef,ino=102351774) 18:30:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.023091000, lastModified=2023-10-03 18:30:25.824278000, delta=198813000 ns, racy<=2500000000 ns 18:30:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.023 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.023661000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.023661000, lastModified=2023-10-03 18:30:25.824278000, delta=199383000 ns, racy<=2500000000 ns 18:30:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:26.023410000, lastModified=2023-10-03 18:30:22.701253000, delta=3322157000 ns, racy<=2500000000 ns 18:30:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:26.024067000, lastModified=2023-10-03 18:30:26.001279000, size=104, fileKey=(dev=1000ef,ino=102351777) 18:30:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.023661000, lastModified=2023-10-03 18:30:25.824278000, delta=199383000 ns, racy<=2500000000 ns 18:30:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.024 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.024306000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.024306000, lastModified=2023-10-03 18:30:25.824278000, delta=200028000 ns, racy<=2500000000 ns 18:30:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:26.023410000, lastModified=2023-10-03 18:30:22.701253000, delta=3322157000 ns, racy<=2500000000 ns 18:30:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/HEAD, create new FileSnapshot: lastRead=2023-10-03 18:30:26.024703000, lastModified=2023-10-03 18:30:22.692253000, size=23, fileKey=(dev=1000ef,ino=102351772) 18:30:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-10-03 18:30:26.024809000, lastModified=2023-10-03 18:30:26.010279000, size=41, fileKey=(dev=1000ef,ino=104721185) 18:30:26.024 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit10944146869878240904:org.eclipse.hawk.git.JGitRepository:false 18:30:26.084 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:26.084 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:26.100 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.024306000, lastModified=2023-10-03 18:30:25.824278000, delta=200028000 ns, racy<=2500000000 ns 18:30:26.101 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.101 [pool-65-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.101 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.101118000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.101 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.101118000, lastModified=2023-10-03 18:30:25.824278000, delta=276840000 ns, racy<=2500000000 ns 18:30:26.101 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.101 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.101 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:26.023410000, lastModified=2023-10-03 18:30:22.701253000, delta=3322157000 ns, racy<=2500000000 ns 18:30:26.101 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:26.101 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/refs/heads/master, isRacyClean=false, read=2023-10-03 18:30:26.024809000, lastModified=2023-10-03 18:30:26.010279000, delta=14530000 ns, racy<=4430000 ns 18:30:26.101 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/refs/heads/master, is unmodified 18:30:26.101 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.101118000, lastModified=2023-10-03 18:30:25.824278000, delta=276840000 ns, racy<=2500000000 ns 18:30:26.101 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.101 [pool-65-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.101 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.101856000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.101 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.101856000, lastModified=2023-10-03 18:30:25.824278000, delta=277578000 ns, racy<=2500000000 ns 18:30:26.102 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.102 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.102 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:26.023410000, lastModified=2023-10-03 18:30:22.701253000, delta=3322157000 ns, racy<=2500000000 ns 18:30:26.102 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:26.102 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/refs/heads/master, isRacyClean=false, read=2023-10-03 18:30:26.024809000, lastModified=2023-10-03 18:30:26.010279000, delta=14530000 ns, racy<=4430000 ns 18:30:26.102 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/refs/heads/master, is unmodified 18:30:26.102 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.102934000, lastModified=2023-10-03 18:30:22.701253000, size=78, fileKey=(dev=1000ef,ino=102351774) 18:30:26.103 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.101856000, lastModified=2023-10-03 18:30:25.824278000, delta=277578000 ns, racy<=2500000000 ns 18:30:26.103 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.103 [pool-65-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.103 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.103288000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.103 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.103288000, lastModified=2023-10-03 18:30:25.824278000, delta=279010000 ns, racy<=2500000000 ns 18:30:26.103 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.103 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.103 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.103634000, lastModified=2023-10-03 18:30:22.701253000, size=78, fileKey=(dev=1000ef,ino=102351774) 18:30:26.103 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.103288000, lastModified=2023-10-03 18:30:25.824278000, delta=279010000 ns, racy<=2500000000 ns 18:30:26.103 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.103 [pool-65-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.103 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.103880000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.103 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.103880000, lastModified=2023-10-03 18:30:25.824278000, delta=279602000 ns, racy<=2500000000 ns 18:30:26.104 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.104 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.104 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:26.103634000, lastModified=2023-10-03 18:30:22.701253000, delta=3402381000 ns, racy<=2500000000 ns 18:30:26.104 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:26.104 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:26.104281000, lastModified=2023-10-03 18:30:26.001279000, size=104, fileKey=(dev=1000ef,ino=102351777) 18:30:26.105 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:30:26.105 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, create new FileSnapshot: lastRead=2023-10-03 18:30:26.105231000, lastModified=2023-10-03 18:30:22.620253000, size=6, fileKey=(dev=1000ef,ino=111653780) 18:30:26.105 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:26.105231000, lastModified=2023-10-03 18:30:22.620253000, delta=3484978000 ns, racy<=4430000 ns 18:30:26.105 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:26.106 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:26.105231000, lastModified=2023-10-03 18:30:22.620253000, delta=3484978000 ns, racy<=4430000 ns 18:30:26.106 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:26.111 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.103880000, lastModified=2023-10-03 18:30:25.824278000, delta=279602000 ns, racy<=2500000000 ns 18:30:26.111 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.111 [pool-65-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.111 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.111644000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.111 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.111644000, lastModified=2023-10-03 18:30:25.824278000, delta=287366000 ns, racy<=2500000000 ns 18:30:26.111 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.111 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.111 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:26.023410000, lastModified=2023-10-03 18:30:22.701253000, delta=3322157000 ns, racy<=2500000000 ns 18:30:26.111 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:26.115 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:30:26.115 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, create new FileSnapshot: lastRead=2023-10-03 18:30:26.115808000, lastModified=2023-10-03 18:30:22.620253000, size=6, fileKey=(dev=1000ef,ino=111653780) 18:30:26.115 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:26.115808000, lastModified=2023-10-03 18:30:22.620253000, delta=3495555000 ns, racy<=4430000 ns 18:30:26.115 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:26.116 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:26.115808000, lastModified=2023-10-03 18:30:22.620253000, delta=3495555000 ns, racy<=4430000 ns 18:30:26.116 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:26.117 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:26.115808000, lastModified=2023-10-03 18:30:22.620253000, delta=3495555000 ns, racy<=4430000 ns 18:30:26.117 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:26.117 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:26.115808000, lastModified=2023-10-03 18:30:22.620253000, delta=3495555000 ns, racy<=4430000 ns 18:30:26.117 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:26.117 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.111644000, lastModified=2023-10-03 18:30:25.824278000, delta=287366000 ns, racy<=2500000000 ns 18:30:26.117 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.117 [pool-65-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.117 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.117521000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.117 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.117521000, lastModified=2023-10-03 18:30:25.824278000, delta=293243000 ns, racy<=2500000000 ns 18:30:26.117 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.117 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.117 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:26.023410000, lastModified=2023-10-03 18:30:22.701253000, delta=3322157000 ns, racy<=2500000000 ns 18:30:26.117 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:26.119 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.117521000, lastModified=2023-10-03 18:30:25.824278000, delta=293243000 ns, racy<=2500000000 ns 18:30:26.119 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.119 [pool-65-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.119 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.119778000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.119 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.119778000, lastModified=2023-10-03 18:30:25.824278000, delta=295500000 ns, racy<=2500000000 ns 18:30:26.119 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.120 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.120 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:26.023410000, lastModified=2023-10-03 18:30:22.701253000, delta=3322157000 ns, racy<=2500000000 ns 18:30:26.120 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:26.122 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.119778000, lastModified=2023-10-03 18:30:25.824278000, delta=295500000 ns, racy<=2500000000 ns 18:30:26.122 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.122 [pool-65-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.122 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.122838000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.122 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.122838000, lastModified=2023-10-03 18:30:25.824278000, delta=298560000 ns, racy<=2500000000 ns 18:30:26.123 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.123 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.123 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:26.023410000, lastModified=2023-10-03 18:30:22.701253000, delta=3322157000 ns, racy<=2500000000 ns 18:30:26.123 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:26.123 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.122838000, lastModified=2023-10-03 18:30:25.824278000, delta=298560000 ns, racy<=2500000000 ns 18:30:26.123 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.123 [pool-65-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.123 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.123498000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.123 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.123498000, lastModified=2023-10-03 18:30:25.824278000, delta=299220000 ns, racy<=2500000000 ns 18:30:26.123 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.123 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.123 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:26.023410000, lastModified=2023-10-03 18:30:22.701253000, delta=3322157000 ns, racy<=2500000000 ns 18:30:26.123 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:26.123 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.123498000, lastModified=2023-10-03 18:30:25.824278000, delta=299220000 ns, racy<=2500000000 ns 18:30:26.123 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.123 [pool-65-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.123 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.123934000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.124 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.123934000, lastModified=2023-10-03 18:30:25.824278000, delta=299656000 ns, racy<=2500000000 ns 18:30:26.124 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.124 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.124 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:26.023410000, lastModified=2023-10-03 18:30:22.701253000, delta=3322157000 ns, racy<=2500000000 ns 18:30:26.124 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:26.124 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:26.182 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.123934000, lastModified=2023-10-03 18:30:25.824278000, delta=299656000 ns, racy<=2500000000 ns 18:30:26.182 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.182 [pool-65-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.182 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.182888000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.183 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.182888000, lastModified=2023-10-03 18:30:25.824278000, delta=358610000 ns, racy<=2500000000 ns 18:30:26.183 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.183 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.183 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:26.023410000, lastModified=2023-10-03 18:30:22.701253000, delta=3322157000 ns, racy<=2500000000 ns 18:30:26.183 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:26.183 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:26.115808000, lastModified=2023-10-03 18:30:22.620253000, delta=3495555000 ns, racy<=4430000 ns 18:30:26.183 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:26.184 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:26.184 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:26.196 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:30:26.196 [pool-65-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:26.197 [pool-65-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:30:26.197 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:30:26.219 [pool-65-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:30:26.226 [pool-65-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:30:26.226 [pool-65-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:30:26.226 [pool-65-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:30:26.226 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s30ms [pure insertion] marking any relevant derived attributes for update...18:30:26.226 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s57ms 18:30:26.283 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s57ms 18:30:26.284 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:26.284 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:26.284 [pool-65-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:26.284 [pool-65-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:26.284 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:26.284 [pool-65-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:26.285 [pool-65-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:26.285 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:26.285 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision e2a28e09b9da20e18751cefa26b397451f522233 (timepoint 1696357825000) of /tmp/junit10944146869878240904 18:30:26.286 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:26.287 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.182888000, lastModified=2023-10-03 18:30:25.824278000, delta=358610000 ns, racy<=2500000000 ns 18:30:26.288 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:26.288 [pool-65-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:26.288 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:26.288101000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:26.288 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.288101000, lastModified=2023-10-03 18:30:25.824278000, delta=463823000 ns, racy<=2500000000 ns 18:30:26.288 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:26.288 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:26.288 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, isRacyClean=false, read=2023-10-03 18:30:26.023410000, lastModified=2023-10-03 18:30:22.701253000, delta=3322157000 ns, racy<=2500000000 ns 18:30:26.288 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/config, is unmodified 18:30:26.288 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:26.115808000, lastModified=2023-10-03 18:30:22.620253000, delta=3495555000 ns, racy<=4430000 ns 18:30:26.288 [pool-65-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10944146869878240904/.git/objects/pack, is unmodified 18:30:26.289 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:26.289 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:26.301 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:30:26.301 [pool-65-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:26.302 [pool-65-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:30:26.302 [pool-65-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:30:26.302 [pool-65-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:26.302 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:30:26.303 [pool-65-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:26.319 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:30:26.319 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:30:26.319 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:30:26.320 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:26.320 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:26.320 [pool-65-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:26.320 [pool-65-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:26.320 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:26.320 [pool-65-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:26.320 [pool-65-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:26.320 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:26.321 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 63a48103f3a5d92442c20db33fccf68c661aa2c5 (timepoint 1696357825002) of /tmp/junit10944146869878240904 18:30:26.382 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:26.382 [pool-65-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 298 ms 18:30:26.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:30:26.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit10944146869878240904:org.eclipse.hawk.git.JGitRepository:false 18:30:26.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:26.395 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:30:26.397 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:30:26.397 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15542001725489022853/test_defaultBranch[LevelDB GreyCat] 18:30:26.397 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:30:26.789 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:30:26.794 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:26.794 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:30:26.794 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:26.794 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:26.801 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:30:26.801 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:30:26.801 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:30:26.801 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:30:26.801 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:26.802 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:30:26.802 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:26.803 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:30:26.881 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:26.881 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:26.891 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:30:26.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:30:26.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:30:26.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:30:26.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:30:26.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:30:26.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:30:26.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:30:26.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:30:26.896 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:30:26.896 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:30:26.896 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:30:26.896 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:30:26.897 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:30:26.897 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:30:26.897 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:30:26.897 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:30:26.897 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:30:26.898 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:30:26.898 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:30:26.898 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:30:26.898 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:30:26.898 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:30:26.898 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:30:26.898 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:30:26.900 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:30:26.901 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:30:26.901 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:30:26.903 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:30:26.903 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:30:26.903 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:30:26.905 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:30:26.905 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:30:26.992 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:30:26.992 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:30:26.992 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:30:27.000 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:27.000 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:30:27.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:30:27.008 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:30:27.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:27.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:30:27.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 18:30:27.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:30:27.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 18:30:27.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:30:27.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:30:27.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:30:27.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:30:27.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 18:30:27.017 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:30:27.017 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:30:27.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 18:30:27.018 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:27.018 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:27.024 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:30:27.026 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:30:27.026 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:30:27.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:26.288101000, lastModified=2023-10-03 18:30:25.824278000, delta=463823000 ns, racy<=2500000000 ns 18:30:27.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.027 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.027073000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.027073000, lastModified=2023-10-03 18:30:25.824278000, delta=1202795000 ns, racy<=2500000000 ns 18:30:27.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.027073000, lastModified=2023-10-03 18:30:25.824278000, delta=1202795000 ns, racy<=2500000000 ns 18:30:27.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.027 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.027522000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.027522000, lastModified=2023-10-03 18:30:25.824278000, delta=1203244000 ns, racy<=2500000000 ns 18:30:27.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.027522000, lastModified=2023-10-03 18:30:25.824278000, delta=1203244000 ns, racy<=2500000000 ns 18:30:27.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.028 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.028052000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.028052000, lastModified=2023-10-03 18:30:25.824278000, delta=1203774000 ns, racy<=2500000000 ns 18:30:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=false, read=2023-10-03 18:30:27.027767000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827027767000 ns, racy<=2500000000 ns 18:30:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is unmodified 18:30:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.028052000, lastModified=2023-10-03 18:30:25.824278000, delta=1203774000 ns, racy<=2500000000 ns 18:30:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.081 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.081721000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.081721000, lastModified=2023-10-03 18:30:25.824278000, delta=1257443000 ns, racy<=2500000000 ns 18:30:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=false, read=2023-10-03 18:30:27.027767000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827027767000 ns, racy<=2500000000 ns 18:30:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is unmodified 18:30:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.081721000, lastModified=2023-10-03 18:30:25.824278000, delta=1257443000 ns, racy<=2500000000 ns 18:30:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.082 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.082391000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.082391000, lastModified=2023-10-03 18:30:25.824278000, delta=1258113000 ns, racy<=2500000000 ns 18:30:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=false, read=2023-10-03 18:30:27.027767000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827027767000 ns, racy<=2500000000 ns 18:30:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is unmodified 18:30:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.082391000, lastModified=2023-10-03 18:30:25.824278000, delta=1258113000 ns, racy<=2500000000 ns 18:30:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.083 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.083805000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.083805000, lastModified=2023-10-03 18:30:25.824278000, delta=1259527000 ns, racy<=2500000000 ns 18:30:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=false, read=2023-10-03 18:30:27.027767000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827027767000 ns, racy<=2500000000 ns 18:30:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is unmodified 18:30:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.083805000, lastModified=2023-10-03 18:30:25.824278000, delta=1259527000 ns, racy<=2500000000 ns 18:30:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.084 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.084537000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.084537000, lastModified=2023-10-03 18:30:25.824278000, delta=1260259000 ns, racy<=2500000000 ns 18:30:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=false, read=2023-10-03 18:30:27.027767000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827027767000 ns, racy<=2500000000 ns 18:30:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is unmodified 18:30:27.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.084537000, lastModified=2023-10-03 18:30:25.824278000, delta=1260259000 ns, racy<=2500000000 ns 18:30:27.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.085 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.085270000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.085270000, lastModified=2023-10-03 18:30:25.824278000, delta=1260992000 ns, racy<=2500000000 ns 18:30:27.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=false, read=2023-10-03 18:30:27.027767000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827027767000 ns, racy<=2500000000 ns 18:30:27.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is unmodified 18:30:27.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.085270000, lastModified=2023-10-03 18:30:25.824278000, delta=1260992000 ns, racy<=2500000000 ns 18:30:27.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.086 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.086376000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.086376000, lastModified=2023-10-03 18:30:25.824278000, delta=1262098000 ns, racy<=2500000000 ns 18:30:27.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=false, read=2023-10-03 18:30:27.027767000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827027767000 ns, racy<=2500000000 ns 18:30:27.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is unmodified 18:30:27.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.086376000, lastModified=2023-10-03 18:30:25.824278000, delta=1262098000 ns, racy<=2500000000 ns 18:30:27.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.086 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.086972000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.086972000, lastModified=2023-10-03 18:30:25.824278000, delta=1262694000 ns, racy<=2500000000 ns 18:30:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=false, read=2023-10-03 18:30:27.027767000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827027767000 ns, racy<=2500000000 ns 18:30:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is unmodified 18:30:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.086972000, lastModified=2023-10-03 18:30:25.824278000, delta=1262694000 ns, racy<=2500000000 ns 18:30:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.087 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.087554000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.087554000, lastModified=2023-10-03 18:30:25.824278000, delta=1263276000 ns, racy<=2500000000 ns 18:30:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=false, read=2023-10-03 18:30:27.027767000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827027767000 ns, racy<=2500000000 ns 18:30:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is unmodified 18:30:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.088078000, lastModified=2023-10-03 18:30:27.086288000, size=23, fileKey=(dev=1000ef,ino=224029797) 18:30:27.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.089302000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.090114000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.087554000, lastModified=2023-10-03 18:30:25.824278000, delta=1263276000 ns, racy<=2500000000 ns 18:30:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.090 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.090387000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.090387000, lastModified=2023-10-03 18:30:25.824278000, delta=1266109000 ns, racy<=2500000000 ns 18:30:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.090621000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.090387000, lastModified=2023-10-03 18:30:25.824278000, delta=1266109000 ns, racy<=2500000000 ns 18:30:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.090 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.090848000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.090848000, lastModified=2023-10-03 18:30:25.824278000, delta=1266570000 ns, racy<=2500000000 ns 18:30:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.090621000, lastModified=2023-10-03 18:30:27.088288000, delta=2333000 ns, racy<=2500000000 ns 18:30:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.091121000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.091121000, lastModified=2023-10-03 18:30:27.088288000, delta=2833000 ns, racy<=2500000000 ns 18:30:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.090848000, lastModified=2023-10-03 18:30:25.824278000, delta=1266570000 ns, racy<=2500000000 ns 18:30:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.091 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.091571000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.091571000, lastModified=2023-10-03 18:30:25.824278000, delta=1267293000 ns, racy<=2500000000 ns 18:30:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.091121000, lastModified=2023-10-03 18:30:27.088288000, delta=2833000 ns, racy<=2500000000 ns 18:30:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.091843000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.091843000, lastModified=2023-10-03 18:30:27.088288000, delta=3555000 ns, racy<=2500000000 ns 18:30:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.091571000, lastModified=2023-10-03 18:30:25.824278000, delta=1267293000 ns, racy<=2500000000 ns 18:30:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.092 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.092228000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.092228000, lastModified=2023-10-03 18:30:25.824278000, delta=1267950000 ns, racy<=2500000000 ns 18:30:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.091843000, lastModified=2023-10-03 18:30:27.088288000, delta=3555000 ns, racy<=2500000000 ns 18:30:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.092612000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.092612000, lastModified=2023-10-03 18:30:27.088288000, delta=4324000 ns, racy<=2500000000 ns 18:30:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.092228000, lastModified=2023-10-03 18:30:25.824278000, delta=1267950000 ns, racy<=2500000000 ns 18:30:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.092 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.092886000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.092886000, lastModified=2023-10-03 18:30:25.824278000, delta=1268608000 ns, racy<=2500000000 ns 18:30:27.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.092612000, lastModified=2023-10-03 18:30:27.088288000, delta=4324000 ns, racy<=2500000000 ns 18:30:27.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.093153000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.093153000, lastModified=2023-10-03 18:30:27.088288000, delta=4865000 ns, racy<=2500000000 ns 18:30:27.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.092886000, lastModified=2023-10-03 18:30:25.824278000, delta=1268608000 ns, racy<=2500000000 ns 18:30:27.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.093 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.093586000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.093586000, lastModified=2023-10-03 18:30:25.824278000, delta=1269308000 ns, racy<=2500000000 ns 18:30:27.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.093153000, lastModified=2023-10-03 18:30:27.088288000, delta=4865000 ns, racy<=2500000000 ns 18:30:27.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.093843000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.093843000, lastModified=2023-10-03 18:30:27.088288000, delta=5555000 ns, racy<=2500000000 ns 18:30:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.093586000, lastModified=2023-10-03 18:30:25.824278000, delta=1269308000 ns, racy<=2500000000 ns 18:30:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.094 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.094167000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.094167000, lastModified=2023-10-03 18:30:25.824278000, delta=1269889000 ns, racy<=2500000000 ns 18:30:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.093843000, lastModified=2023-10-03 18:30:27.088288000, delta=5555000 ns, racy<=2500000000 ns 18:30:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.094433000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.094433000, lastModified=2023-10-03 18:30:27.088288000, delta=6145000 ns, racy<=2500000000 ns 18:30:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:30:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, create new FileSnapshot: lastRead=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, size=6, fileKey=(dev=1000ef,ino=232999382) 18:30:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:30:27.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.094167000, lastModified=2023-10-03 18:30:25.824278000, delta=1269889000 ns, racy<=2500000000 ns 18:30:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.097 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.097241000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.097241000, lastModified=2023-10-03 18:30:25.824278000, delta=1272963000 ns, racy<=2500000000 ns 18:30:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.094433000, lastModified=2023-10-03 18:30:27.088288000, delta=6145000 ns, racy<=2500000000 ns 18:30:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.097545000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.097545000, lastModified=2023-10-03 18:30:27.088288000, delta=9257000 ns, racy<=2500000000 ns 18:30:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.097699000, lastModified=2023-10-03 18:30:27.090288000, size=0, fileKey=(dev=1000ef,ino=224029801) 18:30:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.097241000, lastModified=2023-10-03 18:30:25.824278000, delta=1272963000 ns, racy<=2500000000 ns 18:30:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.097 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.097807000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.097807000, lastModified=2023-10-03 18:30:25.824278000, delta=1273529000 ns, racy<=2500000000 ns 18:30:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.097545000, lastModified=2023-10-03 18:30:27.088288000, delta=9257000 ns, racy<=2500000000 ns 18:30:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.098072000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.098072000, lastModified=2023-10-03 18:30:27.088288000, delta=9784000 ns, racy<=2500000000 ns 18:30:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.098304000, lastModified=2023-10-03 18:30:27.097288000, size=104, fileKey=(dev=1000ef,ino=224029801) 18:30:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.098396000, lastModified=2023-10-03 18:30:27.097288000, size=104, fileKey=(dev=1000ef,ino=224029801) 18:30:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.097807000, lastModified=2023-10-03 18:30:25.824278000, delta=1273529000 ns, racy<=2500000000 ns 18:30:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.098 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.098653000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.098653000, lastModified=2023-10-03 18:30:25.824278000, delta=1274375000 ns, racy<=2500000000 ns 18:30:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.098072000, lastModified=2023-10-03 18:30:27.088288000, delta=9784000 ns, racy<=2500000000 ns 18:30:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.098909000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.098909000, lastModified=2023-10-03 18:30:27.088288000, delta=10621000 ns, racy<=2500000000 ns 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.098653000, lastModified=2023-10-03 18:30:25.824278000, delta=1274375000 ns, racy<=2500000000 ns 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.099 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.099132000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.099132000, lastModified=2023-10-03 18:30:25.824278000, delta=1274854000 ns, racy<=2500000000 ns 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.098909000, lastModified=2023-10-03 18:30:27.088288000, delta=10621000 ns, racy<=2500000000 ns 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.099394000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.099394000, lastModified=2023-10-03 18:30:27.088288000, delta=11106000 ns, racy<=2500000000 ns 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.099132000, lastModified=2023-10-03 18:30:25.824278000, delta=1274854000 ns, racy<=2500000000 ns 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.099 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.099644000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.099644000, lastModified=2023-10-03 18:30:25.824278000, delta=1275366000 ns, racy<=2500000000 ns 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.099394000, lastModified=2023-10-03 18:30:27.088288000, delta=11106000 ns, racy<=2500000000 ns 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.099895000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.099895000, lastModified=2023-10-03 18:30:27.088288000, delta=11607000 ns, racy<=2500000000 ns 18:30:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.099644000, lastModified=2023-10-03 18:30:25.824278000, delta=1275366000 ns, racy<=2500000000 ns 18:30:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.100 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.100108000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.100108000, lastModified=2023-10-03 18:30:25.824278000, delta=1275830000 ns, racy<=2500000000 ns 18:30:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.099895000, lastModified=2023-10-03 18:30:27.088288000, delta=11607000 ns, racy<=2500000000 ns 18:30:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.100366000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.100366000, lastModified=2023-10-03 18:30:27.088288000, delta=12078000 ns, racy<=2500000000 ns 18:30:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, create new FileSnapshot: lastRead=2023-10-03 18:30:27.100548000, lastModified=2023-10-03 18:30:27.086288000, size=23, fileKey=(dev=1000ef,ino=224029797) 18:30:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.100108000, lastModified=2023-10-03 18:30:25.824278000, delta=1275830000 ns, racy<=2500000000 ns 18:30:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.100 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.100872000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.100872000, lastModified=2023-10-03 18:30:25.824278000, delta=1276594000 ns, racy<=2500000000 ns 18:30:27.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.100366000, lastModified=2023-10-03 18:30:27.088288000, delta=12078000 ns, racy<=2500000000 ns 18:30:27.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.101136000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.101136000, lastModified=2023-10-03 18:30:27.088288000, delta=12848000 ns, racy<=2500000000 ns 18:30:27.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:27.100548000, lastModified=2023-10-03 18:30:27.086288000, delta=14260000 ns, racy<=4430000 ns 18:30:27.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, is unmodified 18:30:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.100872000, lastModified=2023-10-03 18:30:25.824278000, delta=1276594000 ns, racy<=2500000000 ns 18:30:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.102 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.102103000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.102103000, lastModified=2023-10-03 18:30:25.824278000, delta=1277825000 ns, racy<=2500000000 ns 18:30:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.101136000, lastModified=2023-10-03 18:30:27.088288000, delta=12848000 ns, racy<=2500000000 ns 18:30:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.102410000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.102410000, lastModified=2023-10-03 18:30:27.088288000, delta=14122000 ns, racy<=2500000000 ns 18:30:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.102758000, lastModified=2023-10-03 18:30:27.097288000, size=104, fileKey=(dev=1000ef,ino=224029801) 18:30:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.102835000, lastModified=2023-10-03 18:30:27.097288000, size=104, fileKey=(dev=1000ef,ino=224029801) 18:30:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.102103000, lastModified=2023-10-03 18:30:25.824278000, delta=1277825000 ns, racy<=2500000000 ns 18:30:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.107 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.107992000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.107992000, lastModified=2023-10-03 18:30:25.824278000, delta=1283714000 ns, racy<=2500000000 ns 18:30:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.102410000, lastModified=2023-10-03 18:30:27.088288000, delta=14122000 ns, racy<=2500000000 ns 18:30:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.108297000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.108297000, lastModified=2023-10-03 18:30:27.088288000, delta=20009000 ns, racy<=2500000000 ns 18:30:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:27.100548000, lastModified=2023-10-03 18:30:27.086288000, delta=14260000 ns, racy<=4430000 ns 18:30:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, is unmodified 18:30:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.107992000, lastModified=2023-10-03 18:30:25.824278000, delta=1283714000 ns, racy<=2500000000 ns 18:30:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.108 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.108781000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.108781000, lastModified=2023-10-03 18:30:25.824278000, delta=1284503000 ns, racy<=2500000000 ns 18:30:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.108297000, lastModified=2023-10-03 18:30:27.088288000, delta=20009000 ns, racy<=2500000000 ns 18:30:27.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.109048000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.109048000, lastModified=2023-10-03 18:30:27.088288000, delta=20760000 ns, racy<=2500000000 ns 18:30:27.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.108781000, lastModified=2023-10-03 18:30:25.824278000, delta=1284503000 ns, racy<=2500000000 ns 18:30:27.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.109 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.109476000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.109476000, lastModified=2023-10-03 18:30:25.824278000, delta=1285198000 ns, racy<=2500000000 ns 18:30:27.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.109048000, lastModified=2023-10-03 18:30:27.088288000, delta=20760000 ns, racy<=2500000000 ns 18:30:27.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.109759000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.109759000, lastModified=2023-10-03 18:30:27.088288000, delta=21471000 ns, racy<=2500000000 ns 18:30:27.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.109476000, lastModified=2023-10-03 18:30:25.824278000, delta=1285198000 ns, racy<=2500000000 ns 18:30:27.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.110 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.110742000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.110742000, lastModified=2023-10-03 18:30:25.824278000, delta=1286464000 ns, racy<=2500000000 ns 18:30:27.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.109759000, lastModified=2023-10-03 18:30:27.088288000, delta=21471000 ns, racy<=2500000000 ns 18:30:27.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.111028000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.111028000, lastModified=2023-10-03 18:30:27.088288000, delta=22740000 ns, racy<=2500000000 ns 18:30:27.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.110742000, lastModified=2023-10-03 18:30:25.824278000, delta=1286464000 ns, racy<=2500000000 ns 18:30:27.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.111 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.111359000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.111359000, lastModified=2023-10-03 18:30:25.824278000, delta=1287081000 ns, racy<=2500000000 ns 18:30:27.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.111028000, lastModified=2023-10-03 18:30:27.088288000, delta=22740000 ns, racy<=2500000000 ns 18:30:27.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.111632000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.111632000, lastModified=2023-10-03 18:30:27.088288000, delta=23344000 ns, racy<=2500000000 ns 18:30:27.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.111359000, lastModified=2023-10-03 18:30:25.824278000, delta=1287081000 ns, racy<=2500000000 ns 18:30:27.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.111 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.111904000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.111904000, lastModified=2023-10-03 18:30:25.824278000, delta=1287626000 ns, racy<=2500000000 ns 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.111632000, lastModified=2023-10-03 18:30:27.088288000, delta=23344000 ns, racy<=2500000000 ns 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.112177000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.112177000, lastModified=2023-10-03 18:30:27.088288000, delta=23889000 ns, racy<=2500000000 ns 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.111904000, lastModified=2023-10-03 18:30:25.824278000, delta=1287626000 ns, racy<=2500000000 ns 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.112 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.112417000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.112417000, lastModified=2023-10-03 18:30:25.824278000, delta=1288139000 ns, racy<=2500000000 ns 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.112177000, lastModified=2023-10-03 18:30:27.088288000, delta=23889000 ns, racy<=2500000000 ns 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.112681000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.112681000, lastModified=2023-10-03 18:30:27.088288000, delta=24393000 ns, racy<=2500000000 ns 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.112417000, lastModified=2023-10-03 18:30:25.824278000, delta=1288139000 ns, racy<=2500000000 ns 18:30:27.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.112 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.112989000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.112989000, lastModified=2023-10-03 18:30:25.824278000, delta=1288711000 ns, racy<=2500000000 ns 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.112681000, lastModified=2023-10-03 18:30:27.088288000, delta=24393000 ns, racy<=2500000000 ns 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.113271000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.113271000, lastModified=2023-10-03 18:30:27.088288000, delta=24983000 ns, racy<=2500000000 ns 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.112989000, lastModified=2023-10-03 18:30:25.824278000, delta=1288711000 ns, racy<=2500000000 ns 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.113 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.113509000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.113509000, lastModified=2023-10-03 18:30:25.824278000, delta=1289231000 ns, racy<=2500000000 ns 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.113271000, lastModified=2023-10-03 18:30:27.088288000, delta=24983000 ns, racy<=2500000000 ns 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.113792000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.113792000, lastModified=2023-10-03 18:30:27.088288000, delta=25504000 ns, racy<=2500000000 ns 18:30:27.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.114037000, lastModified=2023-10-03 18:30:27.109288000, size=41, fileKey=(dev=1000ef,ino=225692627) 18:30:27.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.113509000, lastModified=2023-10-03 18:30:25.824278000, delta=1289231000 ns, racy<=2500000000 ns 18:30:27.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.114 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.114310000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.114310000, lastModified=2023-10-03 18:30:25.824278000, delta=1290032000 ns, racy<=2500000000 ns 18:30:27.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.113792000, lastModified=2023-10-03 18:30:27.088288000, delta=25504000 ns, racy<=2500000000 ns 18:30:27.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.114575000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.114 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.114575000, lastModified=2023-10-03 18:30:27.088288000, delta=26287000 ns, racy<=2500000000 ns 18:30:27.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.114310000, lastModified=2023-10-03 18:30:25.824278000, delta=1290032000 ns, racy<=2500000000 ns 18:30:27.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.115 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.115614000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.115614000, lastModified=2023-10-03 18:30:25.824278000, delta=1291336000 ns, racy<=2500000000 ns 18:30:27.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.114575000, lastModified=2023-10-03 18:30:27.088288000, delta=26287000 ns, racy<=2500000000 ns 18:30:27.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.115885000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.115885000, lastModified=2023-10-03 18:30:27.088288000, delta=27597000 ns, racy<=2500000000 ns 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.115614000, lastModified=2023-10-03 18:30:25.824278000, delta=1291336000 ns, racy<=2500000000 ns 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.116 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.116111000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.116111000, lastModified=2023-10-03 18:30:25.824278000, delta=1291833000 ns, racy<=2500000000 ns 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.115885000, lastModified=2023-10-03 18:30:27.088288000, delta=27597000 ns, racy<=2500000000 ns 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.116405000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.116405000, lastModified=2023-10-03 18:30:27.088288000, delta=28117000 ns, racy<=2500000000 ns 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.116111000, lastModified=2023-10-03 18:30:25.824278000, delta=1291833000 ns, racy<=2500000000 ns 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.116 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.116605000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.116605000, lastModified=2023-10-03 18:30:25.824278000, delta=1292327000 ns, racy<=2500000000 ns 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.116405000, lastModified=2023-10-03 18:30:27.088288000, delta=28117000 ns, racy<=2500000000 ns 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.116863000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.116863000, lastModified=2023-10-03 18:30:27.088288000, delta=28575000 ns, racy<=2500000000 ns 18:30:27.117 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.116605000, lastModified=2023-10-03 18:30:25.824278000, delta=1292327000 ns, racy<=2500000000 ns 18:30:27.117 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.117 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.117 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.117091000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.117 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.117091000, lastModified=2023-10-03 18:30:25.824278000, delta=1292813000 ns, racy<=2500000000 ns 18:30:27.117 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.117 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.117 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.116863000, lastModified=2023-10-03 18:30:27.088288000, delta=28575000 ns, racy<=2500000000 ns 18:30:27.117 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.117 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.117376000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.117 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.117376000, lastModified=2023-10-03 18:30:27.088288000, delta=29088000 ns, racy<=2500000000 ns 18:30:27.117 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.117670000, lastModified=2023-10-03 18:30:27.097288000, size=104, fileKey=(dev=1000ef,ino=224029801) 18:30:27.117 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.117745000, lastModified=2023-10-03 18:30:27.097288000, size=104, fileKey=(dev=1000ef,ino=224029801) 18:30:27.117 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.117091000, lastModified=2023-10-03 18:30:25.824278000, delta=1292813000 ns, racy<=2500000000 ns 18:30:27.117 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.117 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.117 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.117879000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.117 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.117879000, lastModified=2023-10-03 18:30:25.824278000, delta=1293601000 ns, racy<=2500000000 ns 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.117376000, lastModified=2023-10-03 18:30:27.088288000, delta=29088000 ns, racy<=2500000000 ns 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.118136000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.118136000, lastModified=2023-10-03 18:30:27.088288000, delta=29848000 ns, racy<=2500000000 ns 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.117879000, lastModified=2023-10-03 18:30:25.824278000, delta=1293601000 ns, racy<=2500000000 ns 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.118 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.118338000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.118338000, lastModified=2023-10-03 18:30:25.824278000, delta=1294060000 ns, racy<=2500000000 ns 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.118136000, lastModified=2023-10-03 18:30:27.088288000, delta=29848000 ns, racy<=2500000000 ns 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.118612000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.118612000, lastModified=2023-10-03 18:30:27.088288000, delta=30324000 ns, racy<=2500000000 ns 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.118338000, lastModified=2023-10-03 18:30:25.824278000, delta=1294060000 ns, racy<=2500000000 ns 18:30:27.118 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.119 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.119066000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.119066000, lastModified=2023-10-03 18:30:25.824278000, delta=1294788000 ns, racy<=2500000000 ns 18:30:27.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.118612000, lastModified=2023-10-03 18:30:27.088288000, delta=30324000 ns, racy<=2500000000 ns 18:30:27.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.119385000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.119385000, lastModified=2023-10-03 18:30:27.088288000, delta=31097000 ns, racy<=2500000000 ns 18:30:27.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.120757000, lastModified=2023-10-03 18:30:27.116288000, size=0, fileKey=(dev=1000ef,ino=224029802) 18:30:27.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.119066000, lastModified=2023-10-03 18:30:25.824278000, delta=1294788000 ns, racy<=2500000000 ns 18:30:27.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.120 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.120869000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.120869000, lastModified=2023-10-03 18:30:25.824278000, delta=1296591000 ns, racy<=2500000000 ns 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.119385000, lastModified=2023-10-03 18:30:27.088288000, delta=31097000 ns, racy<=2500000000 ns 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.121140000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.121140000, lastModified=2023-10-03 18:30:27.088288000, delta=32852000 ns, racy<=2500000000 ns 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.121360000, lastModified=2023-10-03 18:30:27.120288000, size=104, fileKey=(dev=1000ef,ino=224029802) 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.121462000, lastModified=2023-10-03 18:30:27.120288000, size=104, fileKey=(dev=1000ef,ino=224029802) 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.120869000, lastModified=2023-10-03 18:30:25.824278000, delta=1296591000 ns, racy<=2500000000 ns 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.121 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.121582000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.121582000, lastModified=2023-10-03 18:30:25.824278000, delta=1297304000 ns, racy<=2500000000 ns 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.121140000, lastModified=2023-10-03 18:30:27.088288000, delta=32852000 ns, racy<=2500000000 ns 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.121830000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.121830000, lastModified=2023-10-03 18:30:27.088288000, delta=33542000 ns, racy<=2500000000 ns 18:30:27.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:27.100548000, lastModified=2023-10-03 18:30:27.086288000, delta=14260000 ns, racy<=4430000 ns 18:30:27.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, is unmodified 18:30:27.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, isRacyClean=false, read=2023-10-03 18:30:27.114037000, lastModified=2023-10-03 18:30:27.109288000, delta=4749000 ns, racy<=4430000 ns 18:30:27.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, is unmodified 18:30:27.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.121582000, lastModified=2023-10-03 18:30:25.824278000, delta=1297304000 ns, racy<=2500000000 ns 18:30:27.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.122 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.122765000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.122765000, lastModified=2023-10-03 18:30:25.824278000, delta=1298487000 ns, racy<=2500000000 ns 18:30:27.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.122 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.121830000, lastModified=2023-10-03 18:30:27.088288000, delta=33542000 ns, racy<=2500000000 ns 18:30:27.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.123042000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.123042000, lastModified=2023-10-03 18:30:27.088288000, delta=34754000 ns, racy<=2500000000 ns 18:30:27.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:27.100548000, lastModified=2023-10-03 18:30:27.086288000, delta=14260000 ns, racy<=4430000 ns 18:30:27.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, is unmodified 18:30:27.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, isRacyClean=false, read=2023-10-03 18:30:27.114037000, lastModified=2023-10-03 18:30:27.109288000, delta=4749000 ns, racy<=4430000 ns 18:30:27.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, is unmodified 18:30:27.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.122765000, lastModified=2023-10-03 18:30:25.824278000, delta=1298487000 ns, racy<=2500000000 ns 18:30:27.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.123 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.123874000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.123 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.123874000, lastModified=2023-10-03 18:30:25.824278000, delta=1299596000 ns, racy<=2500000000 ns 18:30:27.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.123042000, lastModified=2023-10-03 18:30:27.088288000, delta=34754000 ns, racy<=2500000000 ns 18:30:27.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.124156000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.124156000, lastModified=2023-10-03 18:30:27.088288000, delta=35868000 ns, racy<=2500000000 ns 18:30:27.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.124514000, lastModified=2023-10-03 18:30:27.120288000, size=104, fileKey=(dev=1000ef,ino=224029802) 18:30:27.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.124587000, lastModified=2023-10-03 18:30:27.120288000, size=104, fileKey=(dev=1000ef,ino=224029802) 18:30:27.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.124 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.123874000, lastModified=2023-10-03 18:30:25.824278000, delta=1299596000 ns, racy<=2500000000 ns 18:30:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.183 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.183201000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.183201000, lastModified=2023-10-03 18:30:25.824278000, delta=1358923000 ns, racy<=2500000000 ns 18:30:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.124156000, lastModified=2023-10-03 18:30:27.088288000, delta=35868000 ns, racy<=2500000000 ns 18:30:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.183535000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.183535000, lastModified=2023-10-03 18:30:27.088288000, delta=95247000 ns, racy<=2500000000 ns 18:30:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:27.100548000, lastModified=2023-10-03 18:30:27.086288000, delta=14260000 ns, racy<=4430000 ns 18:30:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, is unmodified 18:30:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, isRacyClean=false, read=2023-10-03 18:30:27.114037000, lastModified=2023-10-03 18:30:27.109288000, delta=4749000 ns, racy<=4430000 ns 18:30:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, is unmodified 18:30:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.183201000, lastModified=2023-10-03 18:30:25.824278000, delta=1358923000 ns, racy<=2500000000 ns 18:30:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.184 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.184136000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.184136000, lastModified=2023-10-03 18:30:25.824278000, delta=1359858000 ns, racy<=2500000000 ns 18:30:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.183535000, lastModified=2023-10-03 18:30:27.088288000, delta=95247000 ns, racy<=2500000000 ns 18:30:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.184414000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.184414000, lastModified=2023-10-03 18:30:27.088288000, delta=96126000 ns, racy<=2500000000 ns 18:30:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, isRacyClean=false, read=2023-10-03 18:30:27.114037000, lastModified=2023-10-03 18:30:27.109288000, delta=4749000 ns, racy<=4430000 ns 18:30:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, is unmodified 18:30:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.184136000, lastModified=2023-10-03 18:30:25.824278000, delta=1359858000 ns, racy<=2500000000 ns 18:30:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.184 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.184976000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.184976000, lastModified=2023-10-03 18:30:25.824278000, delta=1360698000 ns, racy<=2500000000 ns 18:30:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.184414000, lastModified=2023-10-03 18:30:27.088288000, delta=96126000 ns, racy<=2500000000 ns 18:30:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.185240000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.185240000, lastModified=2023-10-03 18:30:27.088288000, delta=96952000 ns, racy<=2500000000 ns 18:30:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.184976000, lastModified=2023-10-03 18:30:25.824278000, delta=1360698000 ns, racy<=2500000000 ns 18:30:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.185 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.185520000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.185520000, lastModified=2023-10-03 18:30:25.824278000, delta=1361242000 ns, racy<=2500000000 ns 18:30:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.185240000, lastModified=2023-10-03 18:30:27.088288000, delta=96952000 ns, racy<=2500000000 ns 18:30:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.185782000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.185782000, lastModified=2023-10-03 18:30:27.088288000, delta=97494000 ns, racy<=2500000000 ns 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.185520000, lastModified=2023-10-03 18:30:25.824278000, delta=1361242000 ns, racy<=2500000000 ns 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.186 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.186087000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.186087000, lastModified=2023-10-03 18:30:25.824278000, delta=1361809000 ns, racy<=2500000000 ns 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.185782000, lastModified=2023-10-03 18:30:27.088288000, delta=97494000 ns, racy<=2500000000 ns 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.186365000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.186365000, lastModified=2023-10-03 18:30:27.088288000, delta=98077000 ns, racy<=2500000000 ns 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.186087000, lastModified=2023-10-03 18:30:25.824278000, delta=1361809000 ns, racy<=2500000000 ns 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.186 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.186616000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.186616000, lastModified=2023-10-03 18:30:25.824278000, delta=1362338000 ns, racy<=2500000000 ns 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.186365000, lastModified=2023-10-03 18:30:27.088288000, delta=98077000 ns, racy<=2500000000 ns 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.186865000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.186865000, lastModified=2023-10-03 18:30:27.088288000, delta=98577000 ns, racy<=2500000000 ns 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.186616000, lastModified=2023-10-03 18:30:25.824278000, delta=1362338000 ns, racy<=2500000000 ns 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.187 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.187111000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.187111000, lastModified=2023-10-03 18:30:25.824278000, delta=1362833000 ns, racy<=2500000000 ns 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.186865000, lastModified=2023-10-03 18:30:27.088288000, delta=98577000 ns, racy<=2500000000 ns 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.187394000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.187394000, lastModified=2023-10-03 18:30:27.088288000, delta=99106000 ns, racy<=2500000000 ns 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.187111000, lastModified=2023-10-03 18:30:25.824278000, delta=1362833000 ns, racy<=2500000000 ns 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.187 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.187626000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.187626000, lastModified=2023-10-03 18:30:25.824278000, delta=1363348000 ns, racy<=2500000000 ns 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.187394000, lastModified=2023-10-03 18:30:27.088288000, delta=99106000 ns, racy<=2500000000 ns 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.187884000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.187884000, lastModified=2023-10-03 18:30:27.088288000, delta=99596000 ns, racy<=2500000000 ns 18:30:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.188053000, lastModified=2023-10-03 18:30:27.184288000, size=41, fileKey=(dev=1000ef,ino=225692628) 18:30:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.187626000, lastModified=2023-10-03 18:30:25.824278000, delta=1363348000 ns, racy<=2500000000 ns 18:30:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.188 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.188388000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.188388000, lastModified=2023-10-03 18:30:25.824278000, delta=1364110000 ns, racy<=2500000000 ns 18:30:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.187884000, lastModified=2023-10-03 18:30:27.088288000, delta=99596000 ns, racy<=2500000000 ns 18:30:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.188648000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.188648000, lastModified=2023-10-03 18:30:27.088288000, delta=100360000 ns, racy<=2500000000 ns 18:30:27.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.188388000, lastModified=2023-10-03 18:30:25.824278000, delta=1364110000 ns, racy<=2500000000 ns 18:30:27.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.193 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.193329000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.193329000, lastModified=2023-10-03 18:30:25.824278000, delta=1369051000 ns, racy<=2500000000 ns 18:30:27.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.188648000, lastModified=2023-10-03 18:30:27.088288000, delta=100360000 ns, racy<=2500000000 ns 18:30:27.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.193610000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.193610000, lastModified=2023-10-03 18:30:27.088288000, delta=105322000 ns, racy<=2500000000 ns 18:30:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.193329000, lastModified=2023-10-03 18:30:25.824278000, delta=1369051000 ns, racy<=2500000000 ns 18:30:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.194 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.194581000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.194581000, lastModified=2023-10-03 18:30:25.824278000, delta=1370303000 ns, racy<=2500000000 ns 18:30:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.193610000, lastModified=2023-10-03 18:30:27.088288000, delta=105322000 ns, racy<=2500000000 ns 18:30:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.194863000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.194863000, lastModified=2023-10-03 18:30:27.088288000, delta=106575000 ns, racy<=2500000000 ns 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:27.100548000, lastModified=2023-10-03 18:30:27.086288000, delta=14260000 ns, racy<=4430000 ns 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, is unmodified 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, isRacyClean=true, read=2023-10-03 18:30:27.188053000, lastModified=2023-10-03 18:30:27.184288000, delta=3765000 ns, racy<=4430000 ns 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, is racily clean 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-10-03 18:30:27.195201000, lastModified=2023-10-03 18:30:27.184288000, size=41, fileKey=(dev=1000ef,ino=225692628) 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, isRacyClean=false, read=2023-10-03 18:30:27.195201000, lastModified=2023-10-03 18:30:27.184288000, delta=10913000 ns, racy<=4430000 ns 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.194581000, lastModified=2023-10-03 18:30:25.824278000, delta=1370303000 ns, racy<=2500000000 ns 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.195 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.195448000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.195448000, lastModified=2023-10-03 18:30:25.824278000, delta=1371170000 ns, racy<=2500000000 ns 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.194863000, lastModified=2023-10-03 18:30:27.088288000, delta=106575000 ns, racy<=2500000000 ns 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.195705000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.195705000, lastModified=2023-10-03 18:30:27.088288000, delta=107417000 ns, racy<=2500000000 ns 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:27.100548000, lastModified=2023-10-03 18:30:27.086288000, delta=14260000 ns, racy<=4430000 ns 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, is unmodified 18:30:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, cannot be racily clean 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.195448000, lastModified=2023-10-03 18:30:25.824278000, delta=1371170000 ns, racy<=2500000000 ns 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.196 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.196122000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.196122000, lastModified=2023-10-03 18:30:25.824278000, delta=1371844000 ns, racy<=2500000000 ns 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.195705000, lastModified=2023-10-03 18:30:27.088288000, delta=107417000 ns, racy<=2500000000 ns 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.196382000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.196382000, lastModified=2023-10-03 18:30:27.088288000, delta=108094000 ns, racy<=2500000000 ns 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:27.100548000, lastModified=2023-10-03 18:30:27.086288000, delta=14260000 ns, racy<=4430000 ns 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, is unmodified 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, cannot be racily clean 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.196122000, lastModified=2023-10-03 18:30:25.824278000, delta=1371844000 ns, racy<=2500000000 ns 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.196 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.196730000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.196730000, lastModified=2023-10-03 18:30:25.824278000, delta=1372452000 ns, racy<=2500000000 ns 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.196382000, lastModified=2023-10-03 18:30:27.088288000, delta=108094000 ns, racy<=2500000000 ns 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.196982000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.196982000, lastModified=2023-10-03 18:30:27.088288000, delta=108694000 ns, racy<=2500000000 ns 18:30:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:27.100548000, lastModified=2023-10-03 18:30:27.086288000, delta=14260000 ns, racy<=4430000 ns 18:30:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, is unmodified 18:30:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, cannot be racily clean 18:30:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.196730000, lastModified=2023-10-03 18:30:25.824278000, delta=1372452000 ns, racy<=2500000000 ns 18:30:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.197 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.197578000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.197578000, lastModified=2023-10-03 18:30:25.824278000, delta=1373300000 ns, racy<=2500000000 ns 18:30:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.196982000, lastModified=2023-10-03 18:30:27.088288000, delta=108694000 ns, racy<=2500000000 ns 18:30:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.197847000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.197847000, lastModified=2023-10-03 18:30:27.088288000, delta=109559000 ns, racy<=2500000000 ns 18:30:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.197578000, lastModified=2023-10-03 18:30:25.824278000, delta=1373300000 ns, racy<=2500000000 ns 18:30:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.198 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.198244000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.198244000, lastModified=2023-10-03 18:30:25.824278000, delta=1373966000 ns, racy<=2500000000 ns 18:30:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.197847000, lastModified=2023-10-03 18:30:27.088288000, delta=109559000 ns, racy<=2500000000 ns 18:30:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.198512000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.198512000, lastModified=2023-10-03 18:30:27.088288000, delta=110224000 ns, racy<=2500000000 ns 18:30:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads, create new FileSnapshot: lastRead=2023-10-03 18:30:27.198695000, lastModified=2023-10-03 18:30:27.186288000, size=20, fileKey=(dev=1000ef,ino=225692626) 18:30:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.198244000, lastModified=2023-10-03 18:30:25.824278000, delta=1373966000 ns, racy<=2500000000 ns 18:30:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.198 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.198912000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.198912000, lastModified=2023-10-03 18:30:25.824278000, delta=1374634000 ns, racy<=2500000000 ns 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.198512000, lastModified=2023-10-03 18:30:27.088288000, delta=110224000 ns, racy<=2500000000 ns 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.199176000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.199176000, lastModified=2023-10-03 18:30:27.088288000, delta=110888000 ns, racy<=2500000000 ns 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs, create new FileSnapshot: lastRead=2023-10-03 18:30:27.199365000, lastModified=2023-10-03 18:30:27.081288000, size=31, fileKey=(dev=1000ef,ino=224769148) 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.198912000, lastModified=2023-10-03 18:30:25.824278000, delta=1374634000 ns, racy<=2500000000 ns 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.199 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.199621000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.199621000, lastModified=2023-10-03 18:30:25.824278000, delta=1375343000 ns, racy<=2500000000 ns 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.199176000, lastModified=2023-10-03 18:30:27.088288000, delta=110888000 ns, racy<=2500000000 ns 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.199880000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.199880000, lastModified=2023-10-03 18:30:27.088288000, delta=111592000 ns, racy<=2500000000 ns 18:30:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.199621000, lastModified=2023-10-03 18:30:25.824278000, delta=1375343000 ns, racy<=2500000000 ns 18:30:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.200 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.200324000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.200324000, lastModified=2023-10-03 18:30:25.824278000, delta=1376046000 ns, racy<=2500000000 ns 18:30:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.199880000, lastModified=2023-10-03 18:30:27.088288000, delta=111592000 ns, racy<=2500000000 ns 18:30:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.200571000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.200571000, lastModified=2023-10-03 18:30:27.088288000, delta=112283000 ns, racy<=2500000000 ns 18:30:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.200324000, lastModified=2023-10-03 18:30:25.824278000, delta=1376046000 ns, racy<=2500000000 ns 18:30:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.201 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.201493000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.201493000, lastModified=2023-10-03 18:30:25.824278000, delta=1377215000 ns, racy<=2500000000 ns 18:30:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.200571000, lastModified=2023-10-03 18:30:27.088288000, delta=112283000 ns, racy<=2500000000 ns 18:30:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.201739000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.201739000, lastModified=2023-10-03 18:30:27.088288000, delta=113451000 ns, racy<=2500000000 ns 18:30:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.201493000, lastModified=2023-10-03 18:30:25.824278000, delta=1377215000 ns, racy<=2500000000 ns 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.202 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.202044000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.202044000, lastModified=2023-10-03 18:30:25.824278000, delta=1377766000 ns, racy<=2500000000 ns 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.201739000, lastModified=2023-10-03 18:30:27.088288000, delta=113451000 ns, racy<=2500000000 ns 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.202326000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.202326000, lastModified=2023-10-03 18:30:27.088288000, delta=114038000 ns, racy<=2500000000 ns 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.202044000, lastModified=2023-10-03 18:30:25.824278000, delta=1377766000 ns, racy<=2500000000 ns 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.202 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.202613000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.202613000, lastModified=2023-10-03 18:30:25.824278000, delta=1378335000 ns, racy<=2500000000 ns 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.202326000, lastModified=2023-10-03 18:30:27.088288000, delta=114038000 ns, racy<=2500000000 ns 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.202868000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.202868000, lastModified=2023-10-03 18:30:27.088288000, delta=114580000 ns, racy<=2500000000 ns 18:30:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.202613000, lastModified=2023-10-03 18:30:25.824278000, delta=1378335000 ns, racy<=2500000000 ns 18:30:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.203 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.203106000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.203106000, lastModified=2023-10-03 18:30:25.824278000, delta=1378828000 ns, racy<=2500000000 ns 18:30:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.202868000, lastModified=2023-10-03 18:30:27.088288000, delta=114580000 ns, racy<=2500000000 ns 18:30:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.203396000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.203396000, lastModified=2023-10-03 18:30:27.088288000, delta=115108000 ns, racy<=2500000000 ns 18:30:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.203642000, lastModified=2023-10-03 18:30:27.200289000, size=41, fileKey=(dev=1000ef,ino=225692627) 18:30:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.203106000, lastModified=2023-10-03 18:30:25.824278000, delta=1378828000 ns, racy<=2500000000 ns 18:30:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.203 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.203890000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.203890000, lastModified=2023-10-03 18:30:25.824278000, delta=1379612000 ns, racy<=2500000000 ns 18:30:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.203396000, lastModified=2023-10-03 18:30:27.088288000, delta=115108000 ns, racy<=2500000000 ns 18:30:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.204147000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.204147000, lastModified=2023-10-03 18:30:27.088288000, delta=115859000 ns, racy<=2500000000 ns 18:30:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-10-03 18:30:27.203642000, lastModified=2023-10-03 18:30:27.200289000, delta=3353000 ns, racy<=4430000 ns 18:30:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, is racily clean 18:30:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-10-03 18:30:27.204741000, lastModified=2023-10-03 18:30:27.200289000, size=41, fileKey=(dev=1000ef,ino=225692627) 18:30:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2023-10-03 18:30:27.204741000, lastModified=2023-10-03 18:30:27.200289000, delta=4452000 ns, racy<=4430000 ns 18:30:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.203890000, lastModified=2023-10-03 18:30:25.824278000, delta=1379612000 ns, racy<=2500000000 ns 18:30:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.204 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.204971000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.204971000, lastModified=2023-10-03 18:30:25.824278000, delta=1380693000 ns, racy<=2500000000 ns 18:30:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.204147000, lastModified=2023-10-03 18:30:27.088288000, delta=115859000 ns, racy<=2500000000 ns 18:30:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.205226000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.205226000, lastModified=2023-10-03 18:30:27.088288000, delta=116938000 ns, racy<=2500000000 ns 18:30:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:27.100548000, lastModified=2023-10-03 18:30:27.086288000, delta=14260000 ns, racy<=4430000 ns 18:30:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, is unmodified 18:30:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, cannot be racily clean 18:30:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.204971000, lastModified=2023-10-03 18:30:25.824278000, delta=1380693000 ns, racy<=2500000000 ns 18:30:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.205 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.205886000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.205886000, lastModified=2023-10-03 18:30:25.824278000, delta=1381608000 ns, racy<=2500000000 ns 18:30:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.205226000, lastModified=2023-10-03 18:30:27.088288000, delta=116938000 ns, racy<=2500000000 ns 18:30:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.206325000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.206325000, lastModified=2023-10-03 18:30:27.088288000, delta=118037000 ns, racy<=2500000000 ns 18:30:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, cannot be racily clean 18:30:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.205886000, lastModified=2023-10-03 18:30:25.824278000, delta=1381608000 ns, racy<=2500000000 ns 18:30:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.207 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.207062000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.207062000, lastModified=2023-10-03 18:30:25.824278000, delta=1382784000 ns, racy<=2500000000 ns 18:30:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.206325000, lastModified=2023-10-03 18:30:27.088288000, delta=118037000 ns, racy<=2500000000 ns 18:30:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.207331000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.207331000, lastModified=2023-10-03 18:30:27.088288000, delta=119043000 ns, racy<=2500000000 ns 18:30:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, cannot be racily clean 18:30:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.208459000, lastModified=2023-10-03 18:30:27.120288000, size=104, fileKey=(dev=1000ef,ino=224029802) 18:30:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.208541000, lastModified=2023-10-03 18:30:27.120288000, size=104, fileKey=(dev=1000ef,ino=224029802) 18:30:27.211 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.207062000, lastModified=2023-10-03 18:30:25.824278000, delta=1382784000 ns, racy<=2500000000 ns 18:30:27.211 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.211 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.211 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.211352000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.211 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.211352000, lastModified=2023-10-03 18:30:25.824278000, delta=1387074000 ns, racy<=2500000000 ns 18:30:27.211 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.211 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.211 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.207331000, lastModified=2023-10-03 18:30:27.088288000, delta=119043000 ns, racy<=2500000000 ns 18:30:27.211 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.211 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.211669000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.211 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.211669000, lastModified=2023-10-03 18:30:27.088288000, delta=123381000 ns, racy<=2500000000 ns 18:30:27.211 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.211352000, lastModified=2023-10-03 18:30:25.824278000, delta=1387074000 ns, racy<=2500000000 ns 18:30:27.211 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.211 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.211 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.211879000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.211 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.211879000, lastModified=2023-10-03 18:30:25.824278000, delta=1387601000 ns, racy<=2500000000 ns 18:30:27.212 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.212 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.212 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.211669000, lastModified=2023-10-03 18:30:27.088288000, delta=123381000 ns, racy<=2500000000 ns 18:30:27.212 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.212 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.212153000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.212 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.212153000, lastModified=2023-10-03 18:30:27.088288000, delta=123865000 ns, racy<=2500000000 ns 18:30:27.212 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.211879000, lastModified=2023-10-03 18:30:25.824278000, delta=1387601000 ns, racy<=2500000000 ns 18:30:27.212 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.212 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.212 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.212615000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.212 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.212615000, lastModified=2023-10-03 18:30:25.824278000, delta=1388337000 ns, racy<=2500000000 ns 18:30:27.212 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.212 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.212 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.212153000, lastModified=2023-10-03 18:30:27.088288000, delta=123865000 ns, racy<=2500000000 ns 18:30:27.212 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.212 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.212888000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.212 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.212888000, lastModified=2023-10-03 18:30:27.088288000, delta=124600000 ns, racy<=2500000000 ns 18:30:27.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.213736000, lastModified=2023-10-03 18:30:27.207289000, size=0, fileKey=(dev=1000ef,ino=224029799) 18:30:27.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.212615000, lastModified=2023-10-03 18:30:25.824278000, delta=1388337000 ns, racy<=2500000000 ns 18:30:27.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.213 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.213912000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.214 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.213912000, lastModified=2023-10-03 18:30:25.824278000, delta=1389634000 ns, racy<=2500000000 ns 18:30:27.214 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.214 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.214 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.212888000, lastModified=2023-10-03 18:30:27.088288000, delta=124600000 ns, racy<=2500000000 ns 18:30:27.214 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.214 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.214179000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.214179000, lastModified=2023-10-03 18:30:27.088288000, delta=125891000 ns, racy<=2500000000 ns 18:30:27.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.281194000, lastModified=2023-10-03 18:30:27.279289000, size=104, fileKey=(dev=1000ef,ino=224029799) 18:30:27.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.213912000, lastModified=2023-10-03 18:30:25.824278000, delta=1389634000 ns, racy<=2500000000 ns 18:30:27.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.281 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.281535000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.281535000, lastModified=2023-10-03 18:30:25.824278000, delta=1457257000 ns, racy<=2500000000 ns 18:30:27.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.214179000, lastModified=2023-10-03 18:30:27.088288000, delta=125891000 ns, racy<=2500000000 ns 18:30:27.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.281805000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.281805000, lastModified=2023-10-03 18:30:27.088288000, delta=193517000 ns, racy<=2500000000 ns 18:30:27.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, cannot be racily clean 18:30:27.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.281535000, lastModified=2023-10-03 18:30:25.824278000, delta=1457257000 ns, racy<=2500000000 ns 18:30:27.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.282 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.282523000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.282523000, lastModified=2023-10-03 18:30:25.824278000, delta=1458245000 ns, racy<=2500000000 ns 18:30:27.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.281805000, lastModified=2023-10-03 18:30:27.088288000, delta=193517000 ns, racy<=2500000000 ns 18:30:27.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.282803000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.282803000, lastModified=2023-10-03 18:30:27.088288000, delta=194515000 ns, racy<=2500000000 ns 18:30:27.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:27.100548000, lastModified=2023-10-03 18:30:27.086288000, delta=14260000 ns, racy<=4430000 ns 18:30:27.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, is unmodified 18:30:27.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, cannot be racily clean 18:30:27.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.282523000, lastModified=2023-10-03 18:30:25.824278000, delta=1458245000 ns, racy<=2500000000 ns 18:30:27.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.283 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.283215000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.283215000, lastModified=2023-10-03 18:30:25.824278000, delta=1458937000 ns, racy<=2500000000 ns 18:30:27.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.282803000, lastModified=2023-10-03 18:30:27.088288000, delta=194515000 ns, racy<=2500000000 ns 18:30:27.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.283482000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.283482000, lastModified=2023-10-03 18:30:27.088288000, delta=195194000 ns, racy<=2500000000 ns 18:30:27.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.283215000, lastModified=2023-10-03 18:30:25.824278000, delta=1458937000 ns, racy<=2500000000 ns 18:30:27.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.283 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.283920000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.283920000, lastModified=2023-10-03 18:30:25.824278000, delta=1459642000 ns, racy<=2500000000 ns 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.283482000, lastModified=2023-10-03 18:30:27.088288000, delta=195194000 ns, racy<=2500000000 ns 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.284180000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.284180000, lastModified=2023-10-03 18:30:27.088288000, delta=195892000 ns, racy<=2500000000 ns 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:27.100548000, lastModified=2023-10-03 18:30:27.086288000, delta=14260000 ns, racy<=4430000 ns 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, is unmodified 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, cannot be racily clean 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.283920000, lastModified=2023-10-03 18:30:25.824278000, delta=1459642000 ns, racy<=2500000000 ns 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.284 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.284548000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.284548000, lastModified=2023-10-03 18:30:25.824278000, delta=1460270000 ns, racy<=2500000000 ns 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.284180000, lastModified=2023-10-03 18:30:27.088288000, delta=195892000 ns, racy<=2500000000 ns 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.284795000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.284795000, lastModified=2023-10-03 18:30:27.088288000, delta=196507000 ns, racy<=2500000000 ns 18:30:27.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, isRacyClean=false, read=2023-10-03 18:30:27.100548000, lastModified=2023-10-03 18:30:27.086288000, delta=14260000 ns, racy<=4430000 ns 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, is unmodified 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, cannot be racily clean 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.284548000, lastModified=2023-10-03 18:30:25.824278000, delta=1460270000 ns, racy<=2500000000 ns 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.285 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.285165000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.285165000, lastModified=2023-10-03 18:30:25.824278000, delta=1460887000 ns, racy<=2500000000 ns 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.284795000, lastModified=2023-10-03 18:30:27.088288000, delta=196507000 ns, racy<=2500000000 ns 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.285438000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.285438000, lastModified=2023-10-03 18:30:27.088288000, delta=197150000 ns, racy<=2500000000 ns 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, cannot be racily clean 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.285165000, lastModified=2023-10-03 18:30:25.824278000, delta=1460887000 ns, racy<=2500000000 ns 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.285 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.285734000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.285734000, lastModified=2023-10-03 18:30:25.824278000, delta=1461456000 ns, racy<=2500000000 ns 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.285438000, lastModified=2023-10-03 18:30:27.088288000, delta=197150000 ns, racy<=2500000000 ns 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.285984000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.285984000, lastModified=2023-10-03 18:30:27.088288000, delta=197696000 ns, racy<=2500000000 ns 18:30:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.285734000, lastModified=2023-10-03 18:30:25.824278000, delta=1461456000 ns, racy<=2500000000 ns 18:30:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.286 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.286293000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.286293000, lastModified=2023-10-03 18:30:25.824278000, delta=1462015000 ns, racy<=2500000000 ns 18:30:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.285984000, lastModified=2023-10-03 18:30:27.088288000, delta=197696000 ns, racy<=2500000000 ns 18:30:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.286546000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.286546000, lastModified=2023-10-03 18:30:27.088288000, delta=198258000 ns, racy<=2500000000 ns 18:30:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.286293000, lastModified=2023-10-03 18:30:25.824278000, delta=1462015000 ns, racy<=2500000000 ns 18:30:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.286 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.286845000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.286845000, lastModified=2023-10-03 18:30:25.824278000, delta=1462567000 ns, racy<=2500000000 ns 18:30:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.286546000, lastModified=2023-10-03 18:30:27.088288000, delta=198258000 ns, racy<=2500000000 ns 18:30:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.287098000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.287098000, lastModified=2023-10-03 18:30:27.088288000, delta=198810000 ns, racy<=2500000000 ns 18:30:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.286845000, lastModified=2023-10-03 18:30:25.824278000, delta=1462567000 ns, racy<=2500000000 ns 18:30:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.287 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.287721000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.287721000, lastModified=2023-10-03 18:30:25.824278000, delta=1463443000 ns, racy<=2500000000 ns 18:30:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.287098000, lastModified=2023-10-03 18:30:27.088288000, delta=198810000 ns, racy<=2500000000 ns 18:30:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.287990000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.287990000, lastModified=2023-10-03 18:30:27.088288000, delta=199702000 ns, racy<=2500000000 ns 18:30:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.288179000, lastModified=2023-10-03 18:30:27.284289000, size=26, fileKey=(dev=1000ef,ino=224029801) 18:30:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.287721000, lastModified=2023-10-03 18:30:25.824278000, delta=1463443000 ns, racy<=2500000000 ns 18:30:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.289 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.289780000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.289780000, lastModified=2023-10-03 18:30:25.824278000, delta=1465502000 ns, racy<=2500000000 ns 18:30:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.287990000, lastModified=2023-10-03 18:30:27.088288000, delta=199702000 ns, racy<=2500000000 ns 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.290097000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.290097000, lastModified=2023-10-03 18:30:27.088288000, delta=201809000 ns, racy<=2500000000 ns 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.289780000, lastModified=2023-10-03 18:30:25.824278000, delta=1465502000 ns, racy<=2500000000 ns 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.290 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.290319000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.290319000, lastModified=2023-10-03 18:30:25.824278000, delta=1466041000 ns, racy<=2500000000 ns 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.290097000, lastModified=2023-10-03 18:30:27.088288000, delta=201809000 ns, racy<=2500000000 ns 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.290572000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.290572000, lastModified=2023-10-03 18:30:27.088288000, delta=202284000 ns, racy<=2500000000 ns 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.290319000, lastModified=2023-10-03 18:30:25.824278000, delta=1466041000 ns, racy<=2500000000 ns 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.290 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.290785000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.290785000, lastModified=2023-10-03 18:30:25.824278000, delta=1466507000 ns, racy<=2500000000 ns 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.290572000, lastModified=2023-10-03 18:30:27.088288000, delta=202284000 ns, racy<=2500000000 ns 18:30:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.291039000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.291039000, lastModified=2023-10-03 18:30:27.088288000, delta=202751000 ns, racy<=2500000000 ns 18:30:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.290785000, lastModified=2023-10-03 18:30:25.824278000, delta=1466507000 ns, racy<=2500000000 ns 18:30:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.291 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.291359000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.291359000, lastModified=2023-10-03 18:30:25.824278000, delta=1467081000 ns, racy<=2500000000 ns 18:30:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.291039000, lastModified=2023-10-03 18:30:27.088288000, delta=202751000 ns, racy<=2500000000 ns 18:30:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.291605000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.291605000, lastModified=2023-10-03 18:30:27.088288000, delta=203317000 ns, racy<=2500000000 ns 18:30:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.291910000, lastModified=2023-10-03 18:30:27.279289000, size=104, fileKey=(dev=1000ef,ino=224029799) 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.291997000, lastModified=2023-10-03 18:30:27.279289000, size=104, fileKey=(dev=1000ef,ino=224029799) 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.291359000, lastModified=2023-10-03 18:30:25.824278000, delta=1467081000 ns, racy<=2500000000 ns 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.292 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.292135000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.292135000, lastModified=2023-10-03 18:30:25.824278000, delta=1467857000 ns, racy<=2500000000 ns 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.291605000, lastModified=2023-10-03 18:30:27.088288000, delta=203317000 ns, racy<=2500000000 ns 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.292416000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.292416000, lastModified=2023-10-03 18:30:27.088288000, delta=204128000 ns, racy<=2500000000 ns 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.292135000, lastModified=2023-10-03 18:30:25.824278000, delta=1467857000 ns, racy<=2500000000 ns 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.292 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.292605000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.292605000, lastModified=2023-10-03 18:30:25.824278000, delta=1468327000 ns, racy<=2500000000 ns 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.292416000, lastModified=2023-10-03 18:30:27.088288000, delta=204128000 ns, racy<=2500000000 ns 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.292842000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.292842000, lastModified=2023-10-03 18:30:27.088288000, delta=204554000 ns, racy<=2500000000 ns 18:30:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.292605000, lastModified=2023-10-03 18:30:25.824278000, delta=1468327000 ns, racy<=2500000000 ns 18:30:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.293 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.293276000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.293276000, lastModified=2023-10-03 18:30:25.824278000, delta=1468998000 ns, racy<=2500000000 ns 18:30:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.292842000, lastModified=2023-10-03 18:30:27.088288000, delta=204554000 ns, racy<=2500000000 ns 18:30:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.293553000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.293553000, lastModified=2023-10-03 18:30:27.088288000, delta=205265000 ns, racy<=2500000000 ns 18:30:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.295033000, lastModified=2023-10-03 18:30:27.290289000, size=0, fileKey=(dev=1000ef,ino=224029803) 18:30:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.293276000, lastModified=2023-10-03 18:30:25.824278000, delta=1468998000 ns, racy<=2500000000 ns 18:30:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.295 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.295164000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.295164000, lastModified=2023-10-03 18:30:25.824278000, delta=1470886000 ns, racy<=2500000000 ns 18:30:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.293553000, lastModified=2023-10-03 18:30:27.088288000, delta=205265000 ns, racy<=2500000000 ns 18:30:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.295483000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.295483000, lastModified=2023-10-03 18:30:27.088288000, delta=207195000 ns, racy<=2500000000 ns 18:30:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.295704000, lastModified=2023-10-03 18:30:27.294289000, size=104, fileKey=(dev=1000ef,ino=224029803) 18:30:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.295805000, lastModified=2023-10-03 18:30:27.294289000, size=104, fileKey=(dev=1000ef,ino=224029803) 18:30:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.295164000, lastModified=2023-10-03 18:30:25.824278000, delta=1470886000 ns, racy<=2500000000 ns 18:30:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.295 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.295944000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.295944000, lastModified=2023-10-03 18:30:25.824278000, delta=1471666000 ns, racy<=2500000000 ns 18:30:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.295483000, lastModified=2023-10-03 18:30:27.088288000, delta=207195000 ns, racy<=2500000000 ns 18:30:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.296222000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.296222000, lastModified=2023-10-03 18:30:27.088288000, delta=207934000 ns, racy<=2500000000 ns 18:30:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD.lock, isRacyClean=true, read=2023-10-03 18:30:27.288179000, lastModified=2023-10-03 18:30:27.284289000, delta=3890000 ns, racy<=4430000 ns 18:30:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD.lock, is racily clean 18:30:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD, create new FileSnapshot: lastRead=2023-10-03 18:30:27.296494000, lastModified=2023-10-03 18:30:27.284289000, size=26, fileKey=(dev=1000ef,ino=224029801) 18:30:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD.lock, isRacyClean=false, read=2023-10-03 18:30:27.296494000, lastModified=2023-10-03 18:30:27.284289000, delta=12205000 ns, racy<=4430000 ns 18:30:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, cannot be racily clean 18:30:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.295944000, lastModified=2023-10-03 18:30:25.824278000, delta=1471666000 ns, racy<=2500000000 ns 18:30:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.296 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.296796000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.296796000, lastModified=2023-10-03 18:30:25.824278000, delta=1472518000 ns, racy<=2500000000 ns 18:30:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.296222000, lastModified=2023-10-03 18:30:27.088288000, delta=207934000 ns, racy<=2500000000 ns 18:30:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.297084000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.297084000, lastModified=2023-10-03 18:30:27.088288000, delta=208796000 ns, racy<=2500000000 ns 18:30:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD.lock, cannot be racily clean 18:30:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, cannot be racily clean 18:30:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.296796000, lastModified=2023-10-03 18:30:25.824278000, delta=1472518000 ns, racy<=2500000000 ns 18:30:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.297 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.297774000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.297774000, lastModified=2023-10-03 18:30:25.824278000, delta=1473496000 ns, racy<=2500000000 ns 18:30:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.297084000, lastModified=2023-10-03 18:30:27.088288000, delta=208796000 ns, racy<=2500000000 ns 18:30:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.298050000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.298050000, lastModified=2023-10-03 18:30:27.088288000, delta=209762000 ns, racy<=2500000000 ns 18:30:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.298419000, lastModified=2023-10-03 18:30:27.294289000, size=104, fileKey=(dev=1000ef,ino=224029803) 18:30:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.298492000, lastModified=2023-10-03 18:30:27.294289000, size=104, fileKey=(dev=1000ef,ino=224029803) 18:30:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.094846000, lastModified=2023-10-03 18:30:27.082288000, delta=12558000 ns, racy<=4430000 ns 18:30:27.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, isRacyClean=false, read=2023-10-03 18:30:27.095728000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357827095728000 ns, racy<=4430000 ns 18:30:27.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack/preserved, is unmodified 18:30:27.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.297774000, lastModified=2023-10-03 18:30:25.824278000, delta=1473496000 ns, racy<=2500000000 ns 18:30:27.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.300 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.300776000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.300776000, lastModified=2023-10-03 18:30:25.824278000, delta=1476498000 ns, racy<=2500000000 ns 18:30:27.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.298050000, lastModified=2023-10-03 18:30:27.088288000, delta=209762000 ns, racy<=2500000000 ns 18:30:27.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.301040000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.301040000, lastModified=2023-10-03 18:30:27.088288000, delta=212752000 ns, racy<=2500000000 ns 18:30:27.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD.lock, cannot be racily clean 18:30:27.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, cannot be racily clean 18:30:27.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.300776000, lastModified=2023-10-03 18:30:25.824278000, delta=1476498000 ns, racy<=2500000000 ns 18:30:27.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.301 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.301554000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.301554000, lastModified=2023-10-03 18:30:25.824278000, delta=1477276000 ns, racy<=2500000000 ns 18:30:27.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.301040000, lastModified=2023-10-03 18:30:27.088288000, delta=212752000 ns, racy<=2500000000 ns 18:30:27.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.301806000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.301806000, lastModified=2023-10-03 18:30:27.088288000, delta=213518000 ns, racy<=2500000000 ns 18:30:27.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, cannot be racily clean 18:30:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.301554000, lastModified=2023-10-03 18:30:25.824278000, delta=1477276000 ns, racy<=2500000000 ns 18:30:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.302 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.302349000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.302349000, lastModified=2023-10-03 18:30:25.824278000, delta=1478071000 ns, racy<=2500000000 ns 18:30:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.301806000, lastModified=2023-10-03 18:30:27.088288000, delta=213518000 ns, racy<=2500000000 ns 18:30:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.302599000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.302599000, lastModified=2023-10-03 18:30:27.088288000, delta=214311000 ns, racy<=2500000000 ns 18:30:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.302349000, lastModified=2023-10-03 18:30:25.824278000, delta=1478071000 ns, racy<=2500000000 ns 18:30:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.302 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.302858000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.302858000, lastModified=2023-10-03 18:30:25.824278000, delta=1478580000 ns, racy<=2500000000 ns 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.302599000, lastModified=2023-10-03 18:30:27.088288000, delta=214311000 ns, racy<=2500000000 ns 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.303112000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.303112000, lastModified=2023-10-03 18:30:27.088288000, delta=214824000 ns, racy<=2500000000 ns 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.302858000, lastModified=2023-10-03 18:30:25.824278000, delta=1478580000 ns, racy<=2500000000 ns 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.303 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.303419000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.303419000, lastModified=2023-10-03 18:30:25.824278000, delta=1479141000 ns, racy<=2500000000 ns 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.303112000, lastModified=2023-10-03 18:30:27.088288000, delta=214824000 ns, racy<=2500000000 ns 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.303665000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.303665000, lastModified=2023-10-03 18:30:27.088288000, delta=215377000 ns, racy<=2500000000 ns 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.303419000, lastModified=2023-10-03 18:30:25.824278000, delta=1479141000 ns, racy<=2500000000 ns 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.303 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.303896000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.303896000, lastModified=2023-10-03 18:30:25.824278000, delta=1479618000 ns, racy<=2500000000 ns 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.303665000, lastModified=2023-10-03 18:30:27.088288000, delta=215377000 ns, racy<=2500000000 ns 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.304151000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.304151000, lastModified=2023-10-03 18:30:27.088288000, delta=215863000 ns, racy<=2500000000 ns 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.303896000, lastModified=2023-10-03 18:30:25.824278000, delta=1479618000 ns, racy<=2500000000 ns 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.304 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.304388000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.304388000, lastModified=2023-10-03 18:30:25.824278000, delta=1480110000 ns, racy<=2500000000 ns 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.304151000, lastModified=2023-10-03 18:30:27.088288000, delta=215863000 ns, racy<=2500000000 ns 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.304639000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.304639000, lastModified=2023-10-03 18:30:27.088288000, delta=216351000 ns, racy<=2500000000 ns 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.304388000, lastModified=2023-10-03 18:30:25.824278000, delta=1480110000 ns, racy<=2500000000 ns 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.304 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.304850000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.304850000, lastModified=2023-10-03 18:30:25.824278000, delta=1480572000 ns, racy<=2500000000 ns 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.304639000, lastModified=2023-10-03 18:30:27.088288000, delta=216351000 ns, racy<=2500000000 ns 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.305096000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.305096000, lastModified=2023-10-03 18:30:27.088288000, delta=216808000 ns, racy<=2500000000 ns 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.305272000, lastModified=2023-10-03 18:30:27.301289000, size=41, fileKey=(dev=1000ef,ino=225692629) 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.304850000, lastModified=2023-10-03 18:30:25.824278000, delta=1480572000 ns, racy<=2500000000 ns 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.305 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.305513000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.305513000, lastModified=2023-10-03 18:30:25.824278000, delta=1481235000 ns, racy<=2500000000 ns 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.305096000, lastModified=2023-10-03 18:30:27.088288000, delta=216808000 ns, racy<=2500000000 ns 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.305751000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.305751000, lastModified=2023-10-03 18:30:27.088288000, delta=217463000 ns, racy<=2500000000 ns 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.305513000, lastModified=2023-10-03 18:30:25.824278000, delta=1481235000 ns, racy<=2500000000 ns 18:30:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.305 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.305988000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.305988000, lastModified=2023-10-03 18:30:25.824278000, delta=1481710000 ns, racy<=2500000000 ns 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.305751000, lastModified=2023-10-03 18:30:27.088288000, delta=217463000 ns, racy<=2500000000 ns 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.306256000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.306256000, lastModified=2023-10-03 18:30:27.088288000, delta=217968000 ns, racy<=2500000000 ns 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD.lock, cannot be racily clean 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-10-03 18:30:27.305272000, lastModified=2023-10-03 18:30:27.301289000, delta=3983000 ns, racy<=4430000 ns 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, is racily clean 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-10-03 18:30:27.306593000, lastModified=2023-10-03 18:30:27.301289000, size=41, fileKey=(dev=1000ef,ino=225692629) 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2023-10-03 18:30:27.306593000, lastModified=2023-10-03 18:30:27.301289000, delta=5304000 ns, racy<=4430000 ns 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.305988000, lastModified=2023-10-03 18:30:25.824278000, delta=1481710000 ns, racy<=2500000000 ns 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.306 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.306828000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.306828000, lastModified=2023-10-03 18:30:25.824278000, delta=1482550000 ns, racy<=2500000000 ns 18:30:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.306256000, lastModified=2023-10-03 18:30:27.088288000, delta=217968000 ns, racy<=2500000000 ns 18:30:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.307083000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.307083000, lastModified=2023-10-03 18:30:27.088288000, delta=218795000 ns, racy<=2500000000 ns 18:30:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, cannot be racily clean 18:30:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.306828000, lastModified=2023-10-03 18:30:25.824278000, delta=1482550000 ns, racy<=2500000000 ns 18:30:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.307 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.307775000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.307775000, lastModified=2023-10-03 18:30:25.824278000, delta=1483497000 ns, racy<=2500000000 ns 18:30:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.307083000, lastModified=2023-10-03 18:30:27.088288000, delta=218795000 ns, racy<=2500000000 ns 18:30:27.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.308032000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.308032000, lastModified=2023-10-03 18:30:27.088288000, delta=219744000 ns, racy<=2500000000 ns 18:30:27.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, cannot be racily clean 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.309007000, lastModified=2023-10-03 18:30:27.294289000, size=104, fileKey=(dev=1000ef,ino=224029803) 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.309095000, lastModified=2023-10-03 18:30:27.294289000, size=104, fileKey=(dev=1000ef,ino=224029803) 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.307775000, lastModified=2023-10-03 18:30:25.824278000, delta=1483497000 ns, racy<=2500000000 ns 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.309 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.309205000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.309205000, lastModified=2023-10-03 18:30:25.824278000, delta=1484927000 ns, racy<=2500000000 ns 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.308032000, lastModified=2023-10-03 18:30:27.088288000, delta=219744000 ns, racy<=2500000000 ns 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.309475000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.309475000, lastModified=2023-10-03 18:30:27.088288000, delta=221187000 ns, racy<=2500000000 ns 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.309205000, lastModified=2023-10-03 18:30:25.824278000, delta=1484927000 ns, racy<=2500000000 ns 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.309 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.309665000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.309665000, lastModified=2023-10-03 18:30:25.824278000, delta=1485387000 ns, racy<=2500000000 ns 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.309475000, lastModified=2023-10-03 18:30:27.088288000, delta=221187000 ns, racy<=2500000000 ns 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.309897000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.309897000, lastModified=2023-10-03 18:30:27.088288000, delta=221609000 ns, racy<=2500000000 ns 18:30:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.309665000, lastModified=2023-10-03 18:30:25.824278000, delta=1485387000 ns, racy<=2500000000 ns 18:30:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.310 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.310331000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.310331000, lastModified=2023-10-03 18:30:25.824278000, delta=1486053000 ns, racy<=2500000000 ns 18:30:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.309897000, lastModified=2023-10-03 18:30:27.088288000, delta=221609000 ns, racy<=2500000000 ns 18:30:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.310597000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.310597000, lastModified=2023-10-03 18:30:27.088288000, delta=222309000 ns, racy<=2500000000 ns 18:30:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.310331000, lastModified=2023-10-03 18:30:25.824278000, delta=1486053000 ns, racy<=2500000000 ns 18:30:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.312 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.312857000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.312857000, lastModified=2023-10-03 18:30:25.824278000, delta=1488579000 ns, racy<=2500000000 ns 18:30:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.310597000, lastModified=2023-10-03 18:30:27.088288000, delta=222309000 ns, racy<=2500000000 ns 18:30:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.313140000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.313140000, lastModified=2023-10-03 18:30:27.088288000, delta=224852000 ns, racy<=2500000000 ns 18:30:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.312857000, lastModified=2023-10-03 18:30:25.824278000, delta=1488579000 ns, racy<=2500000000 ns 18:30:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.313 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.313780000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.313780000, lastModified=2023-10-03 18:30:25.824278000, delta=1489502000 ns, racy<=2500000000 ns 18:30:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.313140000, lastModified=2023-10-03 18:30:27.088288000, delta=224852000 ns, racy<=2500000000 ns 18:30:27.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.314038000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.314038000, lastModified=2023-10-03 18:30:27.088288000, delta=225750000 ns, racy<=2500000000 ns 18:30:27.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.314857000, lastModified=2023-10-03 18:30:27.307289000, size=0, fileKey=(dev=1000ef,ino=224029799) 18:30:27.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.313780000, lastModified=2023-10-03 18:30:25.824278000, delta=1489502000 ns, racy<=2500000000 ns 18:30:27.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.314 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.314984000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.314984000, lastModified=2023-10-03 18:30:25.824278000, delta=1490706000 ns, racy<=2500000000 ns 18:30:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.314038000, lastModified=2023-10-03 18:30:27.088288000, delta=225750000 ns, racy<=2500000000 ns 18:30:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.315245000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.315245000, lastModified=2023-10-03 18:30:27.088288000, delta=226957000 ns, racy<=2500000000 ns 18:30:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.315473000, lastModified=2023-10-03 18:30:27.314289000, size=104, fileKey=(dev=1000ef,ino=224029799) 18:30:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.315579000, lastModified=2023-10-03 18:30:27.314289000, size=104, fileKey=(dev=1000ef,ino=224029799) 18:30:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.314984000, lastModified=2023-10-03 18:30:25.824278000, delta=1490706000 ns, racy<=2500000000 ns 18:30:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.315 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.315854000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.315854000, lastModified=2023-10-03 18:30:25.824278000, delta=1491576000 ns, racy<=2500000000 ns 18:30:27.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.315245000, lastModified=2023-10-03 18:30:27.088288000, delta=226957000 ns, racy<=2500000000 ns 18:30:27.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.316101000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.316101000, lastModified=2023-10-03 18:30:27.088288000, delta=227813000 ns, racy<=2500000000 ns 18:30:27.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, cannot be racily clean 18:30:27.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.315854000, lastModified=2023-10-03 18:30:25.824278000, delta=1491576000 ns, racy<=2500000000 ns 18:30:27.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.316 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.316740000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.316740000, lastModified=2023-10-03 18:30:25.824278000, delta=1492462000 ns, racy<=2500000000 ns 18:30:27.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.316101000, lastModified=2023-10-03 18:30:27.088288000, delta=227813000 ns, racy<=2500000000 ns 18:30:27.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.316 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.316978000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.316978000, lastModified=2023-10-03 18:30:27.088288000, delta=228690000 ns, racy<=2500000000 ns 18:30:27.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD.lock, cannot be racily clean 18:30:27.317 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, cannot be racily clean 18:30:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.316740000, lastModified=2023-10-03 18:30:25.824278000, delta=1492462000 ns, racy<=2500000000 ns 18:30:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.381 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.381184000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.381184000, lastModified=2023-10-03 18:30:25.824278000, delta=1556906000 ns, racy<=2500000000 ns 18:30:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.316978000, lastModified=2023-10-03 18:30:27.088288000, delta=228690000 ns, racy<=2500000000 ns 18:30:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.381591000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.381591000, lastModified=2023-10-03 18:30:27.088288000, delta=293303000 ns, racy<=2500000000 ns 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.381184000, lastModified=2023-10-03 18:30:25.824278000, delta=1556906000 ns, racy<=2500000000 ns 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.382 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.382103000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.382103000, lastModified=2023-10-03 18:30:25.824278000, delta=1557825000 ns, racy<=2500000000 ns 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.381591000, lastModified=2023-10-03 18:30:27.088288000, delta=293303000 ns, racy<=2500000000 ns 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.382381000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.382381000, lastModified=2023-10-03 18:30:27.088288000, delta=294093000 ns, racy<=2500000000 ns 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD.lock, cannot be racily clean 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, cannot be racily clean 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.382103000, lastModified=2023-10-03 18:30:25.824278000, delta=1557825000 ns, racy<=2500000000 ns 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.382 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.382700000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.382700000, lastModified=2023-10-03 18:30:25.824278000, delta=1558422000 ns, racy<=2500000000 ns 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.382381000, lastModified=2023-10-03 18:30:27.088288000, delta=294093000 ns, racy<=2500000000 ns 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.382932000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.382932000, lastModified=2023-10-03 18:30:27.088288000, delta=294644000 ns, racy<=2500000000 ns 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD.lock, cannot be racily clean 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch.lock, cannot be racily clean 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.382700000, lastModified=2023-10-03 18:30:25.824278000, delta=1558422000 ns, racy<=2500000000 ns 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.383 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.383301000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.383301000, lastModified=2023-10-03 18:30:25.824278000, delta=1559023000 ns, racy<=2500000000 ns 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.382932000, lastModified=2023-10-03 18:30:27.088288000, delta=294644000 ns, racy<=2500000000 ns 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.383533000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.383533000, lastModified=2023-10-03 18:30:27.088288000, delta=295245000 ns, racy<=2500000000 ns 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/master.lock, cannot be racily clean 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.383301000, lastModified=2023-10-03 18:30:25.824278000, delta=1559023000 ns, racy<=2500000000 ns 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.383 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.383842000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.383842000, lastModified=2023-10-03 18:30:25.824278000, delta=1559564000 ns, racy<=2500000000 ns 18:30:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.383533000, lastModified=2023-10-03 18:30:27.088288000, delta=295245000 ns, racy<=2500000000 ns 18:30:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.384144000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.384144000, lastModified=2023-10-03 18:30:27.088288000, delta=295856000 ns, racy<=2500000000 ns 18:30:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.383842000, lastModified=2023-10-03 18:30:25.824278000, delta=1559564000 ns, racy<=2500000000 ns 18:30:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.384 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.384505000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.384505000, lastModified=2023-10-03 18:30:25.824278000, delta=1560227000 ns, racy<=2500000000 ns 18:30:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.384144000, lastModified=2023-10-03 18:30:27.088288000, delta=295856000 ns, racy<=2500000000 ns 18:30:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.384737000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.384737000, lastModified=2023-10-03 18:30:27.088288000, delta=296449000 ns, racy<=2500000000 ns 18:30:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.384505000, lastModified=2023-10-03 18:30:25.824278000, delta=1560227000 ns, racy<=2500000000 ns 18:30:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.384 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.384997000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.384997000, lastModified=2023-10-03 18:30:25.824278000, delta=1560719000 ns, racy<=2500000000 ns 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.384737000, lastModified=2023-10-03 18:30:27.088288000, delta=296449000 ns, racy<=2500000000 ns 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.385242000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.385242000, lastModified=2023-10-03 18:30:27.088288000, delta=296954000 ns, racy<=2500000000 ns 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.384997000, lastModified=2023-10-03 18:30:25.824278000, delta=1560719000 ns, racy<=2500000000 ns 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.385 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.385559000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.385559000, lastModified=2023-10-03 18:30:25.824278000, delta=1561281000 ns, racy<=2500000000 ns 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.385242000, lastModified=2023-10-03 18:30:27.088288000, delta=296954000 ns, racy<=2500000000 ns 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.385816000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.385816000, lastModified=2023-10-03 18:30:27.088288000, delta=297528000 ns, racy<=2500000000 ns 18:30:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-10-03 18:30:27.385980000, lastModified=2023-10-03 18:30:27.383290000, size=23, fileKey=(dev=1000ef,ino=224029797) 18:30:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.394700000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.385559000, lastModified=2023-10-03 18:30:25.824278000, delta=1561281000 ns, racy<=2500000000 ns 18:30:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.395 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.395076000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.395076000, lastModified=2023-10-03 18:30:25.824278000, delta=1570798000 ns, racy<=2500000000 ns 18:30:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.395345000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.395076000, lastModified=2023-10-03 18:30:25.824278000, delta=1570798000 ns, racy<=2500000000 ns 18:30:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.395 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.395588000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.395588000, lastModified=2023-10-03 18:30:25.824278000, delta=1571310000 ns, racy<=2500000000 ns 18:30:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.395345000, lastModified=2023-10-03 18:30:27.088288000, delta=307057000 ns, racy<=2500000000 ns 18:30:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.395863000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.395863000, lastModified=2023-10-03 18:30:27.088288000, delta=307575000 ns, racy<=2500000000 ns 18:30:27.396 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.396072000, lastModified=2023-10-03 18:30:27.314289000, size=104, fileKey=(dev=1000ef,ino=224029799) 18:30:27.396 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit8431354234059029923:org.eclipse.hawk.git.JGitRepository:false 18:30:27.399 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:27.399 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:27.412 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.395588000, lastModified=2023-10-03 18:30:25.824278000, delta=1571310000 ns, racy<=2500000000 ns 18:30:27.412 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.412 [pool-69-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.412 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.412936000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.413 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.412936000, lastModified=2023-10-03 18:30:25.824278000, delta=1588658000 ns, racy<=2500000000 ns 18:30:27.413 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.413 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.413 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.395863000, lastModified=2023-10-03 18:30:27.088288000, delta=307575000 ns, racy<=2500000000 ns 18:30:27.413 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.413 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.413353000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.413 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.413353000, lastModified=2023-10-03 18:30:27.088288000, delta=325065000 ns, racy<=2500000000 ns 18:30:27.413 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-10-03 18:30:27.413882000, lastModified=2023-10-03 18:30:27.301289000, size=41, fileKey=(dev=1000ef,ino=225692629) 18:30:27.414 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.412936000, lastModified=2023-10-03 18:30:25.824278000, delta=1588658000 ns, racy<=2500000000 ns 18:30:27.414 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.414 [pool-69-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.414 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.414090000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.414 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.414090000, lastModified=2023-10-03 18:30:25.824278000, delta=1589812000 ns, racy<=2500000000 ns 18:30:27.414 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.414 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.414 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.413353000, lastModified=2023-10-03 18:30:27.088288000, delta=325065000 ns, racy<=2500000000 ns 18:30:27.414 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.414 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.414398000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.414 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.414398000, lastModified=2023-10-03 18:30:27.088288000, delta=326110000 ns, racy<=2500000000 ns 18:30:27.414 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch, isRacyClean=false, read=2023-10-03 18:30:27.413882000, lastModified=2023-10-03 18:30:27.301289000, delta=112593000 ns, racy<=4430000 ns 18:30:27.414 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/refs/heads/newbranch, is unmodified 18:30:27.415 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.415074000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.415 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.414090000, lastModified=2023-10-03 18:30:25.824278000, delta=1589812000 ns, racy<=2500000000 ns 18:30:27.415 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.415 [pool-69-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.415 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.415375000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.415 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.415375000, lastModified=2023-10-03 18:30:25.824278000, delta=1591097000 ns, racy<=2500000000 ns 18:30:27.415 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.415 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.415 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.415717000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.415 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.415375000, lastModified=2023-10-03 18:30:25.824278000, delta=1591097000 ns, racy<=2500000000 ns 18:30:27.415 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.415 [pool-69-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.415 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.415937000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.416 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.415937000, lastModified=2023-10-03 18:30:25.824278000, delta=1591659000 ns, racy<=2500000000 ns 18:30:27.416 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.416 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.416 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.415717000, lastModified=2023-10-03 18:30:27.088288000, delta=327429000 ns, racy<=2500000000 ns 18:30:27.416 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.416 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.416209000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.416 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.416209000, lastModified=2023-10-03 18:30:27.088288000, delta=327921000 ns, racy<=2500000000 ns 18:30:27.416 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/index, create new FileSnapshot: lastRead=2023-10-03 18:30:27.416470000, lastModified=2023-10-03 18:30:27.314289000, size=104, fileKey=(dev=1000ef,ino=224029799) 18:30:27.416 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:30:27.416 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, create new FileSnapshot: lastRead=2023-10-03 18:30:27.416633000, lastModified=2023-10-03 18:30:27.082288000, size=6, fileKey=(dev=1000ef,ino=232999382) 18:30:27.416 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.416633000, lastModified=2023-10-03 18:30:27.082288000, delta=334345000 ns, racy<=4430000 ns 18:30:27.416 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.417 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.416633000, lastModified=2023-10-03 18:30:27.082288000, delta=334345000 ns, racy<=4430000 ns 18:30:27.417 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.417 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.416633000, lastModified=2023-10-03 18:30:27.082288000, delta=334345000 ns, racy<=4430000 ns 18:30:27.417 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.417 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.415937000, lastModified=2023-10-03 18:30:25.824278000, delta=1591659000 ns, racy<=2500000000 ns 18:30:27.417 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.417 [pool-69-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.417 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.417546000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.417 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.417546000, lastModified=2023-10-03 18:30:25.824278000, delta=1593268000 ns, racy<=2500000000 ns 18:30:27.417 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.417 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.417 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.414398000, lastModified=2023-10-03 18:30:27.088288000, delta=326110000 ns, racy<=2500000000 ns 18:30:27.417 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.417 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.417841000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.417 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.417841000, lastModified=2023-10-03 18:30:27.088288000, delta=329553000 ns, racy<=2500000000 ns 18:30:27.418 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:30:27.418 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, create new FileSnapshot: lastRead=2023-10-03 18:30:27.418165000, lastModified=2023-10-03 18:30:27.082288000, size=6, fileKey=(dev=1000ef,ino=232999382) 18:30:27.418 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.418165000, lastModified=2023-10-03 18:30:27.082288000, delta=335877000 ns, racy<=4430000 ns 18:30:27.418 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.418 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.418165000, lastModified=2023-10-03 18:30:27.082288000, delta=335877000 ns, racy<=4430000 ns 18:30:27.418 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.418 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.418165000, lastModified=2023-10-03 18:30:27.082288000, delta=335877000 ns, racy<=4430000 ns 18:30:27.418 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.418 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.418165000, lastModified=2023-10-03 18:30:27.082288000, delta=335877000 ns, racy<=4430000 ns 18:30:27.419 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.419 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.418165000, lastModified=2023-10-03 18:30:27.082288000, delta=335877000 ns, racy<=4430000 ns 18:30:27.419 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.419 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.417546000, lastModified=2023-10-03 18:30:25.824278000, delta=1593268000 ns, racy<=2500000000 ns 18:30:27.419 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.419 [pool-69-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.419 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.419381000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.419 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.419381000, lastModified=2023-10-03 18:30:25.824278000, delta=1595103000 ns, racy<=2500000000 ns 18:30:27.419 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.419 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.419 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.417841000, lastModified=2023-10-03 18:30:27.088288000, delta=329553000 ns, racy<=2500000000 ns 18:30:27.419 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.419 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.419687000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.419 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.419687000, lastModified=2023-10-03 18:30:27.088288000, delta=331399000 ns, racy<=2500000000 ns 18:30:27.419 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.419381000, lastModified=2023-10-03 18:30:25.824278000, delta=1595103000 ns, racy<=2500000000 ns 18:30:27.419 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.419 [pool-69-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.420 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.419990000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.420 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.419990000, lastModified=2023-10-03 18:30:25.824278000, delta=1595712000 ns, racy<=2500000000 ns 18:30:27.420 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.420 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.420 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.419687000, lastModified=2023-10-03 18:30:27.088288000, delta=331399000 ns, racy<=2500000000 ns 18:30:27.420 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.420 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.420356000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.420 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.420356000, lastModified=2023-10-03 18:30:27.088288000, delta=332068000 ns, racy<=2500000000 ns 18:30:27.420 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.419990000, lastModified=2023-10-03 18:30:25.824278000, delta=1595712000 ns, racy<=2500000000 ns 18:30:27.420 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.420 [pool-69-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.420 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.420750000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.420 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.420750000, lastModified=2023-10-03 18:30:25.824278000, delta=1596472000 ns, racy<=2500000000 ns 18:30:27.420 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.420 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.420 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.420356000, lastModified=2023-10-03 18:30:27.088288000, delta=332068000 ns, racy<=2500000000 ns 18:30:27.421 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.421 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.421042000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.421 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.421042000, lastModified=2023-10-03 18:30:27.088288000, delta=332754000 ns, racy<=2500000000 ns 18:30:27.421 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.420750000, lastModified=2023-10-03 18:30:25.824278000, delta=1596472000 ns, racy<=2500000000 ns 18:30:27.421 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.421 [pool-69-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.421 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.421807000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.421 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.421807000, lastModified=2023-10-03 18:30:25.824278000, delta=1597529000 ns, racy<=2500000000 ns 18:30:27.422 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.422 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.422 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.421042000, lastModified=2023-10-03 18:30:27.088288000, delta=332754000 ns, racy<=2500000000 ns 18:30:27.422 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.422 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.422154000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.422 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.422154000, lastModified=2023-10-03 18:30:27.088288000, delta=333866000 ns, racy<=2500000000 ns 18:30:27.422 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.421807000, lastModified=2023-10-03 18:30:25.824278000, delta=1597529000 ns, racy<=2500000000 ns 18:30:27.422 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.422 [pool-69-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.422 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.422448000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.422 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.422448000, lastModified=2023-10-03 18:30:25.824278000, delta=1598170000 ns, racy<=2500000000 ns 18:30:27.422 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.422 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.422 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.422154000, lastModified=2023-10-03 18:30:27.088288000, delta=333866000 ns, racy<=2500000000 ns 18:30:27.422 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.422 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.422758000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.422 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.422758000, lastModified=2023-10-03 18:30:27.088288000, delta=334470000 ns, racy<=2500000000 ns 18:30:27.423 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.422448000, lastModified=2023-10-03 18:30:25.824278000, delta=1598170000 ns, racy<=2500000000 ns 18:30:27.423 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.423 [pool-69-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.423 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.423087000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.423 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.423087000, lastModified=2023-10-03 18:30:25.824278000, delta=1598809000 ns, racy<=2500000000 ns 18:30:27.423 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.423 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.423 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.422758000, lastModified=2023-10-03 18:30:27.088288000, delta=334470000 ns, racy<=2500000000 ns 18:30:27.423 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.423 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.423396000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.423 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.423396000, lastModified=2023-10-03 18:30:27.088288000, delta=335108000 ns, racy<=2500000000 ns 18:30:27.423 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.418165000, lastModified=2023-10-03 18:30:27.082288000, delta=335877000 ns, racy<=4430000 ns 18:30:27.423 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.423 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.423087000, lastModified=2023-10-03 18:30:25.824278000, delta=1598809000 ns, racy<=2500000000 ns 18:30:27.423 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.423 [pool-69-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.423 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.423912000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.423912000, lastModified=2023-10-03 18:30:25.824278000, delta=1599634000 ns, racy<=2500000000 ns 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.423396000, lastModified=2023-10-03 18:30:27.088288000, delta=335108000 ns, racy<=2500000000 ns 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.424198000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.424198000, lastModified=2023-10-03 18:30:27.088288000, delta=335910000 ns, racy<=2500000000 ns 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.423912000, lastModified=2023-10-03 18:30:25.824278000, delta=1599634000 ns, racy<=2500000000 ns 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.424414000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.424414000, lastModified=2023-10-03 18:30:25.824278000, delta=1600136000 ns, racy<=2500000000 ns 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.424198000, lastModified=2023-10-03 18:30:27.088288000, delta=335910000 ns, racy<=2500000000 ns 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.424627000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.424 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.424627000, lastModified=2023-10-03 18:30:27.088288000, delta=336339000 ns, racy<=2500000000 ns 18:30:27.424 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:27.484 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.424414000, lastModified=2023-10-03 18:30:25.824278000, delta=1600136000 ns, racy<=2500000000 ns 18:30:27.484 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.484 [pool-69-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.484 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.484163000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.484 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.484163000, lastModified=2023-10-03 18:30:25.824278000, delta=1659885000 ns, racy<=2500000000 ns 18:30:27.484 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.484 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.484 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.424627000, lastModified=2023-10-03 18:30:27.088288000, delta=336339000 ns, racy<=2500000000 ns 18:30:27.484 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.484 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.484583000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.484 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.484583000, lastModified=2023-10-03 18:30:27.088288000, delta=396295000 ns, racy<=2500000000 ns 18:30:27.484 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.418165000, lastModified=2023-10-03 18:30:27.082288000, delta=335877000 ns, racy<=4430000 ns 18:30:27.484 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.485 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:27.485 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:27.498 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:30:27.498 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:27.498 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:30:27.498 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:30:27.588 [pool-69-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:30:27.595 [pool-69-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:30:27.595 [pool-69-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:30:27.595 [pool-69-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:30:27.596 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s98ms [pure insertion] marking any relevant derived attributes for update...18:30:27.596 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:30:27.599 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:30:27.600 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:27.600 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:27.600 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:27.600 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:27.601 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:27.601 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:27.601 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:27.601 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:27.601 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 8fdbbdac5c03fc0768c0a54886057d789b4bf6b4 (timepoint 1696357827000) of /tmp/junit8431354234059029923 18:30:27.602 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:27.604 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.484163000, lastModified=2023-10-03 18:30:25.824278000, delta=1659885000 ns, racy<=2500000000 ns 18:30:27.604 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.604 [pool-69-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.604 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.604169000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.604 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.604169000, lastModified=2023-10-03 18:30:25.824278000, delta=1779891000 ns, racy<=2500000000 ns 18:30:27.604 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.604 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.604 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.484583000, lastModified=2023-10-03 18:30:27.088288000, delta=396295000 ns, racy<=2500000000 ns 18:30:27.604 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.604 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.604529000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.604 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.604529000, lastModified=2023-10-03 18:30:27.088288000, delta=516241000 ns, racy<=2500000000 ns 18:30:27.604 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.418165000, lastModified=2023-10-03 18:30:27.082288000, delta=335877000 ns, racy<=4430000 ns 18:30:27.604 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.605 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:27.605 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:27.616 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:30:27.616 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:27.617 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:30:27.617 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:30:27.617 [pool-69-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:27.617 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:30:27.617 [pool-69-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:27.684 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s68ms [pure insertion] marking any relevant derived attributes for update...18:30:27.684 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:30:27.684 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:30:27.684 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:27.684 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:27.685 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:27.685 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:30:27.685 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:27.685 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:27.685 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:27.685 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:27.685 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 59ba698ed1ff5ad72b6313ac44a4fa0891e6e787 (timepoint 1696357827002) of /tmp/junit8431354234059029923 18:30:27.686 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:27.687 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.604169000, lastModified=2023-10-03 18:30:25.824278000, delta=1779891000 ns, racy<=2500000000 ns 18:30:27.687 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:30:27.687 [pool-69-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:30:27.687 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.687605000, lastModified=2023-10-03 18:30:25.824278000, size=258, fileKey=(dev=804,ino=992224843) 18:30:27.687 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-10-03 18:30:27.687605000, lastModified=2023-10-03 18:30:25.824278000, delta=1863327000 ns, racy<=2500000000 ns 18:30:27.687 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-10-03 18:30:22.592302000, lastModified=1970-01-01 00:00:00.000000000, delta=1696357822592302000 ns, racy<=2500000000 ns 18:30:27.687 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:30:27.687 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.604529000, lastModified=2023-10-03 18:30:27.088288000, delta=516241000 ns, racy<=2500000000 ns 18:30:27.687 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, is racily clean 18:30:27.687 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, create new FileSnapshot: lastRead=2023-10-03 18:30:27.687928000, lastModified=2023-10-03 18:30:27.088288000, size=78, fileKey=(dev=1000ef,ino=224029800) 18:30:27.688 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/config, isRacyClean=true, read=2023-10-03 18:30:27.687928000, lastModified=2023-10-03 18:30:27.088288000, delta=599640000 ns, racy<=2500000000 ns 18:30:27.688 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, isRacyClean=false, read=2023-10-03 18:30:27.418165000, lastModified=2023-10-03 18:30:27.082288000, delta=335877000 ns, racy<=4430000 ns 18:30:27.688 [pool-69-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8431354234059029923/.git/objects/pack, is unmodified 18:30:27.688 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:27.688 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:27.699 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:30:27.699 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:27.700 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:30:27.700 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:30:27.700 [pool-69-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:27.700 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:30:27.700 [pool-69-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:27.702 [pool-69-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...18:30:27.702 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:30:27.702 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:30:27.702 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:27.702 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:27.703 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:27.703 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:30:27.703 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:27.703 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:27.703 [pool-69-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:27.703 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:27.703 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 79bd0a8baf7b3e4b2a02a03de2d040a4cea54f9e (timepoint 1696357827003) of /tmp/junit8431354234059029923 18:30:27.704 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:27.705 [pool-69-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 305 ms 18:30:27.789 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:30:27.789 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit8431354234059029923:org.eclipse.hawk.git.JGitRepository:false 18:30:27.792 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:27.792 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:30:27.794 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:30:27.795 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4051424091624156956/test_nonDefaultBranch[LevelDB GreyCat] 18:30:27.795 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:30:28.383 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:30:28.387 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:28.387 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:30:28.387 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:28.387 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:28.395 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:30:28.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:30:28.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:30:28.396 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:30:28.396 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:28.396 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:30:28.396 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:28.396 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:30:28.410 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:28.410 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:28.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:30:28.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:30:28.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 18:30:28.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:30:28.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:30:28.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:30:28.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:30:28.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:30:28.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:30:28.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:30:28.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:30:28.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:30:28.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:30:28.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:30:28.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:30:28.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 18:30:28.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 18:30:28.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:30:28.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:30:28.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 18:30:28.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 18:30:28.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:30:28.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:30:28.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:30:28.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:30:28.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:30:28.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:30:28.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:30:28.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:30:28.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:30:28.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:30:28.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:30:28.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:30:28.506 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:30:28.506 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:30:28.506 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:30:28.514 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:28.514 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:28.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:30:28.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:30:28.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 18:30:28.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:30:28.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:30:28.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 18:30:28.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:30:28.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:30:28.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:30:28.521 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:30:28.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:30:28.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:30:28.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:30:28.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:30:28.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:28.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:30:28.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:30:28.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:30:28.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:28.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:28.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:30:28.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:30:28.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:30:28.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:30:28.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:30:28.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:30:28.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:30:28.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:28.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:30:28.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:30:28.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:30:28.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:30:28.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:30:28.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:30:28.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:30:28.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:30:28.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:30:28.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:30:28.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:30:28.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:28.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:30:28.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:30:28.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:30:28.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:30:28.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:30:28.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:30:28.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 18:30:28.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 18:30:28.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:30:28.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 18:30:28.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:30:28.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:28.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:30:28.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 18:30:28.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 18:30:28.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 18:30:28.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:28.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:30:28.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 18:30:28.583 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:30:28.583 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo4329481658679696055 18:30:30.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4329481658679696055:org.eclipse.hawk.svn.SvnManager:false 18:30:30.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:30.111 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:30.129 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:30.129 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:30.129 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:30.129 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:30.129 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:30.134 [pool-71-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:30.134 [pool-71-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 18:30:30.134 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:30.134 [pool-71-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:30.138 [pool-71-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:30.138 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s15ms [proxy update] 18:30:30.144 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357827818) of file:///tmp/hawkSvnRepo4329481658679696055 18:30:30.145 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:30.185 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:30.185 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:30.202 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:30:30.202 [pool-71-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:30.203 [pool-71-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:30:30.203 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:30:30.289 [pool-71-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:30:30.289 [pool-71-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:30:30.289 [pool-71-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:30:30.289 [pool-71-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:30.289 [pool-71-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:30.297 [pool-71-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:30:30.299 [pool-71-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:30:30.305 [pool-71-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:30:30.305 [pool-71-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:30:30.306 [pool-71-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:30:30.306 [pool-71-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...18:30:30.306 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:30:30.306 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:30:30.306 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:30.306 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:30.306 [pool-71-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:30.307 [pool-71-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:30:30.307 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:30.307 [pool-71-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:30.307 [pool-71-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:30.307 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:30.307 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357828618) of file:///tmp/hawkSvnRepo4329481658679696055 18:30:30.308 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:30.308 [pool-71-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 197 ms 18:30:30.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:30:30.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4329481658679696055:org.eclipse.hawk.svn.SvnManager:false 18:30:30.327 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:30.327 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:30:30.383 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:30:30.383 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10503102525330853385/test_countInstancesModelAll[LevelDB GreyCat] 18:30:30.387 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:30:31.348 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:30:31.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:31.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:30:31.382 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:31.382 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:31.387 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:30:31.387 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:30:31.387 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:30:31.387 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:30:31.387 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:30:31.387 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:31.388 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:31.388 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:30:31.399 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:31.399 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:31.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:30:31.409 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:30:31.409 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:30:31.409 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:30:31.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:30:31.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:30:31.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:30:31.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:30:31.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:30:31.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:30:31.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:30:31.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:30:31.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:30:31.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:30:31.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:30:31.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:30:31.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:30:31.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:30:31.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:30:31.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:30:31.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:30:31.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:30:31.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:30:31.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:30:31.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:30:31.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:30:31.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:30:31.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:30:31.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:30:31.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:30:31.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:30:31.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:30:31.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:30:31.519 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:30:31.519 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:30:31.519 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:30:31.582 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:31.582 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:31.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:30:31.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:30:31.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:30:31.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:30:31.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:30:31.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:30:31.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:30:31.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:30:31.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:30:31.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:31.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:30:31.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:31.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:30:31.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:30:31.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:30:31.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:30:31.590 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:30:31.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:30:31.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:30:31.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:30:31.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:30:31.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:30:31.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:30:31.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:30:31.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:31.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:30:31.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:30:31.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:30:31.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:30:31.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:30:31.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:30:31.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:31.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:30:31.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:30:31.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:30:31.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:31.601 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:30:31.601 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo2171839380828913753 18:30:39.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2171839380828913753:org.eclipse.hawk.svn.SvnManager:false 18:30:39.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:39.115 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:39.137 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:39.137 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:39.137 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:39.137 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:39.137 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:39.141 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:39.141 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:30:39.141 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:39.141 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:39.144 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:39.144 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 18:30:39.148 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357830411) of file:///tmp/hawkSvnRepo2171839380828913753 18:30:39.181 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:39.189 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:39.189 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:39.202 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:30:39.202 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:39.202 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:30:39.202 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:30:39.219 [pool-73-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:30:39.219 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:30:39.219 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:30:39.219 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:39.219 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:39.284 [pool-73-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:30:39.286 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:30:39.337 [pool-73-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:30:39.337 [pool-73-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:30:39.338 [pool-73-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:30:39.338 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s136ms [pure insertion] marking any relevant derived attributes for update...18:30:39.338 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:30:39.338 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:30:39.338 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:39.338 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:39.338 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:39.338 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:39.338 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:39.338 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:39.339 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:39.339 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:39.339 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357831704) of file:///tmp/hawkSvnRepo2171839380828913753 18:30:39.340 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:39.344 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:39.344 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:39.386 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:30:39.386 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:39.387 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:30:39.387 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:30:39.387 [pool-73-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:39.387 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:30:39.387 [pool-73-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:39.400 [pool-73-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...18:30:39.400 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:30:39.401 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:30:39.401 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:39.401 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:39.401 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:39.401 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:39.401 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:39.401 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:39.401 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:39.401 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:30:39.401 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357833120) of file:///tmp/hawkSvnRepo2171839380828913753 18:30:39.402 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:39.405 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:39.405 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:39.417 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:30:39.417 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:39.417 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:30:39.418 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:30:39.418 [pool-73-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:39.418 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:30:39.418 [pool-73-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:39.420 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:30:39.420 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:30:39.420 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:30:39.420 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:39.420 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:39.420 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:39.420 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:39.420 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:39.420 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:39.421 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:39.421 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:39.421 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357835117) of file:///tmp/hawkSvnRepo2171839380828913753 18:30:39.422 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:39.483 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:39.483 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:39.494 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:30:39.494 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:39.495 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:30:39.496 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:30:39.496 [pool-73-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:39.496 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:30:39.496 [pool-73-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:39.498 [pool-73-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...18:30:39.498 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:30:39.498 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:30:39.498 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:39.499 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:39.499 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:39.499 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:39.499 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:39.499 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:39.499 [pool-73-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:39.499 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:30:39.499 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357837118) of file:///tmp/hawkSvnRepo2171839380828913753 18:30:39.500 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:39.500 [pool-73-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 384 ms 18:30:39.510 [pool-73-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357837118, id=32] 18:30:39.514 [pool-73-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357837118, id=32] 18:30:39.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:30:39.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2171839380828913753:org.eclipse.hawk.svn.SvnManager:false 18:30:39.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:39.518 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:30:39.521 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:30:39.522 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8769374079456906486/test_sinceThen[LevelDB GreyCat] 18:30:39.583 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:30:40.347 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:30:40.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:40.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:30:40.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:40.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:40.389 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:30:40.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:30:40.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:30:40.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:30:40.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:30:40.389 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:40.390 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:40.390 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:30:40.401 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:40.401 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:40.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:30:40.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:30:40.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:30:40.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:30:40.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:30:40.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:30:40.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:30:40.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:30:40.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:30:40.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:30:40.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:30:40.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:30:40.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:30:40.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:30:40.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:30:40.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:30:40.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:30:40.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:30:40.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:30:40.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:30:40.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:30:40.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:30:40.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:30:40.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:30:40.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:30:40.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:30:40.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:30:40.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:30:40.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:30:40.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:30:40.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:30:40.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:30:40.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:30:40.514 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:30:40.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:30:40.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:30:40.521 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:40.522 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:40.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:30:40.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:40.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:30:40.586 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:30:40.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:30:40.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:30:40.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:30:40.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:30:40.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:30:40.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:30:40.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:30:40.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:30:40.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:30:40.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:30:40.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:30:40.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:30:40.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:30:40.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:40.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:30:40.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:30:40.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:30:40.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:30:40.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:30:40.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:30:40.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:40.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:30:40.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:30:40.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:30:40.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:30:40.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:30:40.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:30:40.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:30:40.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:40.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:30:40.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:30:40.595 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:30:40.595 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo15638838401427558433 18:30:48.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15638838401427558433:org.eclipse.hawk.svn.SvnManager:false 18:30:48.112 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:48.112 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:48.133 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:48.133 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:48.133 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:48.133 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:48.133 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:48.181 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:48.182 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.049s attempting to resolve any uninitialized derived attributes... 18:30:48.182 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:48.182 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:48.187 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:48.187 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s58ms [proxy update] 18:30:48.191 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357839606) of file:///tmp/hawkSvnRepo15638838401427558433 18:30:48.192 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:48.201 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:48.201 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:48.283 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:30:48.284 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:48.284 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:30:48.284 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:30:48.300 [pool-75-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:30:48.300 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:30:48.300 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:30:48.300 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:48.300 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:48.307 [pool-75-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:30:48.309 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:30:48.314 [pool-75-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:30:48.314 [pool-75-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:30:48.315 [pool-75-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:30:48.315 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s32ms [pure insertion] marking any relevant derived attributes for update...18:30:48.315 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:30:48.315 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:30:48.315 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:48.315 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:48.315 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:48.315 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:48.315 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:48.315 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:48.316 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:48.316 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s66ms [proxy update] 18:30:48.381 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357840627) of file:///tmp/hawkSvnRepo15638838401427558433 18:30:48.382 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:48.385 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:48.385 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:48.396 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:30:48.397 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:48.397 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:30:48.397 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:30:48.397 [pool-75-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:48.398 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:30:48.398 [pool-75-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:48.410 [pool-75-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...18:30:48.410 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:30:48.410 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:30:48.410 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:48.411 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:48.411 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:48.411 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:48.411 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:48.411 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:48.411 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:48.411 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:48.411 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357842118) of file:///tmp/hawkSvnRepo15638838401427558433 18:30:48.412 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:48.415 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:48.415 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:48.482 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:30:48.482 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:48.483 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:30:48.483 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:30:48.483 [pool-75-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:48.483 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:30:48.483 [pool-75-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:48.485 [pool-75-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...18:30:48.486 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:30:48.486 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:30:48.486 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:48.486 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:48.486 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:48.486 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:48.486 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:48.486 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:48.486 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:48.486 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:48.487 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357844124) of file:///tmp/hawkSvnRepo15638838401427558433 18:30:48.487 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:48.491 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:48.491 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:48.502 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:30:48.502 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:48.503 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:30:48.503 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:30:48.504 [pool-75-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:48.504 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:30:48.504 [pool-75-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:48.506 [pool-75-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...18:30:48.506 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:30:48.506 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:30:48.506 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:48.506 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:48.506 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:48.506 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:48.507 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:48.507 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:48.507 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:48.507 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:48.507 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357846117) of file:///tmp/hawkSvnRepo15638838401427558433 18:30:48.508 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:48.508 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 396 ms 18:30:50.101 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:50.103 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:50.105 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:50.105 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:50.105 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:50.105 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:50.105 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:50.105 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:50.105 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:50.105 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:50.105 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:50.106 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:50.106 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357846117) of file:///tmp/hawkSvnRepo15638838401427558433 18:30:50.107 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:50.111 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:50.111 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:50.127 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:30:50.127 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:50.127 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 18:30:50.128 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5 18:30:50.128 [pool-75-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:50.128 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:30:50.128 [pool-75-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:50.131 [pool-75-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...18:30:50.131 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:30:50.131 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:30:50.131 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:50.131 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:50.131 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:50.131 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:50.131 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:50.131 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:50.132 [pool-75-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:50.132 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:50.132 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1696357848183) of file:///tmp/hawkSvnRepo15638838401427558433 18:30:50.133 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:50.133 [pool-75-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 32 ms 18:30:50.136 [pool-75-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357840627, id=32] 18:30:50.140 [pool-75-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357840627, id=32] 18:30:50.182 [pool-75-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357840627, id=32] after for 1696357840627: 0 after for 1696357842118: 1 before for 1696357844124: 2 before for 1696357846117: 3 18:30:50.188 [pool-75-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357840627, id=32] 18:30:50.189 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:30:50.189 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15638838401427558433:org.eclipse.hawk.svn.SvnManager:false 18:30:50.194 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:50.194 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:30:50.197 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:30:50.198 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14875764954659968862/test_before[LevelDB GreyCat] 18:30:50.202 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:30:51.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:30:51.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:51.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:30:51.393 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:51.393 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:51.398 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:30:51.398 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:30:51.398 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:30:51.399 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:30:51.399 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:51.399 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:30:51.400 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:51.400 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:30:51.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:51.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:51.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:30:51.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:30:51.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:30:51.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:30:51.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:30:51.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:30:51.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:30:51.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:30:51.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:30:51.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:30:51.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:30:51.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:30:51.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:30:51.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:30:51.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:30:51.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:30:51.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:30:51.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:30:51.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:30:51.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:30:51.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:30:51.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:30:51.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:30:51.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:30:51.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:30:51.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:30:51.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:30:51.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:30:51.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:30:51.501 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:30:51.501 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:30:51.501 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:30:51.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:30:51.585 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:30:51.585 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:30:51.585 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:30:51.593 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:51.593 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:30:51.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:30:51.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:30:51.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:30:51.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:30:51.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:30:51.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:51.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:30:51.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:30:51.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:30:51.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:30:51.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:30:51.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:30:51.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:30:51.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:30:51.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:30:51.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:30:51.600 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:30:51.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:30:51.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:30:51.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:30:51.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:30:51.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:30:51.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:30:51.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:30:51.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:30:51.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:30:51.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:30:51.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:30:51.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:30:51.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:30:51.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:30:51.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:30:51.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:51.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:30:51.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:30:51.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:30:51.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:30:51.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:30:51.608 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:30:51.608 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo5857905897439744601 18:30:59.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5857905897439744601:org.eclipse.hawk.svn.SvnManager:false 18:30:59.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:59.114 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:30:59.134 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:59.134 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:59.134 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:59.134 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:59.134 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:59.138 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:59.139 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 18:30:59.139 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:59.139 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:59.143 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:59.143 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s15ms [proxy update] 18:30:59.149 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357850283) of file:///tmp/hawkSvnRepo5857905897439744601 18:30:59.150 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:59.186 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:59.186 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:59.198 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:30:59.198 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:59.199 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:30:59.199 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:30:59.215 [pool-77-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:30:59.215 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:30:59.215 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:30:59.215 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:30:59.216 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:30:59.284 [pool-77-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:30:59.286 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:30:59.318 [pool-77-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:30:59.318 [pool-77-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:30:59.318 [pool-77-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:30:59.318 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s120ms [pure insertion] marking any relevant derived attributes for update...18:30:59.318 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:30:59.318 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:30:59.318 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:59.318 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:59.319 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:59.319 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:59.319 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:59.319 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:59.319 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:59.319 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:59.319 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357851686) of file:///tmp/hawkSvnRepo5857905897439744601 18:30:59.320 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:59.323 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:59.323 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:59.334 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:30:59.334 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:59.334 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:30:59.335 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:30:59.335 [pool-77-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:59.335 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:30:59.335 [pool-77-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:59.392 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s58ms [pure insertion] marking any relevant derived attributes for update...18:30:59.392 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:30:59.392 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:30:59.392 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:59.392 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:59.392 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:59.393 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:30:59.393 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:59.393 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:59.393 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:59.393 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:59.393 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357853119) of file:///tmp/hawkSvnRepo5857905897439744601 18:30:59.394 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:59.398 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:59.398 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:59.409 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:30:59.409 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:59.409 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:30:59.410 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:30:59.410 [pool-77-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:59.410 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:30:59.410 [pool-77-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:59.412 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:30:59.412 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:30:59.412 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:30:59.412 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:59.412 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:59.412 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:59.412 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:59.412 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:59.412 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:59.413 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:59.413 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:59.413 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357855116) of file:///tmp/hawkSvnRepo5857905897439744601 18:30:59.414 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:30:59.417 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:30:59.417 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:30:59.427 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:30:59.427 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:30:59.481 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:30:59.482 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:30:59.482 [pool-77-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:30:59.482 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:30:59.482 [pool-77-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:30:59.484 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s57ms [pure insertion] marking any relevant derived attributes for update...18:30:59.484 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:30:59.485 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:30:59.485 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:30:59.485 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:30:59.485 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:30:59.485 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:30:59.485 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:30:59.485 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:30:59.485 [pool-77-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:30:59.485 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:30:59.486 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357857120) of file:///tmp/hawkSvnRepo5857905897439744601 18:30:59.486 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:30:59.486 [pool-77-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 372 ms 18:30:59.498 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:30:59.498 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5857905897439744601:org.eclipse.hawk.svn.SvnManager:false 18:30:59.501 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:30:59.501 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:30:59.504 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:30:59.504 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14102233312050464484/test_commitMessages[LevelDB GreyCat] 18:30:59.509 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:31:00.403 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:31:00.408 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:00.408 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:31:00.408 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:00.408 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:00.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:31:00.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:31:00.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:31:00.415 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:31:00.415 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 18:31:00.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: 18:31:00.416 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:31:00.416 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:31:00.428 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:00.428 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:00.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:31:00.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:31:00.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:31:00.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:31:00.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:31:00.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:31:00.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:31:00.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:31:00.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:31:00.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:31:00.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:31:00.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:31:00.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:31:00.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:31:00.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:31:00.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:31:00.501 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:31:00.501 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:31:00.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:31:00.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:31:00.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:31:00.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:31:00.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:31:00.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:31:00.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:31:00.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:31:00.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:31:00.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:31:00.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:31:00.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:31:00.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:31:00.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:31:00.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:31:00.590 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:31:00.590 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:31:00.590 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:31:00.601 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:00.601 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:00.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:31:00.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:00.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:31:00.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:31:00.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:00.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:31:00.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:31:00.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:31:00.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:31:00.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:31:00.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:31:00.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:31:00.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:31:00.611 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:31:00.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:31:00.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:00.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:31:00.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:31:00.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:00.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:00.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:31:00.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:31:00.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:31:00.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:31:00.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:31:00.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:31:00.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:31:00.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:31:00.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:00.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:31:00.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:31:00.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:31:00.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:31:00.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:31:00.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:31:00.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:31:00.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:00.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 18:31:00.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 18:31:00.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 18:31:00.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 18:31:00.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 18:31:00.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 18:31:00.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:31:00.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 18:31:00.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:31:00.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:31:00.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 18:31:00.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 18:31:00.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 18:31:00.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:31:00.619 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:31:00.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 18:31:00.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:31:00.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 18:31:00.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:31:00.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 18:31:00.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:31:00.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:31:00.627 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:31:00.627 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo11687370312909206452 18:31:08.109 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11687370312909206452:org.eclipse.hawk.svn.SvnManager:false 18:31:08.112 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:08.112 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:31:08.127 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:08.128 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:08.128 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:08.128 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:08.128 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:08.132 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:08.133 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 18:31:08.133 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:08.133 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:08.137 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:08.137 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s14ms [proxy update] 18:31:08.142 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357859593) of file:///tmp/hawkSvnRepo11687370312909206452 18:31:08.143 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:08.150 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:08.150 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:08.187 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:08.187 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:08.187 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:31:08.187 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:31:08.202 [pool-79-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:31:08.203 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:31:08.203 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:31:08.203 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:08.203 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:08.210 [pool-79-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:31:08.211 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:31:08.286 [pool-79-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:31:08.286 [pool-79-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:31:08.286 [pool-79-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:31:08.286 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s99ms [pure insertion] marking any relevant derived attributes for update...18:31:08.286 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:31:08.287 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:31:08.287 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:08.287 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:08.287 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:08.287 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:08.287 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:08.287 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:08.287 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:08.287 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:31:08.288 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357860713) of file:///tmp/hawkSvnRepo11687370312909206452 18:31:08.288 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:08.291 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:08.291 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:08.302 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:08.302 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:08.302 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:31:08.302 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:31:08.303 [pool-79-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:31:08.303 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:31:08.303 [pool-79-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:31:08.314 [pool-79-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...18:31:08.314 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:31:08.314 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:31:08.315 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:08.315 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:08.315 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:08.315 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:08.315 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:08.315 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:08.315 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:08.315 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:31:08.316 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357862119) of file:///tmp/hawkSvnRepo11687370312909206452 18:31:08.316 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:08.320 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:08.320 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:08.383 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:08.383 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:08.384 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:31:08.384 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:31:08.384 [pool-79-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:31:08.384 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:31:08.384 [pool-79-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:31:08.386 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:31:08.386 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:31:08.386 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:31:08.387 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:08.387 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:08.387 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:08.387 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:08.387 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:08.387 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:08.387 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:08.387 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:31:08.387 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357864122) of file:///tmp/hawkSvnRepo11687370312909206452 18:31:08.388 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:08.391 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:08.391 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:08.400 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:08.400 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:08.401 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:31:08.401 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:31:08.401 [pool-79-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:31:08.401 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:31:08.401 [pool-79-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:31:08.403 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:31:08.403 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:31:08.404 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:31:08.404 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:08.404 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:08.404 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:08.404 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:08.404 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:08.404 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:08.404 [pool-79-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:08.404 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:31:08.404 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357866116) of file:///tmp/hawkSvnRepo11687370312909206452 18:31:08.405 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:31:08.405 [pool-79-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 293 ms 18:31:08.411 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:31:08.411 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11687370312909206452:org.eclipse.hawk.svn.SvnManager:false 18:31:08.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:08.414 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:31:08.416 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:31:08.417 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6524246555924239864/test_rangesAreBothInclusive[LevelDB GreyCat] 18:31:08.420 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:31:09.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:31:09.397 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:09.397 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:31:09.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:09.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:09.403 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:31:09.403 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:31:09.403 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:31:09.404 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:31:09.404 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:31:09.404 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:31:09.404 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:31:09.405 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:31:09.415 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:09.415 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:09.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 18:31:09.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:31:09.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:31:09.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:31:09.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:31:09.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:31:09.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:31:09.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:31:09.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:31:09.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:31:09.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:31:09.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:31:09.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:31:09.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:31:09.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:31:09.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:31:09.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:31:09.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:31:09.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:31:09.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:31:09.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:31:09.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:31:09.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:31:09.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:31:09.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:31:09.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:31:09.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:31:09.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:31:09.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:31:09.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:31:09.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:31:09.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:31:09.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:31:09.510 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:31:09.510 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:31:09.510 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:31:09.517 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:09.517 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:09.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:31:09.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:31:09.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:31:09.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:31:09.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:31:09.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:31:09.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:31:09.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:31:09.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:31:09.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:31:09.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:09.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:31:09.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:31:09.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:31:09.585 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:31:09.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:31:09.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:09.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:31:09.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:31:09.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:31:09.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:31:09.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:31:09.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:31:09.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:09.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:31:09.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:31:09.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:31:09.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:31:09.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:31:09.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:31:09.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:31:09.593 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:31:09.593 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo16058811476489127000 18:31:13.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo16058811476489127000:org.eclipse.hawk.svn.SvnManager:false 18:31:13.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:13.114 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:31:13.128 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:13.129 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:13.129 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:13.129 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:13.129 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:13.132 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:13.132 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 18:31:13.132 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:13.132 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:13.135 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:13.135 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 18:31:13.138 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357868496) of file:///tmp/hawkSvnRepo16058811476489127000 18:31:13.139 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:13.144 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:13.144 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:13.186 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:31:13.186 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:13.186 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:31:13.186 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:31:13.201 [pool-81-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:31:13.201 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:31:13.201 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:31:13.201 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:13.201 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:13.208 [pool-81-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:31:13.209 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:31:13.214 [pool-81-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:31:13.215 [pool-81-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:31:13.215 [pool-81-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:31:13.215 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s29ms [pure insertion] marking any relevant derived attributes for update...18:31:13.215 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:31:13.215 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:31:13.215 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:13.215 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:13.215 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:13.215 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:13.216 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:13.216 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:13.216 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:13.216 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:31:13.216 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357869622) of file:///tmp/hawkSvnRepo16058811476489127000 18:31:13.217 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:13.217 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:13.217 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 18:31:13.217 [pool-81-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 18:31:13.284 [pool-81-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.067s 18:31:13.285 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 18:31:13.285 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:13.285 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:13.285 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:13.285 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:13.285 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:13.285 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:13.285 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:13.285 [pool-81-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:13.285 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:31:13.285 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357871148) of file:///tmp/hawkSvnRepo16058811476489127000 18:31:13.286 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:31:13.286 [pool-81-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 172 ms 18:31:13.293 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:31:13.293 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo16058811476489127000:org.eclipse.hawk.svn.SvnManager:false 18:31:13.297 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:13.297 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:31:13.300 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:31:13.301 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10949326344232651954/test_createDeleteNode[LevelDB GreyCat] 18:31:13.305 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:31:14.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:31:14.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:14.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:31:14.394 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:14.394 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:14.399 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:31:14.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:31:14.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:31:14.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:31:14.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:31:14.400 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:31:14.402 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:31:14.402 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:31:14.411 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:14.411 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:14.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 18:31:14.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 18:31:14.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 18:31:14.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:31:14.420 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:31:14.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:31:14.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:31:14.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:31:14.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:31:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:31:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:31:14.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:31:14.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:31:14.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:31:14.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:31:14.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:31:14.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:31:14.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:31:14.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:31:14.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:31:14.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:31:14.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:31:14.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:31:14.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:31:14.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:31:14.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:31:14.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:31:14.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:31:14.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:31:14.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:31:14.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:31:14.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:31:14.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:31:14.509 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:31:14.509 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:31:14.509 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:31:14.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:14.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:14.586 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:31:14.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:31:14.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:31:14.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:31:14.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:31:14.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:31:14.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:14.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:31:14.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:31:14.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:31:14.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:31:14.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:31:14.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:31:14.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:31:14.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:31:14.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:14.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:31:14.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:31:14.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:31:14.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:31:14.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:31:14.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:14.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:14.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:31:14.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:31:14.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:31:14.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:31:14.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:31:14.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:31:14.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:31:14.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:31:14.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:31:14.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:31:14.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:31:14.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:31:14.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:31:14.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:31:14.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:31:14.595 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:31:14.595 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo3329242387485122778 18:31:18.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo3329242387485122778:org.eclipse.hawk.svn.SvnManager:false 18:31:18.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:18.111 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:31:18.125 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:18.125 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:18.125 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:18.125 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:18.125 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:18.129 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:18.129 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:31:18.130 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:18.130 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:18.133 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:18.133 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s13ms [proxy update] 18:31:18.138 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357873384) of file:///tmp/hawkSvnRepo3329242387485122778 18:31:18.139 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:18.145 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:18.145 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:18.181 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:31:18.181 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:18.181 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:31:18.181 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:31:18.195 [pool-83-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:31:18.196 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:31:18.196 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:31:18.196 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:18.196 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:18.202 [pool-83-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:31:18.204 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:31:18.209 [pool-83-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:31:18.209 [pool-83-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:31:18.209 [pool-83-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:31:18.209 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s28ms [pure insertion] marking any relevant derived attributes for update...18:31:18.209 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:31:18.210 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:31:18.210 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:18.210 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:18.210 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:18.210 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:18.210 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:18.210 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:18.210 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:18.210 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:31:18.210 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357874681) of file:///tmp/hawkSvnRepo3329242387485122778 18:31:18.211 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:18.211 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:18.211 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 18:31:18.211 [pool-83-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 18:31:18.225 [pool-83-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.014s 18:31:18.225 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 18:31:18.225 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:18.225 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:18.225 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:18.225 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:18.225 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:18.226 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:18.226 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:18.226 [pool-83-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:18.226 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:31:18.226 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357876135) of file:///tmp/hawkSvnRepo3329242387485122778 18:31:18.226 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:31:18.227 [pool-83-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 116 ms 18:31:18.284 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:31:18.284 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo3329242387485122778:org.eclipse.hawk.svn.SvnManager:false 18:31:18.288 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:18.288 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:31:18.290 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:31:18.290 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12356062856283961485/test_travelToMissingTimepointReturnsNull[LevelDB GreyCat] 18:31:18.293 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:31:19.399 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:31:19.404 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:19.404 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:31:19.404 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:19.404 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:19.412 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:31:19.412 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:31:19.412 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:31:19.412 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:31:19.413 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:31:19.413 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:31:19.413 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:31:19.414 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:31:19.426 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:19.426 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:19.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:31:19.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:31:19.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:31:19.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:31:19.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:31:19.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:31:19.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:31:19.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:31:19.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:31:19.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:31:19.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:31:19.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:31:19.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:31:19.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:31:19.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:31:19.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:31:19.507 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:31:19.507 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:31:19.507 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:31:19.507 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:31: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::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:31:19.580 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:31:19.581 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:31:19.581 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:31:19.581 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:31:19.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:31:19.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:31:19.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:31:19.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:31:19.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:31:19.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:31:19.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:31:19.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:31:19.618 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:31:19.618 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:31:19.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 18:31:19.628 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:19.628 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:19.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:31:19.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:31:19.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:19.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:31:19.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:31:19.686 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:31:19.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:31:19.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:31:19.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:19.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:31:19.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:31:19.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:31:19.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:31:19.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:31:19.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:31:19.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:31:19.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:31:19.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:19.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:31:19.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:31:19.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:31:19.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:31:19.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:31:19.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:31:19.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:31:19.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:31:19.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:31:19.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:19.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:31:19.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:31:19.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:31:19.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:19.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:31:19.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:31:19.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:31:19.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:31:19.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:31:19.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:31:19.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:31:19.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:31:19.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:31:19.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:31:19.696 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:31:19.696 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo13921883905014994613 18:31:33.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13921883905014994613:org.eclipse.hawk.svn.SvnManager:false 18:31:33.116 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:33.116 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:31:33.135 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:33.135 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:33.135 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:33.135 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:33.135 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:33.138 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:33.139 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:31:33.139 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:33.139 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:33.142 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:33.142 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 18:31:33.145 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357878313) of file:///tmp/hawkSvnRepo13921883905014994613 18:31:33.146 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:33.151 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:33.151 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:33.189 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:33.189 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:33.190 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:31:33.190 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:31:33.207 [pool-85-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:31:33.207 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:31:33.207 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:31:33.208 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:33.208 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:33.216 [pool-85-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:31:33.217 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:31:33.285 [pool-85-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:31:33.285 [pool-85-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:31:33.285 [pool-85-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:31:33.285 [pool-85-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...18:31:33.286 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:31:33.286 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:31:33.286 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:33.286 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:33.286 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:33.286 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:33.286 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:33.286 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:33.286 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:33.286 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:31:33.287 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357879781) of file:///tmp/hawkSvnRepo13921883905014994613 18:31:33.287 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:33.290 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:33.290 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:33.301 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:33.301 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:33.301 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:31:33.302 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:31:33.302 [pool-85-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:31:33.302 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:31:33.302 [pool-85-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:31:33.313 [pool-85-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...18:31:33.313 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:31:33.313 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:31:33.313 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:33.314 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:33.314 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:33.314 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:33.314 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:33.314 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:33.314 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:33.314 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:31:33.314 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357881122) of file:///tmp/hawkSvnRepo13921883905014994613 18:31:33.315 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:33.317 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:33.317 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:33.327 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:33.327 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:33.328 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:31:33.328 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:31:33.328 [pool-85-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:31:33.328 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:31:33.328 [pool-85-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:31:33.381 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s54ms [pure insertion] marking any relevant derived attributes for update...18:31:33.381 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:31:33.382 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:31:33.382 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:33.382 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:33.382 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:33.382 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:33.382 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:33.382 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:33.382 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:33.382 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:31:33.382 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357883117) of file:///tmp/hawkSvnRepo13921883905014994613 18:31:33.383 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:33.386 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:33.386 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:33.395 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:33.395 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:33.396 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:31:33.396 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:2 ratio: 1.0 18:31:33.396 [pool-85-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:31:33.396 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:31:33.396 [pool-85-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:31:33.403 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:31:33.403 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:31:33.403 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:31:33.403 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:33.403 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:33.403 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:33.403 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:33.404 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:33.404 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:33.404 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:33.404 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:31:33.404 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357885117) of file:///tmp/hawkSvnRepo13921883905014994613 18:31:33.405 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:33.407 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:33.407 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:33.417 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:33.417 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:33.419 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:31:33.420 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:31:33.420 [pool-85-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:31:33.420 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:31:33.420 [pool-85-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:31:33.422 [pool-85-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...18:31:33.422 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:31:33.422 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:31:33.422 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:33.422 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:33.422 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:33.422 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:33.422 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:33.422 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:33.423 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:33.423 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:31:33.423 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1696357887117) of file:///tmp/hawkSvnRepo13921883905014994613 18:31:33.423 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:33.426 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:33.426 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:33.487 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:33.487 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:33.488 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:31:33.488 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:31:33.488 [pool-85-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:31:33.488 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:31:33.488 [pool-85-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:31:33.489 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:31:33.489 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:31:33.490 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:31:33.490 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:33.490 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:33.490 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:33.490 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:33.490 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:33.490 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:33.490 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:33.490 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:31:33.490 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 6 (timepoint 1696357889120) of file:///tmp/hawkSvnRepo13921883905014994613 18:31:33.491 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:33.494 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:33.494 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:33.502 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:33.503 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:33.503 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:31:33.503 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 18:31:33.504 [pool-85-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:31:33.504 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:31:33.504 [pool-85-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:31:33.507 [pool-85-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...18:31:33.507 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:31:33.507 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:31:33.507 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:33.507 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:33.508 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:33.508 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:31:33.508 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:33.508 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:33.508 [pool-85-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:33.508 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:31:33.508 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 7 (timepoint 1696357891149) of file:///tmp/hawkSvnRepo13921883905014994613 18:31:33.509 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:31:33.509 [pool-85-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 393 ms 18:31:33.512 [pool-85-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 18:31:33.513 [pool-85-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357891149, id=32] 18:31:33.517 [pool-85-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 18:31:33.518 [pool-85-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357887117, id=32] 18:31:33.520 [pool-85-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 18:31:33.583 [pool-85-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 18:31:33.586 [pool-85-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357887117, id=32] Children of NotEmpty at 1696357887117: 1 Children of NotEmpty at 1696357883117: 2 Children of NotEmpty at 1696357881122: 1 18:31:33.590 [pool-85-thread-1] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 18:31:33.592 [pool-85-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357887117, id=32] Children of NotEmpty at 1696357887117: 1 Children of NotEmpty at 1696357883117: 2 Children of NotEmpty at 1696357881122: 1 18:31:33.599 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:31:33.599 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13921883905014994613:org.eclipse.hawk.svn.SvnManager:false 18:31:33.603 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:33.603 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:31:33.608 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:31:33.608 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16476383158901652640/test_unscope[LevelDB GreyCat] 18:31:33.611 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:31:34.413 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:31:34.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:34.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:31:34.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:34.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:34.425 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:31:34.425 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:31:34.425 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:31:34.426 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:31:34.426 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:31:34.426 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:31:34.427 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:31:34.427 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:31:34.491 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:34.491 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:34.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:31:34.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:31:34.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:31:34.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:31:34.502 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:31:34.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:31:34.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:31:34.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:31:34.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:31:34.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:31:34.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:31:34.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:31:34.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:31:34.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:31:34.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:31:34.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:31:34.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:31:34.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:31:34.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:31:34.509 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:31:34.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:31:34.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:31:34.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:31:34.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:31:34.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 18:31:34.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:31:34.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:31:34.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:31:34.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:31:34.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:31:34.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:31:34.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:31:34.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 18:31:34.585 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:31:34.585 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:31:34.585 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:31:34.590 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:34.590 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:34.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:31:34.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:31:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:31:34.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:31:34.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:31:34.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:34.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:31:34.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:31:34.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:31:34.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:31:34.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:34.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:31:34.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:34.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:31:34.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:31:34.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:31:34.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:31:34.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:31:34.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:31:34.600 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:31:34.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:31:34.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:31:34.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:31:34.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:31:34.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:31:34.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:31:34.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:31:34.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:31:34.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:31:34.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:31:34.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:31:34.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:31:34.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:31:34.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:31:34.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:31:34.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:31:34.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:34.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:31:34.612 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:31:34.612 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo10202627875478927162 18:31:38.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo10202627875478927162:org.eclipse.hawk.svn.SvnManager:false 18:31:38.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:38.114 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:31:38.128 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:38.128 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:38.128 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:38.128 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:38.128 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:38.131 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:38.131 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 18:31:38.131 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:38.131 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:38.134 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:38.134 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 18:31:38.137 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357893690) of file:///tmp/hawkSvnRepo10202627875478927162 18:31:38.138 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:38.143 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:38.143 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:38.153 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:31:38.153 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:38.153 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:31:38.153 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:31:38.190 [pool-87-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:31:38.190 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:31:38.190 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:31:38.190 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:38.190 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:38.196 [pool-87-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:31:38.197 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:31:38.202 [pool-87-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:31:38.202 [pool-87-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:31:38.203 [pool-87-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:31:38.203 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s50ms [pure insertion] marking any relevant derived attributes for update...18:31:38.203 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:31:38.203 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:31:38.203 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:38.203 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:38.203 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:38.203 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:38.203 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:38.203 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:38.203 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:38.203 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:31:38.204 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357894705) of file:///tmp/hawkSvnRepo10202627875478927162 18:31:38.204 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:38.204 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:38.204 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 18:31:38.205 [pool-87-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 18:31:38.218 [pool-87-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.013s 18:31:38.218 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 18:31:38.218 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:38.218 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:38.218 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:38.218 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:38.218 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:38.219 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:38.219 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:38.219 [pool-87-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:38.219 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:31:38.219 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357896136) of file:///tmp/hawkSvnRepo10202627875478927162 18:31:38.219 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:31:38.220 [pool-87-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 105 ms 18:31:38.286 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:31:38.286 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo10202627875478927162:org.eclipse.hawk.svn.SvnManager:false 18:31:38.290 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:38.290 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:31:38.292 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:31:38.293 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16054796118689403968/test_countInstancesFromModelTypes[LevelDB GreyCat] 18:31:38.296 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:31:39.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:31:39.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:39.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:31:39.394 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:39.394 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:39.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:31:39.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:31:39.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:31:39.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:31:39.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:31:39.400 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:31:39.401 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:31:39.402 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:31:39.415 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:39.415 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:39.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:31:39.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:31:39.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:31:39.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:31:39.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:31:39.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:31:39.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:31:39.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:31:39.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:31:39.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:31:39.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:31:39.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:31:39.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:31:39.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:31:39.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:31:39.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:31:39.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:31:39.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:31:39.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:31:39.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:31:39.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:31:39.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:31:39.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:31:39.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:31:39.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:31:39.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:31:39.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:31:39.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:31:39.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:31:39.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:31:39.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:31:39.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:31:39.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:31:39.514 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:31:39.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:31:39.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:31:39.585 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:39.585 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:39.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:31:39.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:31:39.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:31:39.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:31:39.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:31:39.592 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:31:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:31:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:31:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:31:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:31:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:31:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:31:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:31:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:31:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:39.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:39.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:31:39.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:31:39.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:31:39.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:31:39.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:31:39.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:31:39.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:31:39.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:31:39.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:31:39.600 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:31:39.600 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo14528970818749476034 18:31:47.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14528970818749476034:org.eclipse.hawk.svn.SvnManager:false 18:31:47.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:47.111 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:31:47.127 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:47.127 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:47.127 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:47.127 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:47.127 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:47.130 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:47.130 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 18:31:47.130 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:47.130 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:47.133 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:47.133 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 18:31:47.137 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357898316) of file:///tmp/hawkSvnRepo14528970818749476034 18:31:47.137 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:47.185 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:47.185 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:47.196 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:47.196 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:47.196 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:31:47.196 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:31:47.210 [pool-89-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:31:47.210 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:31:47.210 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:31:47.210 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:47.210 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:47.216 [pool-89-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:31:47.218 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:31:47.281 [pool-89-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:31:47.281 [pool-89-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:31:47.282 [pool-89-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:31:47.282 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s86ms [pure insertion] marking any relevant derived attributes for update...18:31:47.282 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:31:47.282 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:31:47.282 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:47.282 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:47.282 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:47.282 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:47.282 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:47.282 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:47.283 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:47.283 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:31:47.283 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357899683) of file:///tmp/hawkSvnRepo14528970818749476034 18:31:47.284 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:47.305 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:47.305 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:47.319 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:47.319 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:47.319 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:31:47.320 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:31:47.320 [pool-89-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:31:47.320 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:31:47.320 [pool-89-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:31:47.334 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s16ms [pure insertion] marking any relevant derived attributes for update...18:31:47.335 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:31:47.335 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:31:47.335 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:47.335 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:47.335 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:47.335 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:47.335 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:47.335 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:47.335 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:47.335 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:31:47.336 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357901116) of file:///tmp/hawkSvnRepo14528970818749476034 18:31:47.336 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:47.384 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:47.384 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:47.397 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:47.397 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:47.398 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:31:47.398 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:31:47.398 [pool-89-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:31:47.398 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:31:47.398 [pool-89-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:31:47.401 [pool-89-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...18:31:47.401 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:31:47.401 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:31:47.401 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:47.401 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:47.401 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:47.401 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:47.401 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:47.401 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:47.402 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:47.402 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:31:47.402 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357903119) of file:///tmp/hawkSvnRepo14528970818749476034 18:31:47.403 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:47.407 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:47.407 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:47.420 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:47.420 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:47.420 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:31:47.421 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:31:47.421 [pool-89-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:31:47.421 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:31:47.421 [pool-89-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:31:47.423 [pool-89-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...18:31:47.424 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:31:47.424 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:31:47.424 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:47.424 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:47.424 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:47.424 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:47.424 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:47.424 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:47.424 [pool-89-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:47.424 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:31:47.424 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357905115) of file:///tmp/hawkSvnRepo14528970818749476034 18:31:47.425 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:31:47.425 [pool-89-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 314 ms 18:31:47.484 [pool-89-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357899683, id=32] 18:31:47.488 [pool-89-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357905115, id=32] 18:31:47.489 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:31:47.489 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14528970818749476034:org.eclipse.hawk.svn.SvnManager:false 18:31:47.493 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:47.493 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:31:47.495 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:31:47.496 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit266016096867562133/test_after[LevelDB GreyCat] 18:31:47.500 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:31:48.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:31:48.417 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:48.417 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:31:48.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:48.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:48.423 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:31:48.423 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:31:48.423 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:31:48.424 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:31:48.424 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:31:48.424 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:31:48.425 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:31:48.425 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:31:48.481 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:48.481 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:48.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:31:48.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:31:48.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:31:48.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:31:48.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:31:48.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:31:48.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:31:48.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:31:48.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:31:48.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:31:48.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:31:48.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:31:48.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:31:48.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:31:48.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:31:48.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:31:48.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:31:48.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:31:48.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:31:48.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:31:48.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:31:48.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:31:48.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:31:48.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:31:48.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:31:48.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:31:48.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:31:48.501 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:31:48.501 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:31:48.501 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:31:48.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:31:48.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:31:48.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:31:48.518 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:31:48.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:31:48.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:31:48.581 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:48.581 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:48.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:31:48.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:31:48.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:31:48.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:48.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:31:48.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:48.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:31:48.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:31:48.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:48.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:31:48.589 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:31:48.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:48.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:31:48.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:48.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:31:48.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:31:48.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:31:48.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:31:48.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:31:48.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:31:48.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:31:48.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:31:48.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:31:48.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:31:48.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:31:48.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:31:48.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:31:48.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:48.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:31:48.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:48.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:31:48.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:31:48.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:31:48.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:31:48.596 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:31:48.596 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo13427994652777225804 18:31:56.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13427994652777225804:org.eclipse.hawk.svn.SvnManager:false 18:31:56.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:56.111 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:31:56.127 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:56.127 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:56.127 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:56.128 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:56.128 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:56.131 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:56.131 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 18:31:56.131 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:56.131 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:56.134 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:56.134 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 18:31:56.137 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357907521) of file:///tmp/hawkSvnRepo13427994652777225804 18:31:56.181 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:56.186 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:56.186 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:56.196 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:56.197 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:56.197 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:31:56.197 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:31:56.211 [pool-91-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:31:56.211 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:31:56.212 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:31:56.212 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:56.212 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:56.292 [pool-91-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:31:56.293 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:31:56.298 [pool-91-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:31:56.298 [pool-91-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:31:56.299 [pool-91-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:31:56.299 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s103ms [pure insertion] marking any relevant derived attributes for update...18:31:56.299 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:31:56.299 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:31:56.299 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:56.299 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:56.299 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:56.299 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:56.299 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:56.299 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:56.299 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:56.299 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:31:56.299 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357908624) of file:///tmp/hawkSvnRepo13427994652777225804 18:31:56.300 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:56.303 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:56.303 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:56.312 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:56.312 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:56.313 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:31:56.313 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:31:56.313 [pool-91-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:31:56.313 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:31:56.313 [pool-91-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:31:56.324 [pool-91-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...18:31:56.324 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:31:56.324 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:31:56.324 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:56.324 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:56.324 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:56.324 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:56.324 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:56.324 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:56.325 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:56.325 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:31:56.325 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357910114) of file:///tmp/hawkSvnRepo13427994652777225804 18:31:56.325 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:56.328 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:56.328 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:56.384 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:56.384 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:56.384 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:31:56.385 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:31:56.385 [pool-91-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:31:56.385 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:31:56.385 [pool-91-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:31:56.387 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:31:56.387 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:31:56.387 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:31:56.387 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:56.387 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:56.387 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:56.387 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:56.387 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:56.387 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:56.387 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:56.387 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:31:56.387 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357912116) of file:///tmp/hawkSvnRepo13427994652777225804 18:31:56.388 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:56.391 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:56.391 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:56.400 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:56.400 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:56.400 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:31:56.401 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:31:56.401 [pool-91-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:31:56.401 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:31:56.401 [pool-91-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:31:56.403 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:31:56.403 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:31:56.403 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:31:56.403 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:56.403 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:56.403 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:56.403 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:56.403 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:56.403 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:56.403 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:56.403 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:31:56.404 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357914115) of file:///tmp/hawkSvnRepo13427994652777225804 18:31:56.404 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:31:56.404 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 292 ms 18:31:58.101 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:31:58.102 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:58.104 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:58.104 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:58.104 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:58.104 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:58.104 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:58.104 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:58.104 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:58.104 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:58.104 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:58.104 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:31:58.104 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357914115) of file:///tmp/hawkSvnRepo13427994652777225804 18:31:58.105 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:31:58.107 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:31:58.107 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:31:58.117 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:31:58.117 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:31:58.118 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 18:31:58.119 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5 18:31:58.119 [pool-91-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:31:58.119 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:31:58.119 [pool-91-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:31:58.122 [pool-91-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...18:31:58.122 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:31:58.122 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:31:58.122 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:31:58.122 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:31:58.122 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:31:58.122 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:31:58.122 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:31:58.122 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:31:58.123 [pool-91-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:31:58.123 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:31:58.123 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1696357916129) of file:///tmp/hawkSvnRepo13427994652777225804 18:31:58.124 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:31:58.124 [pool-91-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 23 ms 18:31:58.129 [pool-91-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357908624, id=32] 18:31:58.133 [pool-91-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357908624, id=32] 18:31:58.136 [pool-91-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357908624, id=32] 18:31:58.137 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:31:58.137 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13427994652777225804:org.eclipse.hawk.svn.SvnManager:false 18:31:58.141 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:58.141 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:31:58.143 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:31:58.181 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3793793290750383162/test_until[LevelDB GreyCat] 18:31:58.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:31:59.344 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:31:59.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:31:59.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:31:59.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:59.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:59.391 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:31:59.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:31:59.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:31:59.392 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:31:59.392 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:31:59.392 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:31:59.393 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:31:59.393 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:31:59.402 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:59.402 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:59.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:31:59.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:31:59.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:31:59.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:31:59.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:31:59.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:31:59.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:31:59.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:31:59.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:31:59.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 18:31:59.412 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:31:59.412 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:31:59.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:31:59.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:31:59.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:31:59.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:31:59.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:31:59.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:31:59.417 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:31:59.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 18:31:59.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:31:59.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:31:59.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:31:59.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:31:59.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:31:59.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:31:59.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:31:59.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:31:59.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:31:59.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:31:59.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:31:59.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:31:59.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:31:59.501 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:31:59.501 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:31:59.501 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:31:59.506 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:31:59.506 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:31:59.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:31:59.513 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:31:59.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:31:59.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:31:59.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:59.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:31:59.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:31:59.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:59.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:31:59.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:31:59.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:31:59.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:31:59.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:31:59.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:31:59.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:31:59.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:31:59.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:31:59.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:31:59.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:31:59.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:31:59.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:31:59.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:31:59.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:31:59.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:31:59.520 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:31:59.520 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo14896785423141366162 18:32:07.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14896785423141366162:org.eclipse.hawk.svn.SvnManager:false 18:32:07.116 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:07.117 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:07.138 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:07.138 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:07.138 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:07.138 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:07.138 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:07.183 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:07.183 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.045s attempting to resolve any uninitialized derived attributes... 18:32:07.183 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:07.183 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:07.186 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:07.186 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s52ms [proxy update] 18:32:07.190 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357918205) of file:///tmp/hawkSvnRepo14896785423141366162 18:32:07.191 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:07.197 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:07.197 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:07.210 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:07.210 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:07.211 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:07.211 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:32:07.287 [pool-93-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:32:07.288 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:32:07.288 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:32:07.288 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:07.288 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:07.318 [pool-93-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:32:07.320 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:32:07.325 [pool-93-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:32:07.325 [pool-93-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:32:07.325 [pool-93-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:07.325 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s115ms [pure insertion] marking any relevant derived attributes for update...18:32:07.326 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:07.326 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:07.326 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:07.326 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:07.326 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:07.326 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:07.326 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:07.326 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:07.326 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:07.326 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:07.327 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357919600) of file:///tmp/hawkSvnRepo14896785423141366162 18:32:07.327 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:07.331 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:07.331 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:07.390 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:07.390 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:07.390 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:32:07.391 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:32:07.391 [pool-93-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:07.391 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:32:07.391 [pool-93-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:32:07.404 [pool-93-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...18:32:07.405 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:32:07.405 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:32:07.405 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:07.405 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:07.405 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:07.405 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:07.405 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:07.406 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:07.406 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:07.406 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:07.406 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357921117) of file:///tmp/hawkSvnRepo14896785423141366162 18:32:07.407 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:07.410 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:07.410 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:07.422 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:07.422 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:07.423 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:32:07.423 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:32:07.423 [pool-93-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:07.423 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:32:07.423 [pool-93-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:32:07.425 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:07.426 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:07.426 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:07.481 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:07.481 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:07.481 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:07.481 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:07.481 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:07.481 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:07.481 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:07.481 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:07.482 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357923116) of file:///tmp/hawkSvnRepo14896785423141366162 18:32:07.483 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:07.486 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:07.486 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:07.496 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:07.496 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:07.496 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:32:07.497 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:32:07.497 [pool-93-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:07.497 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:32:07.497 [pool-93-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:32:07.499 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:07.499 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:07.499 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:07.499 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:07.499 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:07.500 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:07.500 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:32:07.500 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:07.500 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:07.500 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:07.500 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:07.500 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357925116) of file:///tmp/hawkSvnRepo14896785423141366162 18:32:07.501 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:07.501 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 384 ms 18:32:09.100 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:09.102 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:09.103 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:09.103 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:09.103 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:09.103 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:09.104 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:09.104 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:32:09.104 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:09.104 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:09.104 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:09.104 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:09.104 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357925116) of file:///tmp/hawkSvnRepo14896785423141366162 18:32:09.105 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:09.107 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:09.107 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:09.117 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:09.117 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:09.118 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 18:32:09.119 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 0.5 18:32:09.119 [pool-93-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:09.119 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:32:09.119 [pool-93-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:32:09.123 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:32:09.123 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:09.124 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:09.124 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:09.124 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:09.124 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:09.124 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:09.124 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:09.124 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:09.124 [pool-93-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:09.124 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:32:09.124 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1696357927139) of file:///tmp/hawkSvnRepo14896785423141366162 18:32:09.125 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:09.125 [pool-93-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 25 ms 18:32:09.132 [pool-93-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357927139, id=32] 18:32:09.135 [pool-93-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357927139, id=32] 18:32:09.138 [pool-93-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357927139, id=32] 18:32:09.141 [pool-93-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357927139, id=32] 18:32:09.144 [pool-93-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357927139, id=32] 18:32:09.182 [pool-93-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357927139, id=32] 18:32:09.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:09.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14896785423141366162:org.eclipse.hawk.svn.SvnManager:false 18:32:09.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:09.187 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:09.191 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:32:09.191 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8900488299601303041/test_whenPoints[LevelDB GreyCat] 18:32:09.194 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:32:10.401 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:10.404 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:10.404 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:10.404 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:10.404 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:10.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:10.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:10.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:10.415 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:10.415 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:10.415 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:10.415 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:10.416 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:32:10.429 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:10.429 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:10.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:10.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:10.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:10.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:10.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:10.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:10.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:10.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:10.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:10.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:10.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:10.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:10.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:10.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:10.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:10.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:10.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:10.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:10.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:10.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:10.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:10.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:10.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:10.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:10.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:10.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:10.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:10.500 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:10.500 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:10.501 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:10.501 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:10.501 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:10.501 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:10.516 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:32:10.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:10.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:32:10.521 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:10.521 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:32:10.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:32:10.582 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:32:10.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:10.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:32:10.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:32:10.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:32:10.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:32:10.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:32:10.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:32:10.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:10.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:10.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:32:10.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:10.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:32:10.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:32:10.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:32:10.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:32:10.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:10.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:32:10.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:32:10.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:32:10.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:32:10.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:32:10.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:10.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:32:10.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:32:10.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:32:10.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:32:10.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:32:10.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:10.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:32:10.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:32:10.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:32:10.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:32:10.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:32:10.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:32:10.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:32:10.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:32:10.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:32:10.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:32:10.590 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:32:10.590 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo363388072792197900 18:32:18.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo363388072792197900:org.eclipse.hawk.svn.SvnManager:false 18:32:18.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:18.110 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:18.129 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:18.129 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:18.129 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:18.129 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:18.129 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:18.133 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:18.133 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:32:18.133 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:18.133 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:18.137 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:18.137 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s55ms [proxy update] 18:32:18.184 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357929216) of file:///tmp/hawkSvnRepo363388072792197900 18:32:18.185 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:18.192 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:18.192 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:18.206 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:18.206 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:18.207 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:18.207 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:32:18.285 [pool-95-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:32:18.285 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:32:18.286 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:32:18.286 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:18.286 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:18.292 [pool-95-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:32:18.294 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:32:18.299 [pool-95-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:32:18.299 [pool-95-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:32:18.300 [pool-95-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:18.300 [pool-95-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...18:32:18.300 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:18.300 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:18.300 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:18.300 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:18.300 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:18.300 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:18.300 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:18.300 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:18.300 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:18.300 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:18.301 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357930617) of file:///tmp/hawkSvnRepo363388072792197900 18:32:18.301 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:18.304 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:18.304 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:18.314 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:18.314 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:18.314 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:32:18.315 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:32:18.315 [pool-95-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:18.315 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:32:18.315 [pool-95-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:32:18.327 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...18:32:18.327 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:18.327 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:18.327 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:18.327 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:18.327 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:18.328 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:32:18.328 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:18.328 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:18.328 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:18.328 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:18.328 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357932118) of file:///tmp/hawkSvnRepo363388072792197900 18:32:18.329 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:18.382 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:18.382 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:18.392 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:18.392 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:18.393 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:32:18.393 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:32:18.393 [pool-95-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:18.393 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:32:18.393 [pool-95-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:32:18.395 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:18.395 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:18.395 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:18.395 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:18.395 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:18.396 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:18.396 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:32:18.396 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:18.396 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:18.396 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:18.396 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:18.396 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357934115) of file:///tmp/hawkSvnRepo363388072792197900 18:32:18.397 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:18.400 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:18.400 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:18.409 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:18.409 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:18.410 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:32:18.410 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:32:18.410 [pool-95-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:18.410 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:32:18.410 [pool-95-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:32:18.412 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:18.412 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:18.412 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:18.413 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:18.413 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:18.413 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:18.413 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:18.413 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:18.413 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:18.413 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:18.413 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:32:18.413 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357936117) of file:///tmp/hawkSvnRepo363388072792197900 18:32:18.414 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:18.414 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 304 ms 18:32:20.100 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:20.102 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:20.103 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:20.103 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:20.103 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:20.103 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:20.104 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:20.104 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:32:20.104 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:20.104 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:20.104 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:20.104 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:20.104 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357936117) of file:///tmp/hawkSvnRepo363388072792197900 18:32:20.105 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:20.107 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:20.108 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:20.118 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:20.118 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:20.119 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 18:32:20.119 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.25 18:32:20.119 [pool-95-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:20.119 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:32:20.119 [pool-95-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:32:20.121 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:20.121 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:20.121 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:20.121 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:20.121 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:20.121 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:20.121 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:20.121 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:20.121 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:20.122 [pool-95-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:20.122 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:20.122 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1696357938128) of file:///tmp/hawkSvnRepo363388072792197900 18:32:20.122 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:20.122 [pool-95-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 22 ms Label at 1696357938128: SomethingElse 18:32:20.191 [pool-95-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357938128, id=32] 18:32:20.194 [pool-95-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357938128, id=32] 18:32:20.195 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:20.195 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo363388072792197900:org.eclipse.hawk.svn.SvnManager:false 18:32:20.198 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:20.198 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:20.200 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:32:20.201 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14345316484430843621/test_onceFalse[LevelDB GreyCat] 18:32:20.204 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:32:21.392 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:21.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:21.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:21.395 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:21.395 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:21.401 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:21.401 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:21.401 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:21.402 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:21.402 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:21.402 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:21.403 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:21.403 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:32:21.412 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:21.412 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:21.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:21.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:21.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:21.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:21.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:21.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:21.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:21.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:21.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:21.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:21.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:21.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:21.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:21.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:21.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:21.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:21.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:21.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:21.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:21.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:21.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:21.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:21.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:21.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:21.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:21.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:21.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:21.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:21.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:21.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:21.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:21.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:21.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:21.511 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:32:21.512 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:21.512 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:32:21.585 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:21.585 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:32:21.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:32:21.592 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:32:21.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:21.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:32:21.601 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:32:21.601 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo2694893363213104593 18:32:29.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2694893363213104593:org.eclipse.hawk.svn.SvnManager:false 18:32:29.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:29.115 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:29.128 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:29.128 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:29.128 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:29.128 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:29.128 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:29.131 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:29.131 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 18:32:29.131 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:29.131 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:29.134 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:29.134 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 18:32:29.137 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357940293) of file:///tmp/hawkSvnRepo2694893363213104593 18:32:29.138 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:29.143 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:29.143 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:29.153 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:29.153 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:29.153 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:29.153 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:32:29.191 [pool-97-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:32:29.191 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:32:29.191 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:32:29.191 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:29.191 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:29.196 [pool-97-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:32:29.198 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:32:29.203 [pool-97-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:32:29.203 [pool-97-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:32:29.203 [pool-97-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:29.203 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s50ms [pure insertion] marking any relevant derived attributes for update...18:32:29.203 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:29.203 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:29.203 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:29.204 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:29.204 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:29.204 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:29.204 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:29.204 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:29.204 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:29.204 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:32:29.204 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357941631) of file:///tmp/hawkSvnRepo2694893363213104593 18:32:29.205 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:29.207 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:29.207 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:29.217 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:29.217 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:29.217 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:32:29.217 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:32:29.217 [pool-97-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:29.217 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:32:29.217 [pool-97-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:32:29.306 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s89ms [pure insertion] marking any relevant derived attributes for update...18:32:29.306 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:29.306 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:29.307 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:29.307 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:29.307 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:29.307 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:29.307 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:29.307 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:29.307 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:29.307 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:32:29.307 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357943116) of file:///tmp/hawkSvnRepo2694893363213104593 18:32:29.308 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:29.310 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:29.310 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:29.320 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:29.320 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:29.320 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:32:29.321 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:32:29.321 [pool-97-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:29.321 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:32:29.321 [pool-97-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:32:29.323 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:29.323 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:29.323 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:29.323 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:29.323 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:29.323 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:29.323 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:29.323 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:29.323 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:29.323 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:29.323 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:29.324 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357945114) of file:///tmp/hawkSvnRepo2694893363213104593 18:32:29.324 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:29.382 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:29.382 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:29.391 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:29.391 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:29.391 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:32:29.392 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:32:29.392 [pool-97-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:29.392 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:32:29.392 [pool-97-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:32:29.394 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:29.394 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:29.394 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:29.394 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:29.394 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:29.394 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:29.394 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:29.394 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:29.394 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:29.394 [pool-97-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:29.394 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:29.395 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357947115) of file:///tmp/hawkSvnRepo2694893363213104593 18:32:29.395 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:29.395 [pool-97-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 280 ms 18:32:29.398 [pool-97-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357943116, id=32] 18:32:29.399 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:29.399 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2694893363213104593:org.eclipse.hawk.svn.SvnManager:false 18:32:29.402 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:29.402 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:29.404 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:32:29.404 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14621987540955558057/test_followReferences[LevelDB GreyCat] 18:32:29.407 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:32:30.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:30.385 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:30.385 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:30.385 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:30.385 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:30.390 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:30.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:30.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:30.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:30.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:30.391 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:30.392 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:30.392 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:32:30.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:30.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:30.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:30.409 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:30.409 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:30.409 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:30.409 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:30.411 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:30.411 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:30.411 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:30.411 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:30.411 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:30.412 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:30.412 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:30.412 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:30.412 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:30.412 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:30.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:30.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:30.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:30.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:30.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:30.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:30.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:30.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:30.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:30.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:30.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:30.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:30.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:30.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:30.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:30.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:30.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:30.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:30.499 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:32:30.499 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:30.499 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:32:30.504 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:30.504 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:30.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:32:30.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:30.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:32:30.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:30.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:32:30.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:32:30.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:32:30.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:30.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:32:30.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:32:30.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:32:30.511 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:32:30.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:32:30.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:32:30.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:32:30.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:32:30.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:32:30.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:32:30.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:32:30.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:32:30.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:32:30.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:30.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:32:30.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:32:30.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:32:30.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:32:30.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:30.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:32:30.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:32:30.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:32:30.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:32:30.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:32:30.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:32:30.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:32:30.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:32:30.519 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:32:30.519 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo16538276217327191825 18:32:38.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo16538276217327191825:org.eclipse.hawk.svn.SvnManager:false 18:32:38.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:38.111 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:38.123 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:38.124 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:38.124 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:38.124 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:38.124 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:38.126 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:38.126 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:32:38.126 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:38.126 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:38.129 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:38.129 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 18:32:38.132 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357949483) of file:///tmp/hawkSvnRepo16538276217327191825 18:32:38.133 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:38.138 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:38.138 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:38.148 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:38.148 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.148 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:38.148 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:32:38.188 [pool-99-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:32:38.188 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:32:38.188 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:32:38.188 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:38.188 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:38.195 [pool-99-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:32:38.197 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:32:38.203 [pool-99-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:32:38.203 [pool-99-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:32:38.203 [pool-99-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:38.204 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s56ms [pure insertion] marking any relevant derived attributes for update...18:32:38.204 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.204 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.204 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:38.204 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:38.204 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:38.204 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:38.204 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:38.204 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:38.204 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:38.204 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:32:38.204 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357950598) of file:///tmp/hawkSvnRepo16538276217327191825 18:32:38.205 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:38.208 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:38.208 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:38.233 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:38.233 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.233 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:32:38.234 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:32:38.234 [pool-99-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:38.234 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:32:38.234 [pool-99-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:32:38.289 [pool-99-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...18:32:38.289 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.289 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.289 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:38.289 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:38.289 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:38.289 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:38.289 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:38.289 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:38.289 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:38.290 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:38.290 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357952121) of file:///tmp/hawkSvnRepo16538276217327191825 18:32:38.290 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:38.293 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:38.293 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:38.302 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:38.302 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.303 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:32:38.303 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:32:38.303 [pool-99-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:38.303 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:32:38.303 [pool-99-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:32:38.305 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:38.305 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.305 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.305 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:38.305 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:38.306 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:38.306 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:32:38.306 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:38.306 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:38.306 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:38.306 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:38.306 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357954114) of file:///tmp/hawkSvnRepo16538276217327191825 18:32:38.307 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:38.310 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:38.310 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:38.382 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:38.382 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:38.382 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:32:38.383 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:32:38.383 [pool-99-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:38.383 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:32:38.383 [pool-99-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:32:38.385 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:38.385 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:38.385 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:38.385 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:38.385 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:38.385 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:38.385 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:38.385 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:38.385 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:38.386 [pool-99-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:38.386 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:38.386 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357956114) of file:///tmp/hawkSvnRepo16538276217327191825 18:32:38.386 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:38.386 [pool-99-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 275 ms 18:32:38.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:38.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo16538276217327191825:org.eclipse.hawk.svn.SvnManager:false 18:32:38.398 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:38.398 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:38.401 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:32:38.401 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13236030473791149080/test_untilThen[LevelDB GreyCat] 18:32:38.405 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:32:39.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:39.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:39.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:39.394 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:39.394 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:39.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:39.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:39.401 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:39.401 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:39.401 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:39.401 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:39.402 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:39.402 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:32:39.410 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:39.410 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:39.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:39.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:39.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:39.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:39.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:39.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:39.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:39.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:39.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:39.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:39.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:39.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:39.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:39.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:39.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:39.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:39.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:39.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:39.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:39.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:39.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:39.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:39.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:39.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:39.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:39.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:39.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:39.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:39.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:39.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:39.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:39.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:39.500 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:39.517 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:32:39.517 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:39.517 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:32:39.524 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:39.524 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:39.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:32:39.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:32:39.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:32:39.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:39.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:32:39.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:32:39.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:32:39.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:32:39.586 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:32:39.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:32:39.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:32:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:32:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:32:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:32:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:32:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:32:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:32:39.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:32:39.597 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:32:39.597 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo15814170656630889836 18:32:47.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15814170656630889836:org.eclipse.hawk.svn.SvnManager:false 18:32:47.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:47.116 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:47.130 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:47.131 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:47.131 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:47.131 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:47.131 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:47.134 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:47.134 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 18:32:47.134 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:47.134 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:47.137 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:47.137 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 18:32:47.140 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357958427) of file:///tmp/hawkSvnRepo15814170656630889836 18:32:47.141 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:47.146 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:47.147 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:47.158 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:47.158 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.158 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:47.158 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:32:47.183 [pool-101-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:32:47.183 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:32:47.183 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:32:47.183 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:47.183 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:47.193 [pool-101-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:32:47.195 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:32:47.201 [pool-101-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:32:47.201 [pool-101-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:32:47.201 [pool-101-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:47.201 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s43ms [pure insertion] marking any relevant derived attributes for update...18:32:47.201 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.201 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.202 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:47.202 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:47.202 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:47.202 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:47.202 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:47.202 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:47.202 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:47.202 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:32:47.202 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357959683) of file:///tmp/hawkSvnRepo15814170656630889836 18:32:47.203 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:47.206 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:47.206 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:47.290 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:47.290 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.290 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:32:47.291 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:32:47.291 [pool-101-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:47.291 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:32:47.291 [pool-101-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:32:47.302 [pool-101-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...18:32:47.302 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.302 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.302 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:47.302 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:47.302 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:47.302 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:47.302 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:47.302 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:47.302 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:47.302 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:32:47.303 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357961117) of file:///tmp/hawkSvnRepo15814170656630889836 18:32:47.303 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:47.306 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:47.306 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:47.315 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:47.315 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.316 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:32:47.317 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:32:47.317 [pool-101-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:47.317 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:32:47.317 [pool-101-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:32:47.319 [pool-101-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...18:32:47.319 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.319 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.319 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:47.319 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:47.320 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:47.320 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:32:47.320 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:47.320 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:47.320 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:47.320 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:47.320 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357963117) of file:///tmp/hawkSvnRepo15814170656630889836 18:32:47.321 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:47.324 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:47.324 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:47.392 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:32:47.392 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:47.393 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:32:47.393 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:32:47.393 [pool-101-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:32:47.393 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:32:47.394 [pool-101-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:32:47.395 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:32:47.395 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:47.395 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:47.396 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:47.396 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:47.396 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:47.396 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:47.396 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:47.396 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:47.396 [pool-101-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:47.396 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:32:47.396 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357965123) of file:///tmp/hawkSvnRepo15814170656630889836 18:32:47.397 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:47.397 [pool-101-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 281 ms 18:32:47.403 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:47.403 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15814170656630889836:org.eclipse.hawk.svn.SvnManager:false 18:32:47.406 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:47.406 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:47.409 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:32:47.409 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3995654030064057195/test_beforeThen[LevelDB GreyCat] 18:32:47.412 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:32:48.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:48.397 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:48.397 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:48.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:48.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:48.402 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:48.402 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:48.402 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:48.403 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:48.403 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:48.403 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:48.403 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:48.403 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:32:48.411 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:48.411 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32: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::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32: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::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32: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::ECharacterObject will be handled as its instance type java.lang.Character 18:32: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::EByteObject will be handled as its instance type java.lang.Byte 18:32: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::EChar will be handled as its instance type char 18:32: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 18:32: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::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32: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::EShort will be handled as its instance type short 18:32: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 18:32:48.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:48.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:48.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:48.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:48.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:48.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:48.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:48.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:48.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:48.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:48.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:48.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:48.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:48.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:48.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:48.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:48.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:48.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:48.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:48.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:48.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:48.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:48.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:48.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:48.504 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:32:48.504 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:48.504 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:32:48.508 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:48.508 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:48.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:32:48.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:32:48.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:32:48.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:32:48.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:32:48.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:32:48.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:32:48.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:48.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:32:48.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:32:48.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:32:48.514 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:32:48.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:32:48.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:32:48.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:32:48.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:32:48.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:32:48.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:32:48.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:32:48.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:32:48.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:32:48.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:32:48.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:48.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:48.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:32:48.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:32:48.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:32:48.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:32:48.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:32:48.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:32:48.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:32:48.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:32:48.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:48.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:48.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:32:48.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:32:48.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:32:48.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:32:48.521 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:32:48.521 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo2852405717707596855 18:32:52.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2852405717707596855:org.eclipse.hawk.svn.SvnManager:false 18:32:52.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:52.111 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:52.124 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:52.124 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:52.124 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:52.124 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:52.124 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:52.127 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:52.127 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 18:32:52.127 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:52.127 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:52.130 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:52.130 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 18:32:52.133 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357967485) of file:///tmp/hawkSvnRepo2852405717707596855 18:32:52.134 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:52.139 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:52.139 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:52.149 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:32:52.149 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:32:52.149 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:32:52.149 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:32:52.186 [pool-103-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:32:52.186 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:32:52.186 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:32:52.186 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:52.186 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:52.193 [pool-103-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:32:52.194 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:32:52.199 [pool-103-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:32:52.200 [pool-103-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:32:52.200 [pool-103-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:32:52.200 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s51ms [pure insertion] marking any relevant derived attributes for update...18:32:52.200 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:32:52.200 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:32:52.200 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:52.200 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:52.201 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:52.201 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:32:52.201 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:52.201 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:52.201 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:52.201 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:52.201 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357968605) of file:///tmp/hawkSvnRepo2852405717707596855 18:32:52.202 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:32:52.202 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:32:52.202 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 18:32:52.202 [pool-103-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 18:32:52.216 [pool-103-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.014s 18:32:52.216 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 18:32:52.216 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:32:52.216 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:32:52.216 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:32:52.216 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:32:52.216 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:32:52.216 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:32:52.216 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:32:52.216 [pool-103-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:32:52.217 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:32:52.217 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357970131) of file:///tmp/hawkSvnRepo2852405717707596855 18:32:52.217 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:52.217 [pool-103-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 106 ms 18:32:52.220 [pool-103-thread-1] INFO org.eclipse.hawk.timeaware.queries.TimelineEOLQueryEngine - Ran 0/3 instants 18:32:52.285 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:32:52.285 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2852405717707596855:org.eclipse.hawk.svn.SvnManager:false 18:32:52.288 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:52.288 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:32:52.290 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:32:52.290 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3138084830255335106/test_countInstancesTimeline[LevelDB GreyCat] 18:32:52.293 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:32:53.402 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:32:53.405 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:32:53.406 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:32:53.406 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:53.406 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:53.411 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:32:53.411 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:32:53.411 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:32:53.411 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:32:53.412 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:32:53.412 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:32:53.413 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:32:53.413 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:32:53.421 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:53.421 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:53.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:32:53.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:32:53.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:32:53.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:32:53.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:32:53.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:32:53.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:32:53.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:32:53.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:32:53.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:32:53.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:32:53.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:32:53.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:32:53.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:32:53.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:32:53.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:32:53.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:32:53.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:32:53.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:32:53.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:32:53.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:32:53.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:32:53.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:32:53.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:32:53.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:32:53.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:32:53.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:32:53.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:32:53.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:32:53.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:32:53.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:32:53.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:32:53.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:32:53.511 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:32:53.511 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:32:53.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 18:32:53.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:32:53.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:32:53.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:32:53.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:32:53.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:32:53.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:32:53.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 18:32:53.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 18:32:53.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 18:32:53.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:32:53.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:32:53.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:32:53.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:32:53.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:32:53.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:32:53.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:32:53.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:32:53.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:32:53.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:32:53.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:32:53.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:32:53.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:32:53.522 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:32:53.581 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:32:53.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:53.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:32:53.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:32:53.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:32:53.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:32:53.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:32:53.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:32:53.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:32:53.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:32:53.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:32:53.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:32:53.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:53.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:32:53.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:32:53.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:32:53.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:32:53.587 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:32:53.587 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo14740893411697652891 18:33:01.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14740893411697652891:org.eclipse.hawk.svn.SvnManager:false 18:33:01.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:01.110 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:01.123 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:01.123 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:01.123 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:01.123 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:01.123 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:01.125 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:01.126 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 18:33:01.126 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:01.126 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:01.128 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:01.128 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 18:33:01.131 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357972312) of file:///tmp/hawkSvnRepo14740893411697652891 18:33:01.132 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:01.137 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:01.137 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:01.182 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:33:01.182 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:01.183 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:01.183 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:33:01.196 [pool-105-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:33:01.197 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:33:01.197 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:33:01.197 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:01.197 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:01.203 [pool-105-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:33:01.205 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:33:01.210 [pool-105-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:33:01.210 [pool-105-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:33:01.210 [pool-105-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:01.210 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s28ms [pure insertion] marking any relevant derived attributes for update...18:33:01.210 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:33:01.211 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:33:01.211 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:01.211 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:01.211 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:01.211 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:33:01.211 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:01.211 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:01.211 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:01.211 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:33:01.211 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357973613) of file:///tmp/hawkSvnRepo14740893411697652891 18:33:01.212 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:01.215 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:01.215 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:01.224 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:33:01.224 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:01.225 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:33:01.225 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:33:01.225 [pool-105-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:33:01.225 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:33:01.225 [pool-105-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:33:01.290 [pool-105-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...18:33:01.290 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:01.290 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:01.290 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:01.290 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:01.290 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:01.290 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:33:01.290 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:01.290 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:01.291 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:01.291 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:33:01.291 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357975114) of file:///tmp/hawkSvnRepo14740893411697652891 18:33:01.292 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:01.294 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:01.294 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:01.305 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:33:01.305 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:01.305 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:33:01.305 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:33:01.305 [pool-105-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:33:01.305 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:33:01.305 [pool-105-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:33:01.308 [pool-105-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...18:33:01.308 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:01.308 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:01.308 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:01.308 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:01.308 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:01.308 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:33:01.308 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:01.308 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:01.309 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:01.309 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:33:01.309 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357977114) of file:///tmp/hawkSvnRepo14740893411697652891 18:33:01.309 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:01.312 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:01.312 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:01.322 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:33:01.322 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:01.322 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:33:01.323 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:33:01.323 [pool-105-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:33:01.323 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:33:01.323 [pool-105-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:33:01.325 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:33:01.325 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:01.325 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:01.325 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:01.325 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:01.325 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:01.325 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:33:01.325 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:01.325 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:01.326 [pool-105-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:01.326 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:33:01.326 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357979115) of file:///tmp/hawkSvnRepo14740893411697652891 18:33:01.326 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:01.326 [pool-105-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 216 ms 18:33:01.382 [pool-105-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357979115, id=32] 18:33:01.385 [pool-105-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357979115, id=32] 18:33:01.386 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:01.386 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14740893411697652891:org.eclipse.hawk.svn.SvnManager:false 18:33:01.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:01.389 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:01.391 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:33:01.391 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5830233533528783187/test_afterThen[LevelDB GreyCat] 18:33:01.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:33:02.366 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:02.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:02.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:33:02.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:02.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:02.389 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:02.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:02.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:02.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:33:02.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:33:02.390 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:02.391 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:02.391 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:33:02.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:02.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:02.404 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:02.404 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:02.404 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:02.404 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:33:02.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:02.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:02.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:02.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:33:02.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:02.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:33:02.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:02.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:02.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:02.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:02.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:02.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:02.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:33:02.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:02.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:02.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:02.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:02.412 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:02.412 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:33:02.412 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:02.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:02.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:02.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:33:02.414 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:02.480 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:02.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:33:02.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:02.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:33:02.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:02.499 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:33:02.499 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:02.499 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:33:02.503 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:02.503 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:02.509 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:33:02.509 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:33:02.509 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:33:02.509 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:33:02.509 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:33:02.509 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:02.509 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:02.509 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:33:02.509 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:33:02.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:33:02.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:33:02.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:02.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:33:02.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:33:02.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:33:02.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:33:02.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:33:02.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:33:02.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:33:02.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:02.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:33:02.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:33:02.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:33:02.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:33:02.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:33:02.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:33:02.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:33:02.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:33:02.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:33:02.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:33:02.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:33:02.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:33:02.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:02.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:33:02.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:33:02.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:33:02.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:33:02.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:33:02.517 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:33:02.517 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo13649236970754439663 18:33:06.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13649236970754439663:org.eclipse.hawk.svn.SvnManager:false 18:33:06.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:06.110 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:06.127 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:06.127 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:06.127 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:06.127 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:06.127 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:06.131 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:06.131 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:33:06.131 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:06.131 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:06.135 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:06.135 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 18:33:06.139 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357981415) of file:///tmp/hawkSvnRepo13649236970754439663 18:33:06.140 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:06.147 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:06.147 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:06.189 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:33:06.189 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:06.189 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:06.189 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:33:06.203 [pool-107-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:33:06.203 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:33:06.203 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:33:06.203 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:06.203 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:06.209 [pool-107-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:33:06.211 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:33:06.216 [pool-107-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:33:06.216 [pool-107-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:33:06.216 [pool-107-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:06.216 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s27ms [pure insertion] marking any relevant derived attributes for update...18:33:06.216 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:06.216 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:06.216 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:06.216 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:06.216 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:06.216 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:33:06.216 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:06.216 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:06.217 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:06.217 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:33:06.217 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357982602) of file:///tmp/hawkSvnRepo13649236970754439663 18:33:06.217 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:06.218 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:06.218 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 18:33:06.218 [pool-107-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 18:33:06.282 [pool-107-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.064s 18:33:06.282 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 18:33:06.282 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:06.282 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:06.282 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:06.282 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:06.282 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:33:06.282 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:06.282 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:06.282 [pool-107-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:06.282 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:33:06.283 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357984132) of file:///tmp/hawkSvnRepo13649236970754439663 18:33:06.283 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:06.283 [pool-107-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 173 ms 18:33:06.292 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:06.292 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13649236970754439663:org.eclipse.hawk.svn.SvnManager:false 18:33:06.295 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:06.295 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:06.298 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:33:06.298 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3565470530443498604/test_countInstancesFromModel[LevelDB GreyCat] 18:33:06.301 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:33:07.392 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:07.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:07.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:33:07.395 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:07.395 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:07.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:07.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:07.401 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:07.401 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:33:07.401 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:33:07.401 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:07.402 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:07.402 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:33:07.408 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:07.408 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:07.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:07.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:07.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 18:33:07.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:07.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 18:33:07.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 18:33:07.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 18:33:07.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:07.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 18:33:07.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:07.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:07.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:07.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 18:33:07.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:07.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:07.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:33:07.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:33:07.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:07.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:07.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:33:07.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:07.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:07.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:07.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:07.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:33:07.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:07.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:07.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:07.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:07.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:07.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:33:07.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:07.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:07.500 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:33:07.500 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:07.500 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:33:07.504 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:07.504 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:33:07.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:33:07.511 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:33:07.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:33:07.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:33:07.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:33:07.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:33:07.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:33:07.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:33:07.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:33:07.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:33:07.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:07.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:33:07.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:33:07.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:33:07.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:33:07.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:33:07.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:07.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:33:07.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:33:07.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:07.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:33:07.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:33:07.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:33:07.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:33:07.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:33:07.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:33:07.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:07.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:33:07.518 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:33:07.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo14093176011459131469 18:33:15.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14093176011459131469:org.eclipse.hawk.svn.SvnManager:false 18:33:15.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:15.110 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:15.123 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:15.123 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:15.123 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:15.123 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:15.123 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:15.126 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:15.127 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:33:15.127 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:15.127 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:15.129 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:15.129 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 18:33:15.132 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357986320) of file:///tmp/hawkSvnRepo14093176011459131469 18:33:15.133 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:15.138 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:15.138 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:15.147 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:33:15.148 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:15.148 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:15.148 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:33:15.192 [pool-109-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:33:15.192 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:33:15.192 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:33:15.192 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:15.192 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:15.199 [pool-109-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:33:15.200 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:33:15.205 [pool-109-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:33:15.205 [pool-109-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:33:15.205 [pool-109-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:15.205 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s58ms [pure insertion] marking any relevant derived attributes for update...18:33:15.205 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:33:15.206 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:33:15.206 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:15.206 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:15.206 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:15.206 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:33:15.206 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:15.206 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:15.206 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:15.206 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:33:15.206 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357987603) of file:///tmp/hawkSvnRepo14093176011459131469 18:33:15.207 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:15.209 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:15.209 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:15.218 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:33:15.218 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:15.218 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:33:15.219 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:33:15.219 [pool-109-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:33:15.219 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:33:15.219 [pool-109-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:33:15.284 [pool-109-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...18:33:15.284 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:33:15.285 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:33:15.285 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:15.285 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:15.285 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:15.285 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:33:15.285 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:15.285 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:15.285 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:15.285 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:33:15.285 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357989118) of file:///tmp/hawkSvnRepo14093176011459131469 18:33:15.286 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:15.288 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:15.288 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:15.297 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:33:15.297 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:15.297 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:33:15.298 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:33:15.298 [pool-109-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:33:15.298 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:33:15.298 [pool-109-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:33:15.300 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:33:15.300 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:15.300 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:15.300 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:15.300 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:15.300 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:15.300 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:33:15.300 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:15.300 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:15.300 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:15.300 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:33:15.300 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696357991114) of file:///tmp/hawkSvnRepo14093176011459131469 18:33:15.301 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:15.303 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:15.303 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:15.312 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:33:15.312 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:15.312 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:33:15.312 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:33:15.313 [pool-109-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:33:15.313 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:33:15.313 [pool-109-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:33:15.314 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:33:15.314 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:15.314 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:15.315 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:15.315 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:15.315 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:15.315 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:33:15.315 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:15.315 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:15.315 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:15.315 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:33:15.315 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1696357993115) of file:///tmp/hawkSvnRepo14093176011459131469 18:33:15.316 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:15.316 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 206 ms 18:33:15.321 [pool-109-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357993115, id=32] 18:33:15.323 [pool-109-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357993115, id=32] 18:33:15.325 [pool-109-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357993115, id=32] 18:33:15.382 [pool-109-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357993115, id=32] 18:33:15.385 [pool-109-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357993115, id=32] 18:33:15.387 [pool-109-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357993115, id=32] 18:33:15.389 [pool-109-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357993115, id=32] 18:33:15.391 [pool-109-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357993115, id=32] 18:33:15.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:15.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14093176011459131469:org.eclipse.hawk.svn.SvnManager:false 18:33:15.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:15.394 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:15.396 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:33:15.397 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2193848695550226468/test_alwaysTrue[LevelDB GreyCat] 18:33:15.399 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:33:16.397 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:16.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:16.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:33:16.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:16.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:16.405 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:16.405 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:16.405 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:16.406 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:33:16.406 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:33:16.406 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:16.407 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:16.407 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:33:16.412 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:16.412 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:16.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:16.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:33:16.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 18:33:16.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 18:33:16.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:16.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:16.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 18:33:16.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 18:33:16.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:33:16.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:16.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:16.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:16.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:33:16.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:16.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:16.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:16.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:16.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:16.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:16.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:16.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:16.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:16.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:16.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:16.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:16.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:16.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:16.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:16.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:16.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:16.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:16.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:33:16.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:33:16.501 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:33:16.501 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:16.501 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:33:16.505 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:16.505 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:16.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:33:16.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:33:16.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:33:16.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:33:16.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:33:16.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:33:16.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:33:16.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:33:16.511 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:33:16.511 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:33:16.512 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:16.513 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:33:16.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:33:16.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:33:16.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:33:16.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:33:16.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:16.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:33:16.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:33:16.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:33:16.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:33:16.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:33:16.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:33:16.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:33:16.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:33:16.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:16.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:33:16.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:33:16.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:33:16.518 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:33:16.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:16.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:33:16.519 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:16.519 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:16.583 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:33:16.586 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:33:16.586 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:16.586 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::hasNoChildren... 18:33:16.586 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#hasNoChildren (isMany=false|isOrdered=false|isUnique=false|type=TimelineAnnotation) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.isEmpty; 18:33:16.590 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::hasNoChildren. No username/password recorded for the repository file:///tmp/hawkSvnRepo527174084697848979 18:33:22.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo527174084697848979:org.eclipse.hawk.svn.SvnManager:false 18:33:22.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:22.110 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:22.124 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:22.124 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:22.124 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:22.124 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:22.124 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:22.127 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:22.127 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 18:33:22.127 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:22.127 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:22.130 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:22.130 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 18:33:22.135 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1696357995419) of file:///tmp/hawkSvnRepo527174084697848979 18:33:22.136 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:22.141 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:22.141 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:22.190 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:33:22.190 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:22.193 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:22.193 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:33:22.203 [pool-111-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:33:22.215 [pool-111-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:33:22.215 [pool-111-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:33:22.216 [pool-111-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:33:22.216 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s26ms [pure insertion] marking any relevant derived attributes for update...18:33:22.216 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:22.216 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:22.216 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:22.216 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:22.217 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:22.217 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:33:22.218 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:22.218 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:22.219 [pool-111-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 18:33:22.221 [pool-111-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696357996615, id=30] 18:33:22.283 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:33:22.283 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 1 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:22.283 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s68ms [proxy update] 18:33:22.284 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1696357996615) of file:///tmp/hawkSvnRepo527174084697848979 18:33:22.285 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:22.288 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:22.288 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:22.298 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:33:22.298 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:22.299 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:33:22.299 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:33:22.299 [pool-111-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:33:22.299 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:33:22.299 [pool-111-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:33:22.319 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s21ms [pure insertion] marking any relevant derived attributes for update...18:33:22.319 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:22.319 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:22.320 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:22.320 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:22.320 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:22.320 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:33:22.320 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:22.320 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:22.321 [pool-111-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 18:33:22.384 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:33:22.385 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 2 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:22.385 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s65ms [proxy update] 18:33:22.385 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1696357998118) of file:///tmp/hawkSvnRepo527174084697848979 18:33:22.386 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:22.390 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:22.390 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:22.403 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:33:22.403 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:22.403 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:33:22.403 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 18:33:22.404 [pool-111-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:33:22.404 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:33:22.404 [pool-111-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:33:22.417 [pool-111-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...18:33:22.417 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:33:22.417 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:33:22.417 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:33:22.417 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:33:22.417 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:33:22.417 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:33:22.417 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:33:22.417 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:33:22.418 [pool-111-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 18:33:22.426 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:33:22.426 [pool-111-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 1 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:33:22.426 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 18:33:22.427 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1696358000114) of file:///tmp/hawkSvnRepo527174084697848979 18:33:22.427 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:33:22.427 [pool-111-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 317 ms 18:33:22.486 [pool-111-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696358000114, id=30] 18:33:22.488 [pool-111-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=1696358000114, id=30] 18:33:22.493 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:33:22.493 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo527174084697848979:org.eclipse.hawk.svn.SvnManager:false 18:33:22.497 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:22.497 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:33:22.499 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:33:22.499 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9670477325098997885/test_whenAnnotated[LevelDB GreyCat] 18:33:22.501 [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: 276.303 s - in org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite revRefNavDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 15.004 s untilAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 11.604 s computedForAllVersions[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 7.082 s sinceAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 11.511 s beforeAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.881 s whenComposability[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.908 s afterAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.925 s eContainerDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.686 s testCounts[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.FileContextTimeAwareEOLQueryEngineTest) Time elapsed: 6.801 s defaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest) Time elapsed: 4.796 s nonDefaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest) Time elapsed: 1.397 s countInstancesModelAll[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 2.593 s sinceThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.196 s before[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.621 s commitMessages[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.307 s rangesAreBothInclusive[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 8.908 s createDeleteNode[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.886 s travelToMissingTimepointReturnsNull[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.986 s unscope[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 15.32 s countInstancesFromModelTypes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.682 s after[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.206 s until[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.683 s whenPoints[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 11.011 s onceFalse[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 11.009 s followReferences[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.203 s untilThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 8.998 s beforeThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.007 s countInstancesTimeline[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.88 s afterThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.102 s countInstancesFromModel[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.905 s alwaysTrue[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.099 s whenAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 7.103 s edgesWithRanges[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.402 s outgoingEdgesCreatedWithinRange[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.278 s indexQueryEndedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.334 s indexQueryReplacedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.364 s nextPrev[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.25 s nodeEndWithHeavyEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.362 s incomingEdgesCreatedWithinRange[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.303 s nodeEndWithLightEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.281 s create[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.321 s recreate[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.378 s changeLastRevision[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.227 s Running org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite 18:33:26.417 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:33:26.737 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.716 s - in org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite addRemoveNode[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite) Time elapsed: 0.336 s addRemoveNodeValue[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite) Time elapsed: 0.32 s Running org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite 18:33:27.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:33:27.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:27.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:33:27.326 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:27.326 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:27.331 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:33:27.331 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:33:27.331 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:33:27.332 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:33:27.332 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:33:27.332 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! sync metrics: 18:33:27.333 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:33:27.333 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:33:27.488 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: Core (org.amma.dsl.jdt.core) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore] 18:33:27.488 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: DOM (org.amma.dsl.jdt.dom) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore] 18:33:27.488 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: PrimitiveTypes (org.amma.dsl.jdt.primitiveTypes) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore] Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 18:33:27.488 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:33:27.488 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:33:27.517 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:33:27.523 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:33:27.581 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:33:27.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:33:27.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:33:27.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:33:27.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:33:27.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:33:27.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:33:27.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:33:27.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:33:27.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:33:27.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:33:27.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:33:27.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:33:27.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:33:27.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:33:27.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:33:27.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:33:27.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:33:27.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:33:27.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:33:27.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:33:27.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:33:27.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:33:27.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:33:27.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:33:27.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:33:27.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:33:27.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:33:27.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:33:27.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:33:27.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:33:27.604 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:33:27.604 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:33:27.604 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:33:27.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:33:27.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:33:27.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:33:27.607 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:33:27.609 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:27.610 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:33:27.627 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:27.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:27.698 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:33:27.911 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:33:27.911 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:33:28.206 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false 18:33:28.209 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:33:28.210 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:33:28.569 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:33:28.581 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:33:28.581 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:33:32.882 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:33:32.882 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:33:32.882 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:33:32.882 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:33:32.899 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:33:33.014 [pool-126-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl 18:33:50.229 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding nodes: 50001 17 sec (17 sec total) to /set0.xmi 18:33:55.088 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14361654406913852985/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit14361654406913852985/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:33:55.406 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16196772293207904303/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit16196772293207904303/test_recreate[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:33:55.784 [pool-122-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit520423345835955523/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit520423345835955523/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:33:58.241 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69680 NODES AND 266282 M->MM REFERENCES! (took ~25sec) 18:33:58.242 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:34:09.628 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding references: 50035 11 sec (11 sec total) to /set0.xmi 18:34:15.576 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69806 REFERENCES! (took ~17 sec) 18:34:15.576 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 42s747ms [pure insertion] marking any relevant derived attributes for update...18:34:15.577 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s10ms 18:34:15.586 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s10ms 18:34:15.586 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:15.586 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:15.911 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:34:15.911 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.325s attempting to resolve any uninitialized derived attributes... 18:34:15.911 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:15.911 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:15.911 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:15.911 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s326ms [proxy update] 18:34:15.912 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:15.912 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 69680 d elems 0 time ~47s validating changes... validating file UPDATED for /set0.xmi 18:34:25.090 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14361654406913852985/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit14361654406913852985/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:34:25.406 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16196772293207904303/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit16196772293207904303/test_recreate[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:34:25.784 [pool-122-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit520423345835955523/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit520423345835955523/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 18:34:26.685 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 58 s 474 ms 18:34:26.695 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:26.695 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:26.699 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:26.699 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:26.707 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:26.708 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16755107353108698111/test_set0[LevelDB GreyCat] 18:34:26.708 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:26.901 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:26.905 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:26.905 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:34:26.905 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:26.905 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:26.912 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:26.912 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:26.913 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:26.913 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:34:26.913 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:26.914 [pool-128-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 18:34:26.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:34:26.914 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:34:26.929 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:26.930 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:26.942 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:34:26.943 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:26.943 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:26.943 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:26.943 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:26.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:26.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:26.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:26.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:26.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:26.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:34:26.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:26.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:26.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:26.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:26.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 18:34:26.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:26.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:26.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:26.985 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:26.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:34:26.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:26.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:26.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:26.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:26.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:26.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:34:26.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:26.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:26.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:26.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:26.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:34:26.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:26.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:27.005 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:34:27.005 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:27.121 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:27.124 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:27.124 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:27.127 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:27.187 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:27.188 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:27.189 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:34:27.189 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:27.190 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:27.190 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:34:27.205 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:34:27.212 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:34:27.212 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:34:27.212 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:34:27.212 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s23ms [pure insertion] marking any relevant derived attributes for update...18:34:27.212 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:34:27.215 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:34:27.215 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:27.215 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:27.216 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:34:27.216 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:34:27.216 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:27.216 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:27.216 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:27.216 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:34:27.216 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:27.216 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:34:27.218 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 94 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 18:34:27.281 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:27.281 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:27.284 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:27.284 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:27.286 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:27.287 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10567139008990655584/test_tree[LevelDB GreyCat] 18:34:27.287 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:27.452 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:27.455 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:27.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 18:34:27.455 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:27.455 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:27.459 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:27.459 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:27.459 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:27.459 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:34:27.459 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:27.459 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:34:27.460 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:34:27.461 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:34:27.467 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:27.467 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:27.486 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:34:27.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:34:27.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:27.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:27.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:34:27.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:27.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:27.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:27.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:34:27.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:27.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:27.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:27.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:27.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:27.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:27.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:27.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:27.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:27.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:27.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:27.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:27.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:27.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:27.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:27.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:27.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:27.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:27.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:27.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:27.500 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:34:27.500 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:34:27.500 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:27.500 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:27.500 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:27.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:34:27.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:27.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/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:27.624 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:27.624 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:27.627 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:27.686 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:27.687 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:27.688 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model... 18:34:27.688 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:27.688 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:27.688 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model... 18:34:27.703 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model 18:34:27.709 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:34:27.709 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model 18:34:27.709 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:34:27.709 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model. 0s21ms [pure insertion] marking any relevant derived attributes for update...18:34:27.709 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:34:27.712 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:34:27.712 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:27.712 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:27.712 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:34:27.712 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:34:27.712 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:27.712 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:27.713 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:27.713 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:34:27.713 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:27.713 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... validating file UPDATED for /tree%20with%20spaces/space%20tree.model changed resource size: 1 relevant graph size: 1 validated changes... true 18:34:27.714 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 90 ms 18:34:27.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:27.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:27.785 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:27.785 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:27.787 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:27.787 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10565621610653388263/test_treeWithSpaces[LevelDB GreyCat] 18:34:27.787 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:28.132 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:28.135 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:28.135 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:34:28.135 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:28.135 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:28.184 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:28.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:28.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:28.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:34:28.184 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:28.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:34:28.185 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:34:28.186 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:34:28.193 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:28.193 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:28.205 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:34:28.205 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:28.205 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:28.206 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:28.206 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:28.206 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:28.208 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:28.208 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:28.209 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:28.209 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:28.209 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:28.209 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:28.209 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:28.209 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:28.209 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:28.211 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:34:28.211 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:28.211 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:28.211 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:34:28.212 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:28.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:28.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:28.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:28.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:28.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:28.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:28.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:34:28.284 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:28.284 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:34:28.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:28.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:28.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:28.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:28.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:34:28.306 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:34:28.306 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:28.490 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:28.494 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:28.494 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:28.498 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:28.507 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:28.508 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:28.510 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /child.model... 18:34:28.510 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:28.510 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:28.510 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /child.model... 18:34:28.596 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /child.model 18:34:28.600 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:34:28.600 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /child.model 18:34:28.606 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:34:28.606 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /child.model. 0s96ms [pure insertion] marking any relevant derived attributes for update...18:34:28.606 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s5ms 18:34:28.611 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s5ms 18:34:28.612 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:34:28.613 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:28.683 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:28.683 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:34:28.689 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:34:28.696 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:34:28.696 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:34:28.701 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:34:28.701 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s89ms [pure insertion] marking any relevant derived attributes for update...18:34:28.701 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:28.701 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:28.701 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:28.701 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:28.702 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/2 proxy references (0 sec total) 18:34:28.705 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs 18:34:28.705 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:34:28.705 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:28.705 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:28.705 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:28.705 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:34:28.706 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:28.706 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 2 deleted 0 changed 2 loaded 2 c elems 3 d elems 0 time ~0s validating changes... validating file UPDATED for /child.model validating file UPDATED for /root.model changed resource size: 3 relevant graph size: 3 validated changes... true 18:34:28.707 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 213 ms 18:34:28.782 [pool-132-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=0, id=5] 18:34:28.785 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:28.785 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:28.788 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:28.788 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:28.791 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:28.791 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1847802175576955037/test_treeCrossResourceContainment[LevelDB GreyCat] 18:34:28.791 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:29.382 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:29.386 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:29.386 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:34:29.386 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:29.386 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:29.392 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:29.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:29.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:29.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:34:29.393 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:29.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:34:29.394 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:29.394 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:34:29.488 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:29.488 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:29.588 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:34:29.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:29.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:29.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:29.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:29.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:29.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:34:29.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:29.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:34:29.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:29.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:29.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:29.681 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:29.682 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:29.682 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:29.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:29.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:29.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:29.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:29.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:29.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:34:29.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:34:29.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:29.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:29.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:34:29.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:29.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:29.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:29.781 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:29.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:29.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:29.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:29.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:29.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:29.988 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:34:29.988 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:30.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:30.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:30.110 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:30.114 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:30.190 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:30.190 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:30.191 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:34:30.191 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:30.192 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:30.192 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:34:30.207 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:34:30.214 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 18:34:30.214 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:34:30.215 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:34:30.215 [pool-134-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...18:34:30.215 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s68ms 18:34:30.283 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s68ms 18:34:30.283 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:30.283 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:30.284 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:34:30.284 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:34:30.284 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:30.284 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:30.284 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:30.284 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:34:30.284 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:30.284 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:30.284 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 174 ms 18:34:30.284 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::descendants... 18:34:30.285 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#descendants (isMany=true|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(c|c.children).flatten; 18:34:30.291 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants 18:34:30.292 [pool-134-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten; 18:34:30.294 [pool-134-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=0, id=5] 18:34:30.294 [pool-134-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper 18:34:30.491 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:34:30.491 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.2s 18:34:30.491 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::descendants. 18:34:30.505 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:30.505 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:30.509 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:30.509 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:30.581 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:30.582 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14302653154978436775/test_derivedEdgeCollection[LevelDB GreyCat] 18:34:30.582 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:30.909 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:30.912 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:30.912 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:34:30.912 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:30.912 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:30.916 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:30.916 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:30.916 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:30.917 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:34:30.917 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:30.917 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:34:30.918 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:30.918 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:34:30.927 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: crossrefs (http://github.com/mondo-hawk/testing/xrefs) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore] Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 18:34:30.927 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:30.927 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:31.040 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:34:31.041 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:31.041 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:31.041 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:31.041 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:31.041 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:31.043 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:31.043 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:31.043 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:31.081 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:31.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:34:31.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:31.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:31.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:31.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:31.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:34:31.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:34:31.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:31.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:34:31.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:31.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:31.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:31.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:31.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:31.088 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:31.088 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:31.088 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:34:31.088 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:31.088 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:31.088 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:31.089 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:31.089 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:31.089 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:31.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:31.187 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:34:31.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:31.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs... 18:34:31.187 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#nRefs (isMany=false|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.xrefs.size; 18:34:31.190 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs. 18:34:31.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:31.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:31.394 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:31.398 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:31.405 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:31.405 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:31.408 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:34:31.408 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:31.409 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:31.409 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:34:31.483 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:34:31.505 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:34:31.505 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:34:31.513 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:34:31.513 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s105ms [pure insertion] marking any relevant derived attributes for update...18:34:31.514 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:34:31.516 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:34:31.518 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:34:31.518 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:31.518 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:31.518 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:34:31.522 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:34:31.599 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:34:31.599 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:34:31.608 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:34:31.608 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s90ms [pure insertion] marking any relevant derived attributes for update...18:34:31.609 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:34:31.609 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:34:31.610 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:34:31.610 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:31.610 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:31.610 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:34:31.614 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:34:31.686 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:34:31.686 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:34:31.694 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:34:31.694 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s84ms [pure insertion] marking any relevant derived attributes for update...18:34:31.694 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:31.694 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:31.694 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:31.694 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:31.695 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 18:34:31.705 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 18:34:31.705 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 18:34:31.705 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:31.705 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:31.706 [pool-136-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size; 18:34:31.707 [pool-136-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=5] 18:34:31.885 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 6/6 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:34:31.885 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:31.885 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s192ms [proxy update] 18:34:31.886 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:31.886 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:31.886 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 492 ms 18:34:31.890 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:31.890 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:31.895 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:31.895 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:31.898 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:31.899 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13136245371665248180/test_deriveThenAdd[LevelDB GreyCat] 18:34:31.899 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:32.093 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:32.096 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:32.096 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:34:32.096 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:32.096 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:32.100 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:32.100 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:32.100 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:32.101 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:34:32.101 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:34:32.101 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:32.101 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:32.101 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:34:32.108 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:32.108 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:32.117 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:34:32.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:32.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:32.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:32.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:34:32.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:32.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:32.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:32.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:32.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:32.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:32.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:32.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:34:32.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:32.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:32.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:32.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:32.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:32.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:32.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:34:32.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:34:32.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:32.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:32.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:32.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:32.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:32.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:32.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:32.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:34:32.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:32.125 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:32.127 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:32.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 18:34:32.129 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:32.192 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:34:32.192 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:32.287 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:32.290 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:32.290 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:32.293 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:32.300 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:32.300 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:32.302 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:34:32.302 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:32.302 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:32.302 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:34:32.318 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:34:32.324 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 18:34:32.324 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:34:32.325 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:34:32.325 [pool-138-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...18:34:32.325 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s57ms 18:34:32.382 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s57ms 18:34:32.382 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:32.382 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:32.383 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:34:32.383 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:34:32.383 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:32.383 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:32.383 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:32.383 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:34:32.383 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:32.384 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:32.384 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 94 ms 18:34:32.384 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant... 18:34:32.384 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#maxDescendant (isMany=false|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(c|c.children).flatten.sortBy(t|t.label).last; 18:34:32.390 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant 18:34:32.391 [pool-138-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten.sortBy(t|t.label).last; 18:34:32.392 [pool-138-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: GreycatNode [world=0, time=0, id=5] 18:34:32.516 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:34:32.516 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.126s 18:34:32.516 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant. 18:34:32.524 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:32.524 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:32.527 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:32.527 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:32.581 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:32.582 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5458827370552973936/test_derivedEdgeSingle[LevelDB GreyCat] 18:34:32.582 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:32.729 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:32.781 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:32.781 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:34:32.781 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:32.781 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:32.786 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:32.786 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:32.786 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:32.786 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:34:32.786 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:32.786 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:34:32.787 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:32.787 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 18:34:32.793 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:32.793 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:32.803 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:34:32.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:32.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:32.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:32.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:34:32.805 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:32.805 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:32.805 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:32.805 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:34:32.805 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:34:32.805 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:32.805 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:32.805 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:32.805 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:32.806 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:32.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:32.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:32.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:34:32.808 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:32.808 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:32.808 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:32.808 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:32.808 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:32.809 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:32.809 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:32.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:32.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:32.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 18:34:32.813 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:32.813 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:34:32.813 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:32.814 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:32.814 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:32.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:32.829 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:34:32.829 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:32.982 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:32.985 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:32.985 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 18:34:32.985 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... updating indexer: 18:34:32.989 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:32.989 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 18:34:32.989 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 18:34:32.996 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:32.996 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:32.998 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:34:32.998 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:32.998 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:32.998 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:34:33.014 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:34:33.095 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:34:33.095 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:34:33.104 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:34:33.104 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s107ms [pure insertion] marking any relevant derived attributes for update...18:34:33.104 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:34:33.107 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:34:33.108 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:34:33.108 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:33.108 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:33.108 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:34:33.113 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:34:33.128 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:34:33.128 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:34:33.208 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:34:33.208 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s100ms [pure insertion] marking any relevant derived attributes for update...18:34:33.208 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:34:33.209 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:34:33.210 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:34:33.210 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:33.210 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:33.210 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:34:33.215 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:34:33.289 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:34:33.289 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:34:33.298 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:34:33.298 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s88ms [pure insertion] marking any relevant derived attributes for update...18:34:33.299 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:33.299 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:33.299 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:33.299 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:33.300 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 18:34:33.309 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 18:34:33.309 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 18:34:33.309 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:33.309 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:33.309 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:33.309 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 18:34:33.311 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:33.311 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:33.311 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 326 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 18:34:33.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:33.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:33.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:33.321 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:33.324 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:33.381 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11527049191492745104/test_addThenIndex[LevelDB GreyCat] 18:34:33.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:33.600 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:33.603 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:33.603 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:34:33.603 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:33.603 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:33.607 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:33.608 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:33.608 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:33.608 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:34:33.608 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:33.608 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:34:33.609 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:33.609 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 18:34:33.681 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:33.681 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:33.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:33.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:33.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:33.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:33.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:33.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:33.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:33.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:33.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:33.701 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:33.701 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:33.701 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:33.701 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:33.701 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:33.705 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:34:33.705 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:33.705 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:33.705 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:33.705 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:34:33.708 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:33.708 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:33.708 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:33.709 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:33.709 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:33.822 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:34:33.822 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:33.822 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:33.822 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34: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::EBoolean will be handled as its instance type java.lang.Boolean 18:34: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::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34: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::EShort will be handled as its instance type short 18:34: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::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34: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::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:33.823 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:34:33.837 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:34:33.837 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:33.837 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 18:34:33.882 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 18:34:33.883 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 18:34:33.994 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:33.997 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:33.997 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:34.002 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:34.010 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:34.010 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:34.012 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:34:34.012 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:34.012 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:34.012 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:34:34.084 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:34:34.103 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:34:34.103 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:34:34.113 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:34:34.113 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s101ms [pure insertion] marking any relevant derived attributes for update...18:34:34.113 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:34:34.115 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:34:34.117 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:34:34.117 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:34.117 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:34.117 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:34:34.121 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:34:34.194 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:34:34.194 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:34:34.210 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:34:34.210 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s93ms [pure insertion] marking any relevant derived attributes for update...18:34:34.210 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:34.210 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:34.212 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:34:34.212 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:34.212 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:34.212 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:34:34.281 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:34:34.297 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:34:34.297 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:34:34.306 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:34:34.306 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s94ms [pure insertion] marking any relevant derived attributes for update...18:34:34.306 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:34.306 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:34.306 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:34.306 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:34.307 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 18:34:34.317 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 18:34:34.317 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 18:34:34.317 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:34.317 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:34.317 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:34.317 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 18:34:34.317 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:34.318 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:34.318 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 321 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 18:34:34.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:34.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:34.324 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:34.324 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:34.382 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:34.383 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12736168904597151554/test_lookupWithIndex[LevelDB GreyCat] 18:34:34.383 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:34.717 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:34.719 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:34.720 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:34:34.720 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:34.720 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:34.782 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:34.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:34.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:34.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:34:34.782 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:34.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:34:34.783 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:34.783 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 18:34:34.790 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:34.790 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:34.800 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:34:34.800 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:34:34.800 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:34.801 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:34.801 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:34.801 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:34.805 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:34.805 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:34.806 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:34.806 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:34.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:34.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:34:34.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:34.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:34.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:34.807 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:34.808 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:34.808 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:34.809 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:34.809 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:34:34.809 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:34.809 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:34.809 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:34.809 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:34.809 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:34:34.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:34.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:34.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:34.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:34.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:34.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:34.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:34.811 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:34:34.812 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:34.892 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:34:34.892 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:34.987 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:34.990 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:34.991 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:34.994 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:35.002 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:35.002 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:35.004 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:34:35.004 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:35.004 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:35.004 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:34:35.020 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:34:35.083 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:34:35.083 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:34:35.094 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:34:35.094 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s90ms [pure insertion] marking any relevant derived attributes for update...18:34:35.094 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:34:35.096 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:34:35.098 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:34:35.098 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:35.098 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:35.098 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:34:35.102 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:34:35.108 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:34:35.108 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:34:35.116 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:34:35.116 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:34:35.116 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:35.116 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:35.118 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:34:35.118 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:35.118 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:35.118 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:34:35.184 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:34:35.192 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:34:35.192 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:34:35.204 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:34:35.204 [pool-144-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...18:34:35.204 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:35.204 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:35.204 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:35.204 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:35.205 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 18:34:35.213 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 18:34:35.213 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 18:34:35.213 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:35.213 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:35.213 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:35.213 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 18:34:35.213 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:35.213 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:35.213 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 222 ms 18:34:35.216 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:35.216 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:35.219 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:35.219 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:35.222 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:35.222 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13869467954676612970/test_lookupWithoutIndex[LevelDB GreyCat] 18:34:35.222 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:35.581 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:35.584 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:35.584 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:34:35.584 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:35.584 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:35.588 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:35.588 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:35.588 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:35.588 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:35.589 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:34:35.589 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:34:35.590 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 18:34:35.593 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:34:35.598 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:35.598 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:35.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:35.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:35.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:35.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:35.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:35.607 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:35.607 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:34:35.607 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:34:35.607 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:35.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:35.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:34:35.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:35.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:35.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:34:35.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:35.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:35.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:35.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:35.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 18:34:35.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:35.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:35.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 18:34:35.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 18:34:35.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:34:35.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:35.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:35.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:35.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:35.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 18:34:35.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:35.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:35.613 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:35.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:35.685 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:34:35.685 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:35.685 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:34:35.690 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:35.690 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:34:35.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:34:35.696 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:34:35.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:34:35.698 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:34:35.698 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:34:35.698 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:34:35.698 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:34:35.698 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:34:35.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:34:35.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:34:35.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:34:35.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:34:35.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:34:35.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:34:35.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:34:35.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:34:35.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:34:35.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:34:35.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:34:35.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:34:35.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:34:35.703 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:34:35.703 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:35.703 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:34:35.704 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:35.704 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:35.709 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:34:35.712 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:34:35.712 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:35.824 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8375293979118763795/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:35.827 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:35.827 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:35.883 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:35.890 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:35.890 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:35.901 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:34:35.901 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:35.901 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:35.901 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:34:35.916 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:34:36.005 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:34:36.005 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:34:36.013 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:34:36.013 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s113ms [pure insertion] marking any relevant derived attributes for update...18:34:36.013 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:34:36.015 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:34:36.024 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childA.xmi... 18:34:36.024 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:36.025 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:36.025 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childA.xmi... 18:34:36.081 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childA.xmi 18:34:36.099 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:34:36.099 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childA.xmi 18:34:36.108 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:34:36.108 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childA.xmi. 0s84ms [pure insertion] marking any relevant derived attributes for update...18:34:36.108 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:36.108 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:36.117 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childB.xmi... 18:34:36.117 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:36.118 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:36.118 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childB.xmi... 18:34:36.181 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childB.xmi 18:34:36.191 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:34:36.191 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childB.xmi 18:34:36.196 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:34:36.196 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childB.xmi. 0s79ms [pure insertion] marking any relevant derived attributes for update...18:34:36.196 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:36.196 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:36.205 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childAA.xmi... 18:34:36.205 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:36.205 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:36.205 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childAA.xmi... 18:34:36.209 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childAA.xmi 18:34:36.218 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:34:36.218 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childAA.xmi 18:34:36.223 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:34:36.224 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childAA.xmi. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:34:36.224 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:36.224 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:36.224 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:36.224 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:36.225 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/6 proxy references (0 sec total) 18:34:36.294 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs 18:34:36.294 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.07s attempting to resolve any uninitialized derived attributes... 18:34:36.294 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:36.294 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:36.295 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:36.295 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s71ms [proxy update] 18:34:36.295 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:36.295 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 4 deleted 0 changed 4 loaded 4 c elems 4 d elems 0 time ~0s validating changes... validating file UPDATED for /root.xmi validating file UPDATED for /childA.xmi validating file UPDATED for /childB.xmi validating file UPDATED for /childAA.xmi changed resource size: 4 relevant graph size: 4 validated changes... true 18:34:36.297 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 470 ms 18:34:36.297 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers... 18:34:36.297 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#allContainers (isMany=true|isOrdered=false|isUnique=true|type=Tree) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 18:34:36.300 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers 18:34:36.302 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:34:36.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:34:36.422 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.122s 18:34:36.423 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::allContainers. 18:34:36.427 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:36.430 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:36.493 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:36.493 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:36.502 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:34:36.502 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:36.506 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:34:36.523 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 18:34:36.523 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:34:36.523 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /root.xmi... 18:34:36.524 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 18:34:36.601 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.077s 18:34:36.610 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:34:36.690 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:34:36.690 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:34:36.699 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:34:36.699 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /root.xmi. 0s197ms [pure insertion] marking any relevant derived attributes for update...18:34:36.699 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:34:36.700 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:34:36.700 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:36.700 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:36.701 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 18:34:36.710 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs 18:34:36.710 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 18:34:36.710 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:36.710 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:36.711 [pool-146-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:34:36.722 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:34:36.722 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:36.722 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:34:36.723 [pool-146-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:34:36.724 [pool-146-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers 0s185ms [proxy update] 18:34:36.885 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:36.886 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 3 d elems 2 time ~0s validating changes... validating file UPDATED for /root.xmi changed resource size: 1 relevant graph size: 1 validated changes... true 18:34:36.887 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 460 ms 18:34:36.891 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:36.891 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8375293979118763795/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:36.893 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:36.893 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:36.896 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:36.896 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13686766234339391640/test_eContainersIsUpdatedRoot[LevelDB GreyCat] 18:34:36.896 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 18:34:37.292 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:37.295 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:37.295 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:34:37.295 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:37.295 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:37.299 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:37.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:37.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:37.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:34:37.299 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:37.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:34:37.300 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:37.300 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:34:37.307 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: ColoredTree (ColoredTree) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/ColoredTree.ecore] Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/ColoredTree.ecore to store 18:34:37.307 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:37.307 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:37.317 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore 18:34:37.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: ColoredTree::Color will be handled as its instance type NULL_INSTANCE_TYPE 18:34:37.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:37.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 18:34:37.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:37.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:37.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:34:37.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:37.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:34:37.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 18:34:37.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 18:34:37.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:37.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:37.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:37.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:37.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:37.381 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:37.381 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:37.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:37.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:37.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:37.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:37.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:37.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:37.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:37.390 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:37.390 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:37.390 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:37.390 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:37.390 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:37.390 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:37.390 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:37.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:37.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:37.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:37.413 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:34:37.413 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:37.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:37.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:37.518 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:37.521 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:37.530 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:37.530 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:37.533 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /colored-tree.model... 18:34:37.533 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:37.533 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:37.533 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /colored-tree.model... 18:34:37.593 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /colored-tree.model 18:34:37.603 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:34:37.603 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /colored-tree.model 18:34:37.603 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:34:37.603 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /colored-tree.model. 0s71ms [pure insertion] marking any relevant derived attributes for update...18:34:37.603 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s7ms 18:34:37.610 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s7ms 18:34:37.611 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:37.611 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:37.611 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:34:37.611 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:34:37.611 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:37.611 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:37.611 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:37.611 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:34:37.612 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:37.612 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:37.612 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 94 ms 18:34:37.615 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:37.615 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:37.618 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:37.618 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:37.620 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:37.620 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6081816077089149785/test_queryEnumValues[LevelDB GreyCat] 18:34:37.620 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:38.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:38.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:38.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:34:38.106 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:38.106 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:38.110 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:38.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:38.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:38.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:34:38.111 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:38.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:34:38.111 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:34:38.113 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 2 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 18:34:38.287 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:38.287 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:38.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:38.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:38.311 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:38.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 18:34:38.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 18:34:38.313 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:38.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:38.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:38.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:38.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:38.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:38.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:38.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:38.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:38.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:38.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:38.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:34:38.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:34:38.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:34:38.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:38.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:34:38.381 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:38.381 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:38.382 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:38.382 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:38.382 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:38.382 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:34:38.382 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:38.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:38.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:38.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:38.390 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:38.390 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:38.391 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:34:38.392 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:34:38.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:38.398 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:38.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:38.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:38.534 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:34:38.582 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:34:38.598 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:34:38.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:34:38.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:34:38.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:34:38.812 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:34:38.812 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:38.815 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:38.815 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:38.823 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:38.823 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:38.824 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:38.825 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6574315452789167110/test_slotType[LevelDB GreyCat] 18:34:38.825 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:39.306 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:39.309 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:39.309 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:34:39.309 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:39.309 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:39.380 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:39.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:39.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:39.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:34:39.381 [pool-152-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:39.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:34:39.382 [pool-152-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:34:39.383 [pool-152-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 18:34:39.494 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:39.494 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:39.521 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:34:39.523 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:34:39.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:34:39.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:34:39.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:34:39.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:34:39.598 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:34:39.599 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:34:39.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:39.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:39.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:39.681 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:39.719 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:39.719 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:39.719 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:39.719 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:39.722 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:39.722 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:34:39.722 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:34:39.722 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:39.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:39.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 18:34:39.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:39.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:34:39.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:39.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:39.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:39.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:39.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:39.728 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:39.729 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:39.729 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:34:39.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:39.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:34:39.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:39.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:39.781 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:39.781 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:39.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:39.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:39.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:39.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:39.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:39.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:39.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:40.007 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:34:40.007 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:40.010 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:40.010 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:40.014 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:40.014 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:40.015 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:40.015 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16687198554794111265/test_typeSubtypes[LevelDB GreyCat] 18:34:40.015 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:40.430 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:40.482 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:40.482 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:34:40.482 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:40.482 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:40.486 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:40.487 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:40.487 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:40.487 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:34:40.487 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:34:40.487 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:40.488 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:34:40.489 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 18:34:40.594 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:40.594 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:40.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:34:40.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:34:40.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:34:40.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:34:40.617 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:34:40.694 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:34:40.697 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:34:40.697 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:34:40.795 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:40.798 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:40.799 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:40.800 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:40.814 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:40.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:40.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:34:40.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:40.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:40.817 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:40.817 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:40.817 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:40.817 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:34:40.817 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:40.817 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:40.820 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:40.820 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:40.820 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:40.820 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:40.820 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:40.820 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:40.820 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:34:40.820 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:40.820 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:40.820 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:40.820 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:40.823 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:34:40.823 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:40.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:40.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:40.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:40.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 18:34:40.829 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:40.829 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:40.829 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:40.829 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:40.829 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:34:41.012 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:34:41.012 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:41.016 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:41.016 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:41.023 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:41.023 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:41.024 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:41.025 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4373809953795987084/test_slotInstanceTypeName[LevelDB GreyCat] 18:34:41.025 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:41.397 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:41.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:41.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:34:41.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:41.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:41.405 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:41.405 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:41.405 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:41.405 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:34:41.405 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:41.406 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:34:41.406 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:34:41.407 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 18:34:41.505 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:41.505 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:41.597 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:34:41.603 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:34:41.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:34:41.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:41.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 18:34:41.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:41.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:41.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:41.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:41.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:41.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:41.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:41.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:34:41.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:41.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:41.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:41.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 18:34:41.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:41.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:34:41.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:34:41.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 18:34:41.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[] 18:34:41.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:34:41.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:41.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:41.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:34:41.622 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:41.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 18:34:41.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:41.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:41.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:41.626 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:41.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 18:34:41.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 18:34:41.681 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:41.681 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:41.683 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:34:41.685 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:34:41.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:41.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:41.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:41.799 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:41.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:34:41.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:34:41.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:34:41.923 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:34:41.923 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:41.926 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:41.926 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:41.981 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:41.981 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:41.982 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:41.983 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9303137813194187947/test_typeSupertypes[LevelDB GreyCat] 18:34:41.983 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:42.392 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:42.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:42.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:34:42.395 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:42.395 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:42.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:42.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:42.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:42.401 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:34:42.401 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:42.401 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:34:42.402 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:34:42.403 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 18:34:42.510 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:42.510 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:42.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:34:42.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:34:42.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:34:42.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:34:42.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:34:42.607 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:34:42.607 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:34:42.607 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:34:42.609 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:34:42.609 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:34:42.609 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:34:42.609 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:34:42.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:34:42.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:34:42.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:34:42.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:34:42.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:34:42.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 18:34:42.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:34:42.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:34:42.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:34:42.614 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:34:42.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 18:34:42.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:34:42.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:34:42.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:34:42.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:34:42.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:34:42.617 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:34:42.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:34:42.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:34:42.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:34:42.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 18:34:42.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:34:42.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:34:42.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:34:42.620 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:34:42.621 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:34:42.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:42.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:42.693 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:42.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:34:42.781 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:34:42.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:34:42.789 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:34:42.930 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:34:42.930 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:42.988 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:42.988 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:42.995 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:42.995 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:42.996 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:42.997 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5993231111816421054/test_metamodels[LevelDB GreyCat] 18:34:42.997 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:43.502 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:43.506 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:43.506 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 18:34:43.506 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:43.506 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:43.512 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:43.512 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:43.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:43.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:34:43.513 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:43.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:34:43.514 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:43.514 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 18:34:44.491 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02) 18:34:44.491 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 18:34:44.491 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 18:34:44.491 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 18:34:44.491 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00) 18:34:44.491 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Standard(modelio://Modeliosoft.Standard/2.0.00) Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 18:34:44.491 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:44.491 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:44.598 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:34:44.598 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:34:44.598 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 18:34:44.799 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 18:34:44.800 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:34:44.801 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 18:34:44.801 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 18:34:46.011 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:34:46.011 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:34:46.012 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 18:34:47.637 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:34:47.638 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 18:34:50.184 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~5 sec) 18:34:50.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:50.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3119503232418882103/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:50.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:50.241 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:50.243 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:50.288 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:50.288 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:50.324 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 18:34:50.324 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:50.324 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:50.324 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 18:34:50.393 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 18:34:50.418 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 18:34:50.418 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 18:34:50.494 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:34:50.494 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s171ms [pure insertion] marking any relevant derived attributes for update...18:34:50.494 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:34:50.497 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:34:50.497 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:50.497 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:50.501 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 18:34:50.507 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs 18:34:50.507 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 18:34:50.507 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:50.507 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:50.507 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:50.507 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 18:34:50.507 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:50.508 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:50.508 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 267 ms 18:34:50.510 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:50.512 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:34:50.513 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:34:50.513 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:34:50.518 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 18:34:50.518 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:50.518 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:50.518 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 18:34:50.583 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 18:34:50.610 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 18:34:50.610 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 18:34:50.692 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:34:50.692 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s174ms [pure insertion] marking any relevant derived attributes for update...18:34:50.692 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:34:50.692 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:34:50.697 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 18:34:50.697 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:34:50.697 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:34:50.697 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 18:34:50.703 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 18:34:50.794 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 18:34:50.794 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 18:34:50.828 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:34:50.828 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s131ms [pure insertion] marking any relevant derived attributes for update...18:34:50.828 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:34:50.829 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:34:50.829 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:34:50.829 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:34:50.886 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/17 proxy references (0 sec total) 18:34:50.902 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs 18:34:50.902 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.073s attempting to resolve any uninitialized derived attributes... 18:34:50.902 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:34:50.902 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:34:50.902 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:34:50.902 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s74ms [proxy update] 18:34:50.903 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:34:50.903 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:50.904 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 393 ms 18:34:50.904 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:50.904 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3119503232418882103/:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:50.907 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:50.907 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:50.910 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:50.911 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2610938811099307323/test_elephantResolve[LevelDB GreyCat] 18:34:50.911 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:51.146 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:51.183 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:51.183 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 18:34:51.183 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:51.183 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:51.189 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:51.189 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:51.189 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:51.189 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:34:51.189 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:34:51.189 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:51.190 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:51.190 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 18:34:51.405 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:51.405 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:51.491 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:34:51.492 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:34:51.492 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 18:34:51.605 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 18:34:51.606 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:34:51.606 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 18:34:51.606 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 18:34:52.115 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:34:52.115 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:34:52.115 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 18:34:53.590 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:34:53.590 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 18:34:55.092 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14361654406913852985/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit14361654406913852985/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:34:55.407 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16196772293207904303/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit16196772293207904303/test_recreate[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:34:55.785 [pool-122-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit520423345835955523/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit520423345835955523/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:34:56.100 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~4 sec) 18:34:56.101 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:34:56.145 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/resources/models/zoo:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:56.150 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:56.150 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:56.150 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. SYNCHRONISATION ERROR 18:34:56.151 [pool-162-thread-1] ERROR org.eclipse.hawk.core.runtime.CompositeStateListener - Update FAILED! Warning, monitor is inactive, synchronisation failed! 18:34:56.151 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (failure). 0 s 1 ms 18:34:56.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:34:56.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/resources/models/zoo:org.eclipse.hawk.localfolder.LocalFolder:false 18:34:56.193 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:56.193 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:34:56.196 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:34:56.197 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1206257928487151232/test_zoo[LevelDB GreyCat] 18:34:56.197 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:34:56.332 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:34:56.335 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:34:56.335 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 18:34:56.335 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:56.335 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:56.342 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:34:56.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:34:56.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:34:56.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:34:56.342 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:34:56.342 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:34:56.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:34:56.342 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 18:34:56.583 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:34:56.583 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:34:56.616 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:34:56.616 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:34:56.616 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 18:34:56.783 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 18:34:56.784 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:34:56.784 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 18:34:56.785 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 18:34:57.519 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:34:57.519 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:34:57.520 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 18:34:59.310 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:34:59.311 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 18:35:02.127 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~5 sec) 18:35:02.127 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:35:02.128 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 18:35:02.326 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:02.326 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:02.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Archimate (modelio://Modeliosoft.Archimate/1.0.02) already in store, updating it instead NYI -- doing nothing! 18:35:02.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Analyst (modelio://Modeliosoft.Analyst/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:35:02.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: modelio.kernel (modelio://Modeliosoft.modelio.kernel/1.0.00) already in store, updating it instead NYI -- doing nothing! 18:35:02.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 18:35:02.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Standard (modelio://Modeliosoft.Standard/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:35:02.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Infrastructure (modelio://Modeliosoft.Infrastructure/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:35:02.387 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 18:35:02.387 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:35:02.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:35:02.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:35:02.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:02.394 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:35:02.395 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:35:02.396 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13338114872296328992/test_metamodel[LevelDB GreyCat] 18:35:02.396 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:35:02.899 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:35:02.902 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:02.902 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 18:35:02.902 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:02.902 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:02.907 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:35:02.907 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:35:02.908 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:35:02.908 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:35:02.908 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:35:02.908 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:02.908 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:35:02.908 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 18:35:03.187 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:03.187 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:03.220 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:35:03.220 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:35:03.220 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 18:35:03.392 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 18:35:03.393 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:35:03.393 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 18:35:03.393 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 18:35:04.074 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:35:04.074 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:35:04.074 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 18:35:05.316 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:35:05.316 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 18:35:07.647 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~4 sec) 18:35:07.647 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:35:07.648 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 18:35:07.801 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:07.801 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:07.809 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Archimate (modelio://Modeliosoft.Archimate/1.0.02) already in store, updating it instead NYI -- doing nothing! 18:35:07.809 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Analyst (modelio://Modeliosoft.Analyst/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:35:07.809 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: modelio.kernel (modelio://Modeliosoft.modelio.kernel/1.0.00) already in store, updating it instead NYI -- doing nothing! 18:35:07.809 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 18:35:07.809 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Standard (modelio://Modeliosoft.Standard/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:35:07.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Infrastructure (modelio://Modeliosoft.Infrastructure/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:35:07.810 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 18:35:07.810 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:35:07.903 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 18:35:07.906 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:07.907 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:08.291 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:35:08.304 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.304 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 20/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.305 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 30/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.305 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 40/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.306 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 50/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.306 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 60/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.306 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 70/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.307 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 80/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.307 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 90/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.307 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 100/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.308 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 110/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.308 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 120/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.309 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 130/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.309 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 140/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.309 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 150/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.309 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 160/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.310 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 170/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.310 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 180/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.310 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 190/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.311 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 200/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.311 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 210/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.311 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 220/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.312 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 230/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.312 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 240/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.312 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 250/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.313 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 260/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.313 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 270/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.313 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 280/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.313 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 290/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.314 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 300/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 18:35:08.314 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:35:08.314 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:35:08.314 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 0/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 0 sec total) 18:35:08.317 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 18:35:08.317 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:08.317 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:08.317 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 18:35:08.395 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 18:35:08.417 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 18:35:08.418 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 18:35:08.487 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:35:08.487 [pool-166-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. 0s170ms [pure insertion] marking any relevant derived attributes for update...18:35:08.487 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s4ms 18:35:08.491 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms 18:35:08.493 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml... 18:35:08.493 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:08.496 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:08.496 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml... 18:35:08.500 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml 18:35:08.506 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:08.506 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml 18:35:08.510 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:08.510 [pool-166-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...18:35:08.510 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:08.510 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:08.511 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml... 18:35:08.511 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:08.511 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:08.511 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml... 18:35:08.516 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml 18:35:08.522 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:08.522 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml 18:35:08.584 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:08.584 [pool-166-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...18:35:08.584 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:08.585 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:08.586 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml... 18:35:08.586 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:08.586 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:08.586 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml... 18:35:08.591 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml 18:35:08.597 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:08.597 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml 18:35:08.605 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:08.605 [pool-166-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:35:08.605 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:08.605 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:08.608 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml... 18:35:08.608 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:08.608 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:08.608 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml... 18:35:08.614 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml 18:35:08.710 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 18:35:08.711 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml 18:35:08.799 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:35:08.800 [pool-166-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. 0s192ms [pure insertion] marking any relevant derived attributes for update...18:35:08.800 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:08.800 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:08.801 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml... 18:35:08.801 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:08.801 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:08.801 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml... 18:35:08.805 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml 18:35:08.812 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:08.812 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml 18:35:08.882 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:08.883 [pool-166-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. 0s82ms [pure insertion] marking any relevant derived attributes for update...18:35:08.883 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:08.883 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:08.884 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml... 18:35:08.884 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:08.884 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:08.884 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml... 18:35:08.889 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml 18:35:08.904 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 18:35:08.904 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml 18:35:08.916 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:35:08.916 [pool-166-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. 0s32ms [pure insertion] marking any relevant derived attributes for update...18:35:08.916 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:08.916 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:08.917 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml... 18:35:08.917 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:08.917 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:08.917 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml... 18:35:08.922 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml 18:35:08.998 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 18:35:08.998 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml 18:35:09.011 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:35:09.011 [pool-166-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. 0s94ms [pure insertion] marking any relevant derived attributes for update...18:35:09.011 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:09.011 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:09.012 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml... 18:35:09.012 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:09.012 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:09.012 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml... 18:35:09.017 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml 18:35:09.083 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:09.083 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml 18:35:09.094 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:09.094 [pool-166-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. 0s82ms [pure insertion] marking any relevant derived attributes for update...18:35:09.094 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:09.095 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:09.096 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 18:35:09.096 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:09.096 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:09.096 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 18:35:09.101 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 18:35:09.182 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 18:35:09.182 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 18:35:09.209 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:35:09.209 [pool-166-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. 0s113ms [pure insertion] marking any relevant derived attributes for update...18:35:09.210 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:09.210 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:09.211 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml... 18:35:09.211 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:09.211 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:09.211 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml... 18:35:09.215 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml 18:35:09.221 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:09.221 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml 18:35:09.225 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:09.226 [pool-166-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...18:35:09.226 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:09.226 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:09.227 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml... 18:35:09.227 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:09.227 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:09.227 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml... 18:35:09.283 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml 18:35:09.290 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:09.290 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml 18:35:09.297 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:09.298 [pool-166-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...18:35:09.298 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:09.298 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:09.299 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml... 18:35:09.299 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:09.299 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:09.299 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml... 18:35:09.304 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml 18:35:09.311 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:09.311 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml 18:35:09.316 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:09.316 [pool-166-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:09.316 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:09.316 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:09.317 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml... 18:35:09.317 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:09.317 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:09.317 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml... 18:35:09.322 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml 18:35:09.384 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:09.384 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml 18:35:09.388 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:09.388 [pool-166-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...18:35:09.388 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:09.388 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:09.389 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml... 18:35:09.389 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:09.390 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:09.390 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml... 18:35:09.394 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml 18:35:09.412 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:35:09.412 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml 18:35:09.425 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:35:09.425 [pool-166-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...18:35:09.425 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:09.426 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:09.482 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml... 18:35:09.482 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:09.482 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:09.482 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml... 18:35:09.487 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml 18:35:09.621 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:35:09.621 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml 18:35:09.816 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:35:09.816 [pool-166-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. 0s334ms [pure insertion] marking any relevant derived attributes for update...18:35:09.816 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:09.816 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:09.817 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml... 18:35:09.817 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:09.817 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:09.817 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml... 18:35:09.827 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml 18:35:09.887 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:09.887 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml 18:35:09.892 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:09.892 [pool-166-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...18:35:09.892 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:09.892 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:09.893 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml... 18:35:09.893 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:09.893 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:09.893 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml... 18:35:09.899 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml 18:35:09.905 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:09.905 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml 18:35:09.909 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:09.910 [pool-166-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:09.910 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:09.910 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:09.911 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml... 18:35:09.911 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:09.911 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:09.911 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml... 18:35:09.916 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml 18:35:10.003 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 18:35:10.003 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml 18:35:10.089 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:10.089 [pool-166-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. 0s178ms [pure insertion] marking any relevant derived attributes for update...18:35:10.089 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:10.089 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:10.090 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml... 18:35:10.090 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:10.090 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:10.090 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml... 18:35:10.096 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml 18:35:10.106 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 18:35:10.106 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml 18:35:10.114 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:10.114 [pool-166-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. 0s24ms [pure insertion] marking any relevant derived attributes for update...18:35:10.114 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:10.114 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:10.116 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml... 18:35:10.116 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:10.116 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:10.116 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml... 18:35:10.187 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml 18:35:10.208 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 19 M->MM REFERENCES! (took ~0sec) 18:35:10.208 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml 18:35:10.226 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:10.226 [pool-166-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. 0s110ms [pure insertion] marking any relevant derived attributes for update...18:35:10.226 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:10.227 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:10.282 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml... 18:35:10.282 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:10.282 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:10.282 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml... 18:35:10.289 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml 18:35:10.298 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:10.298 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml 18:35:10.309 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:10.309 [pool-166-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. 0s27ms [pure insertion] marking any relevant derived attributes for update...18:35:10.309 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:10.309 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:10.310 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml... 18:35:10.310 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:10.310 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:10.310 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml... 18:35:10.315 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml 18:35:10.384 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:10.384 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml 18:35:10.393 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:10.393 [pool-166-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. 0s83ms [pure insertion] marking any relevant derived attributes for update...18:35:10.393 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:10.393 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:10.394 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml... 18:35:10.394 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:10.394 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:10.394 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml... 18:35:10.399 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml 18:35:10.406 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:10.406 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml 18:35:10.413 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:10.413 [pool-166-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...18:35:10.413 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:10.413 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:10.414 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml... 18:35:10.414 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:10.414 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:10.414 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml... 18:35:10.419 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml 18:35:10.484 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:10.484 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml 18:35:10.488 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:10.488 [pool-166-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. 0s74ms [pure insertion] marking any relevant derived attributes for update...18:35:10.488 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:10.488 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:10.489 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 18:35:10.489 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:10.489 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:10.489 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 18:35:10.493 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml 18:35:10.499 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:10.499 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml 18:35:10.503 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:10.503 [pool-166-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:35:10.503 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:10.503 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:10.504 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml... 18:35:10.504 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:10.504 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:10.504 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml... 18:35:10.509 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml 18:35:10.515 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:10.516 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml 18:35:10.520 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:10.520 [pool-166-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...18:35:10.520 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:10.520 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:10.581 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml... 18:35:10.581 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:10.584 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:10.584 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml... 18:35:10.589 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml 18:35:10.594 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:10.594 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml 18:35:10.599 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:10.599 [pool-166-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:35:10.599 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:10.599 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:10.600 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml... 18:35:10.600 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:10.600 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:10.600 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml... 18:35:10.606 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml 18:35:10.614 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:10.614 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml 18:35:10.619 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:10.619 [pool-166-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:35:10.619 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:10.619 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:10.620 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml... 18:35:10.620 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:10.620 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:10.620 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml... 18:35:10.625 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml 18:35:10.686 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:10.686 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml 18:35:10.693 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:10.693 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml. 0s73ms [pure insertion] marking any relevant derived attributes for update...18:35:10.693 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:10.693 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:10.694 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 18:35:10.694 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:10.694 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:10.694 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 18:35:10.698 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml 18:35:10.704 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:10.704 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml 18:35:10.708 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:10.708 [pool-166-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:35:10.708 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:10.709 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:10.709 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml... 18:35:10.709 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:10.709 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:10.709 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml... 18:35:10.714 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml 18:35:10.720 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:10.720 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml 18:35:10.783 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:10.783 [pool-166-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. 0s74ms [pure insertion] marking any relevant derived attributes for update...18:35:10.783 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:10.783 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:10.784 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml... 18:35:10.784 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:10.784 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:10.784 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml... 18:35:10.789 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml 18:35:10.802 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:10.802 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml 18:35:10.810 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:10.810 [pool-166-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. 0s26ms [pure insertion] marking any relevant derived attributes for update...18:35:10.810 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:10.810 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:10.811 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml... 18:35:10.811 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:10.811 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:10.811 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml... 18:35:10.815 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml 18:35:10.821 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:10.821 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml 18:35:10.882 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:10.882 [pool-166-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...18:35:10.882 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:10.882 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:10.883 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml... 18:35:10.883 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:10.883 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:10.883 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml... 18:35:10.888 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml 18:35:10.894 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:10.894 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml 18:35:10.901 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:10.901 [pool-166-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...18:35:10.901 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:10.901 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:10.903 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml... 18:35:10.903 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:10.907 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:10.907 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml... 18:35:10.915 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml 18:35:10.999 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 18:35:10.999 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml 18:35:11.026 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:11.026 [pool-166-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. 0s123ms [pure insertion] marking any relevant derived attributes for update...18:35:11.026 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:11.026 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:11.028 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml... 18:35:11.028 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:11.080 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:11.081 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml... 18:35:11.089 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml 18:35:11.202 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 8 NODES AND 43 M->MM REFERENCES! (took ~0sec) 18:35:11.203 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml 18:35:11.310 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 18:35:11.310 [pool-166-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. 0s282ms [pure insertion] marking any relevant derived attributes for update...18:35:11.310 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:11.310 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:11.311 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml... 18:35:11.311 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:11.312 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:11.312 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml... 18:35:11.317 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml 18:35:11.382 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:11.382 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml 18:35:11.388 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:11.388 [pool-166-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...18:35:11.388 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:11.388 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:11.389 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml... 18:35:11.389 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:11.389 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:11.389 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml... 18:35:11.394 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml 18:35:11.490 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 18:35:11.490 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml 18:35:11.519 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:35:11.519 [pool-166-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. 0s130ms [pure insertion] marking any relevant derived attributes for update...18:35:11.519 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:11.519 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:11.521 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml... 18:35:11.521 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:11.521 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:11.521 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml... 18:35:11.583 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml 18:35:11.717 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 13 NODES AND 65 M->MM REFERENCES! (took ~0sec) 18:35:11.718 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml 18:35:11.902 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 18:35:11.902 [pool-166-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. 0s381ms [pure insertion] marking any relevant derived attributes for update...18:35:11.902 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:11.902 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:11.903 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml... 18:35:11.903 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:11.903 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:11.903 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml... 18:35:11.907 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml 18:35:11.914 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:11.914 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml 18:35:11.919 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:11.919 [pool-166-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. 0s16ms [pure insertion] marking any relevant derived attributes for update...18:35:11.919 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:11.920 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:11.920 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml... 18:35:11.920 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:11.921 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:11.921 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml... 18:35:11.986 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml 18:35:11.993 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:11.993 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml 18:35:11.997 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:11.997 [pool-166-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...18:35:11.997 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:11.997 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:11.998 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml... 18:35:11.998 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:11.998 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:11.998 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml... 18:35:12.002 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml 18:35:12.013 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:12.013 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml 18:35:12.022 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:12.022 [pool-166-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. 0s24ms [pure insertion] marking any relevant derived attributes for update...18:35:12.022 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:12.081 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:12.082 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml... 18:35:12.082 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:12.082 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:12.082 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml... 18:35:12.088 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml 18:35:12.096 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:12.096 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml 18:35:12.101 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:12.101 [pool-166-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:35:12.101 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:12.101 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:12.102 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml... 18:35:12.102 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:12.102 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:12.102 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml... 18:35:12.106 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml 18:35:12.112 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:12.112 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml 18:35:12.117 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:12.117 [pool-166-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...18:35:12.117 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:12.117 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:12.118 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml... 18:35:12.118 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:12.118 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:12.118 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml... 18:35:12.183 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml 18:35:12.189 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:12.189 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml 18:35:12.195 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:12.195 [pool-166-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...18:35:12.195 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:12.195 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:12.196 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml... 18:35:12.196 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:12.197 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:12.197 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml... 18:35:12.201 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml 18:35:12.220 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 18:35:12.220 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml 18:35:12.293 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:35:12.293 [pool-166-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. 0s97ms [pure insertion] marking any relevant derived attributes for update...18:35:12.293 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:12.293 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:12.294 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml... 18:35:12.294 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:12.294 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:12.294 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml... 18:35:12.298 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml 18:35:12.304 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:12.304 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml 18:35:12.309 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:12.309 [pool-166-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...18:35:12.309 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:12.309 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:12.310 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml... 18:35:12.310 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:12.310 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:12.310 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml... 18:35:12.317 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml 18:35:12.323 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:12.323 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml 18:35:12.381 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:12.381 [pool-166-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...18:35:12.381 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:12.382 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:12.383 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml... 18:35:12.383 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:12.383 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:12.383 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml... 18:35:12.387 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml 18:35:12.393 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:12.393 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml 18:35:12.397 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:12.397 [pool-166-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:35:12.397 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:12.397 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:12.398 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml... 18:35:12.398 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:12.398 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:12.398 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml... 18:35:12.403 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml 18:35:12.483 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 18:35:12.483 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml 18:35:12.500 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:12.500 [pool-166-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. 0s102ms [pure insertion] marking any relevant derived attributes for update...18:35:12.500 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:12.500 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:12.501 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml... 18:35:12.501 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:12.501 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:12.501 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml... 18:35:12.506 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml 18:35:12.512 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:12.512 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml 18:35:12.517 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:12.517 [pool-166-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. 0s16ms [pure insertion] marking any relevant derived attributes for update...18:35:12.517 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:12.518 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:12.518 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml... 18:35:12.518 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:12.519 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:12.519 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml... 18:35:12.583 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml 18:35:12.590 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:12.590 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml 18:35:12.595 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:12.595 [pool-166-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...18:35:12.595 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:12.595 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:12.596 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml... 18:35:12.596 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:12.596 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:12.596 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml... 18:35:12.600 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml 18:35:12.610 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:12.610 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml 18:35:12.619 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:12.619 [pool-166-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. 0s23ms [pure insertion] marking any relevant derived attributes for update...18:35:12.619 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:12.620 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:12.621 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml... 18:35:12.621 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:12.621 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:12.621 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml... 18:35:12.626 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml 18:35:12.689 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:12.689 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml 18:35:12.693 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:12.693 [pool-166-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...18:35:12.693 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:12.693 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:12.694 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml... 18:35:12.694 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:12.694 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:12.694 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml... 18:35:12.699 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml 18:35:12.708 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:12.708 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml 18:35:12.717 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:12.717 [pool-166-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. 0s23ms [pure insertion] marking any relevant derived attributes for update...18:35:12.717 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:12.717 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:12.719 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml... 18:35:12.719 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:12.719 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:12.719 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml... 18:35:12.724 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml 18:35:12.896 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 60 M->MM REFERENCES! (took ~0sec) 18:35:12.896 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml 18:35:13.013 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 18:35:13.013 [pool-166-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. 0s294ms [pure insertion] marking any relevant derived attributes for update...18:35:13.013 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:13.013 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:13.014 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml... 18:35:13.014 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:13.014 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:13.014 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml... 18:35:13.018 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml 18:35:13.025 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 7 M->MM REFERENCES! (took ~0sec) 18:35:13.025 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml 18:35:13.084 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:13.084 [pool-166-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...18:35:13.084 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:13.084 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:13.087 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml... 18:35:13.087 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:13.087 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:13.087 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml... 18:35:13.094 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml 18:35:13.218 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 18:35:13.218 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml 18:35:13.392 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:35:13.392 [pool-166-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...18:35:13.392 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:13.393 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:13.394 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml... 18:35:13.394 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:13.394 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:13.394 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml... 18:35:13.399 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml 18:35:13.404 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:13.405 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml 18:35:13.409 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:13.409 [pool-166-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...18:35:13.409 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:13.410 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:13.411 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml... 18:35:13.411 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:13.411 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:13.411 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml... 18:35:13.416 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml 18:35:13.488 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:13.488 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml 18:35:13.493 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:13.493 [pool-166-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. 0s82ms [pure insertion] marking any relevant derived attributes for update...18:35:13.493 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:13.493 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:13.494 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml... 18:35:13.494 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:13.494 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:13.494 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml... 18:35:13.498 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml 18:35:13.504 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:13.504 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml 18:35:13.540 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:13.540 [pool-166-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. 0s46ms [pure insertion] marking any relevant derived attributes for update...18:35:13.540 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:13.540 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:13.541 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml... 18:35:13.541 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:13.542 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:13.542 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml... 18:35:13.582 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml 18:35:13.588 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:13.588 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml 18:35:13.592 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:13.592 [pool-166-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. 0s51ms [pure insertion] marking any relevant derived attributes for update...18:35:13.592 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:13.593 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:13.594 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 18:35:13.594 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:13.594 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:13.594 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 18:35:13.599 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml 18:35:13.605 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:13.605 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml 18:35:13.612 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:13.613 [pool-166-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:35:13.613 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:13.613 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:13.614 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml... 18:35:13.614 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:13.614 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:13.614 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml... 18:35:13.619 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml 18:35:13.624 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:13.624 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml 18:35:13.683 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:13.684 [pool-166-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...18:35:13.684 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:13.684 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:13.685 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml... 18:35:13.685 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:13.685 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:13.685 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml... 18:35:13.690 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml 18:35:13.695 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:13.695 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml 18:35:13.699 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:13.699 [pool-166-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:35:13.699 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:13.699 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:13.700 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml... 18:35:13.700 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:13.700 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:13.700 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml... 18:35:13.705 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml 18:35:13.711 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:13.711 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml 18:35:13.719 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:13.719 [pool-166-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:35:13.719 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:13.719 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:13.720 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml... 18:35:13.720 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:13.720 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:13.720 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml... 18:35:13.724 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml 18:35:13.786 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:13.786 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml 18:35:13.790 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:13.790 [pool-166-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...18:35:13.790 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:13.790 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:13.791 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml... 18:35:13.791 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:13.791 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:13.791 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml... 18:35:13.796 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml 18:35:13.814 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 18:35:13.814 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml 18:35:13.886 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:35:13.886 [pool-166-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. 0s95ms [pure insertion] marking any relevant derived attributes for update...18:35:13.886 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:13.886 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:13.887 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml... 18:35:13.887 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:13.887 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:13.887 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml... 18:35:13.892 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml 18:35:13.899 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:13.899 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml 18:35:13.904 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:13.904 [pool-166-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...18:35:13.904 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:13.904 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:13.905 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml... 18:35:13.905 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:13.905 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:13.905 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml... 18:35:13.910 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml 18:35:13.916 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:13.916 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml 18:35:13.983 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:13.983 [pool-166-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. 0s78ms [pure insertion] marking any relevant derived attributes for update...18:35:13.983 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:13.984 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:13.985 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml... 18:35:13.985 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:13.985 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:13.985 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml... 18:35:13.996 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml 18:35:14.002 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:14.003 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml 18:35:14.007 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:14.007 [pool-166-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. 0s22ms [pure insertion] marking any relevant derived attributes for update...18:35:14.007 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:14.007 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:14.008 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml... 18:35:14.008 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:14.008 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:14.008 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml... 18:35:14.012 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml 18:35:14.018 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:14.018 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml 18:35:14.022 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:14.022 [pool-166-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:35:14.022 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:14.022 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:14.023 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml... 18:35:14.023 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:14.023 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:14.023 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml... 18:35:14.085 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml 18:35:14.092 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:14.092 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml 18:35:14.098 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:14.098 [pool-166-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...18:35:14.098 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:14.098 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:14.099 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml... 18:35:14.099 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:14.099 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:14.099 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml... 18:35:14.105 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml 18:35:14.113 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:14.113 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml 18:35:14.118 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:14.118 [pool-166-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:35:14.118 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:14.118 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:14.119 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml... 18:35:14.119 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:14.119 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:14.119 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml... 18:35:14.123 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml 18:35:14.186 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:14.186 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml 18:35:14.192 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:14.192 [pool-166-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...18:35:14.192 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:14.192 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:14.193 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml... 18:35:14.193 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:14.193 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:14.193 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml... 18:35:14.198 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml 18:35:14.203 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:14.203 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml 18:35:14.208 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:14.208 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...18:35:14.208 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:14.208 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:14.209 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml... 18:35:14.209 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:14.209 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:14.209 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml... 18:35:14.214 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml 18:35:14.282 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 18:35:14.282 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml 18:35:14.290 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:14.290 [pool-166-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. 0s81ms [pure insertion] marking any relevant derived attributes for update...18:35:14.290 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:14.290 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:14.292 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml... 18:35:14.292 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:14.292 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:14.292 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml... 18:35:14.297 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml 18:35:14.496 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:35:14.496 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml 18:35:14.692 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:35:14.692 [pool-166-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. 0s400ms [pure insertion] marking any relevant derived attributes for update...18:35:14.692 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:14.692 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:14.693 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml... 18:35:14.693 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:14.693 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:14.693 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml... 18:35:14.697 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml 18:35:14.704 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:14.704 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml 18:35:14.708 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:14.708 [pool-166-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...18:35:14.708 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:14.709 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:14.709 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml... 18:35:14.709 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:14.710 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:14.710 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml... 18:35:14.721 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml 18:35:14.785 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:14.785 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml 18:35:14.790 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:14.790 [pool-166-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. 0s81ms [pure insertion] marking any relevant derived attributes for update...18:35:14.790 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:14.790 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:14.791 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml... 18:35:14.791 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:14.791 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:14.791 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml... 18:35:14.796 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml 18:35:14.802 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:14.802 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml 18:35:14.806 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:14.806 [pool-166-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...18:35:14.806 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:14.806 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:14.807 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml... 18:35:14.807 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:14.807 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:14.807 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml... 18:35:14.811 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml 18:35:14.821 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:14.821 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml 18:35:14.882 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:14.883 [pool-166-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. 0s76ms [pure insertion] marking any relevant derived attributes for update...18:35:14.883 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:14.883 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:14.884 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml... 18:35:14.884 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:14.887 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:14.887 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml... 18:35:14.892 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml 18:35:14.897 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:14.897 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml 18:35:14.901 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:14.901 [pool-166-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:14.901 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:14.901 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:14.902 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml... 18:35:14.902 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:14.902 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:14.902 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml... 18:35:14.909 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml 18:35:14.914 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:14.914 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml 18:35:14.919 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:14.919 [pool-166-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:14.919 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:14.919 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:14.920 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml... 18:35:14.920 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:14.920 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:14.920 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml... 18:35:14.925 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml 18:35:14.984 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:14.984 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml 18:35:14.989 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:14.989 [pool-166-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. 0s69ms [pure insertion] marking any relevant derived attributes for update...18:35:14.989 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:14.989 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:14.990 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml... 18:35:14.990 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:14.990 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:14.990 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml... 18:35:14.997 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml 18:35:15.003 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:15.003 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml 18:35:15.008 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:15.008 [pool-166-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:35:15.008 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:15.008 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:15.009 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml... 18:35:15.009 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:15.009 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:15.009 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml... 18:35:15.013 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml 18:35:15.019 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:15.019 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml 18:35:15.023 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:15.023 [pool-166-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:35:15.023 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:15.023 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:15.024 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml... 18:35:15.024 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:15.024 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:15.024 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml... 18:35:15.085 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml 18:35:15.106 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:35:15.106 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml 18:35:15.118 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:35:15.118 [pool-166-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. 0s94ms [pure insertion] marking any relevant derived attributes for update...18:35:15.118 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:15.118 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:15.119 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml... 18:35:15.119 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:15.119 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:15.119 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml... 18:35:15.123 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml 18:35:15.184 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:15.184 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml 18:35:15.189 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:15.189 [pool-166-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...18:35:15.189 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:15.189 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:15.190 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml... 18:35:15.190 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:15.190 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:15.190 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml... 18:35:15.195 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml 18:35:15.202 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:15.202 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml 18:35:15.210 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:15.210 [pool-166-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...18:35:15.210 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:15.211 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:15.211 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 18:35:15.212 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:15.212 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:15.212 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 18:35:15.217 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml 18:35:15.283 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:15.283 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml 18:35:15.288 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:15.288 [pool-166-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...18:35:15.288 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:15.288 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:15.290 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml... 18:35:15.290 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:15.290 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:15.290 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml... 18:35:15.295 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml 18:35:15.420 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 18:35:15.420 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml 18:35:15.597 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:35:15.597 [pool-166-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. 0s307ms [pure insertion] marking any relevant derived attributes for update...18:35:15.597 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:15.597 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:15.598 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml... 18:35:15.598 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:15.598 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:15.598 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml... 18:35:15.607 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml 18:35:15.613 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:15.613 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml 18:35:15.618 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:15.618 [pool-166-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. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:35:15.618 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:15.618 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:15.619 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml... 18:35:15.619 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:15.619 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:15.619 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml... 18:35:15.683 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml 18:35:15.690 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:15.691 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml 18:35:15.696 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:15.696 [pool-166-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...18:35:15.696 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:15.696 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:15.697 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml... 18:35:15.697 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:15.697 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:15.697 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml... 18:35:15.702 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml 18:35:15.709 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:15.710 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml 18:35:15.715 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:15.715 [pool-166-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:35:15.715 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:15.715 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:15.716 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml... 18:35:15.716 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:15.716 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:15.716 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml... 18:35:15.781 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml 18:35:15.794 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:15.795 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml 18:35:15.800 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:15.800 [pool-166-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. 0s84ms [pure insertion] marking any relevant derived attributes for update...18:35:15.800 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:15.800 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:15.801 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml... 18:35:15.801 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:15.801 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:15.801 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml... 18:35:15.806 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml 18:35:15.814 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:15.814 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml 18:35:15.819 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:15.819 [pool-166-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:35:15.819 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:15.819 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:15.820 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml... 18:35:15.820 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:15.820 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:15.821 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml... 18:35:15.826 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml 18:35:15.921 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 18:35:15.921 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml 18:35:16.014 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:35:16.014 [pool-166-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. 0s194ms [pure insertion] marking any relevant derived attributes for update...18:35:16.014 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:16.014 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:16.015 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml... 18:35:16.015 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:16.015 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:16.015 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml... 18:35:16.020 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml 18:35:16.085 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:16.085 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml 18:35:16.090 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:16.090 [pool-166-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...18:35:16.090 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:16.090 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:16.090 [pool-166-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/ (7 sec, 7 sec total) 18:35:16.091 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml... 18:35:16.091 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:16.092 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:16.092 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml... 18:35:16.096 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml 18:35:16.104 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:16.104 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml 18:35:16.110 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:16.110 [pool-166-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:35:16.110 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:16.110 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:16.112 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 18:35:16.112 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:16.112 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:16.112 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 18:35:16.118 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 18:35:16.218 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 18:35:16.218 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 18:35:16.298 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:35:16.298 [pool-166-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...18:35:16.298 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:16.298 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:16.299 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml... 18:35:16.299 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:16.300 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:16.300 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml... 18:35:16.305 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml 18:35:16.311 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:16.311 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml 18:35:16.320 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:16.321 [pool-166-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. 0s22ms [pure insertion] marking any relevant derived attributes for update...18:35:16.321 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:16.321 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:16.323 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml... 18:35:16.323 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:16.323 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:16.323 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml... 18:35:16.385 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml 18:35:16.401 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:16.401 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml 18:35:16.406 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:16.406 [pool-166-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...18:35:16.407 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:16.407 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:16.408 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml... 18:35:16.408 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:16.408 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:16.408 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml... 18:35:16.414 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml 18:35:16.504 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 18:35:16.504 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml 18:35:16.524 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:16.524 [pool-166-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. 0s116ms [pure insertion] marking any relevant derived attributes for update...18:35:16.524 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:16.525 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:16.526 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml... 18:35:16.526 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:16.526 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:16.526 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml... 18:35:16.589 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml 18:35:16.602 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:16.602 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml 18:35:16.685 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:16.685 [pool-166-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. 0s159ms [pure insertion] marking any relevant derived attributes for update...18:35:16.685 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:16.685 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:16.687 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml... 18:35:16.687 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:16.687 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:16.687 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml... 18:35:16.693 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml 18:35:16.706 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:16.706 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml 18:35:16.784 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:16.784 [pool-166-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. 0s97ms [pure insertion] marking any relevant derived attributes for update...18:35:16.784 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:16.785 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:16.786 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml... 18:35:16.786 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:16.789 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:16.789 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml... 18:35:16.794 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml 18:35:16.800 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:16.800 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml 18:35:16.805 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:16.805 [pool-166-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:35:16.805 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:16.805 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:16.806 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml... 18:35:16.806 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:16.806 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:16.806 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml... 18:35:16.811 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml 18:35:16.817 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:16.817 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml 18:35:16.822 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:16.822 [pool-166-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. 0s16ms [pure insertion] marking any relevant derived attributes for update...18:35:16.822 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:16.822 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:16.823 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml... 18:35:16.823 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:16.823 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:16.823 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml... 18:35:16.885 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml 18:35:16.897 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:16.897 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml 18:35:16.902 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:16.902 [pool-166-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. 0s79ms [pure insertion] marking any relevant derived attributes for update...18:35:16.902 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:16.903 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:16.904 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml... 18:35:16.904 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:16.904 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:16.904 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml... 18:35:16.981 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml 18:35:16.994 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:16.994 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml 18:35:17.001 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:17.001 [pool-166-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. 0s97ms [pure insertion] marking any relevant derived attributes for update...18:35:17.001 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:17.001 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:17.005 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml... 18:35:17.005 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:17.005 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:17.005 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml... 18:35:17.013 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml 18:35:17.022 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:17.022 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml 18:35:17.029 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:17.029 [pool-166-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. 0s24ms [pure insertion] marking any relevant derived attributes for update...18:35:17.029 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:17.029 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:17.030 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml... 18:35:17.030 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:17.031 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:17.031 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml... 18:35:17.088 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml 18:35:17.104 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:17.104 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml 18:35:17.114 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:17.114 [pool-166-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. 0s84ms [pure insertion] marking any relevant derived attributes for update...18:35:17.114 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:17.115 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:17.116 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml... 18:35:17.116 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:17.116 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:17.116 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml... 18:35:17.181 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml 18:35:17.191 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:17.191 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml 18:35:17.197 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:17.197 [pool-166-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. 0s81ms [pure insertion] marking any relevant derived attributes for update...18:35:17.197 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:17.198 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:17.199 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml... 18:35:17.199 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:17.199 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:17.199 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml... 18:35:17.207 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml 18:35:17.222 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:17.222 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml 18:35:17.229 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:17.229 [pool-166-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. 0s30ms [pure insertion] marking any relevant derived attributes for update...18:35:17.229 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:17.229 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:17.231 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml... 18:35:17.231 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:17.232 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:17.232 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml... 18:35:17.287 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml 18:35:17.307 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:17.307 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml 18:35:17.317 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:17.317 [pool-166-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. 0s86ms [pure insertion] marking any relevant derived attributes for update...18:35:17.317 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:17.317 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:17.320 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml... 18:35:17.320 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:17.320 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:17.320 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml... 18:35:17.385 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml 18:35:17.395 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:17.395 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml 18:35:17.488 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:17.489 [pool-166-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. 0s169ms [pure insertion] marking any relevant derived attributes for update...18:35:17.489 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:17.489 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:17.490 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml... 18:35:17.490 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:17.490 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:17.490 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml... 18:35:17.498 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml 18:35:17.508 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:17.508 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml 18:35:17.514 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:17.514 [pool-166-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. 0s24ms [pure insertion] marking any relevant derived attributes for update...18:35:17.514 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:17.515 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:17.516 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml... 18:35:17.516 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:17.516 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:17.516 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml... 18:35:17.525 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml 18:35:17.589 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:17.589 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml 18:35:17.595 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:17.596 [pool-166-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. 0s80ms [pure insertion] marking any relevant derived attributes for update...18:35:17.596 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:17.596 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:17.597 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml... 18:35:17.597 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:17.600 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:17.600 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml... 18:35:17.607 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml 18:35:17.614 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:17.614 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml 18:35:17.619 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:17.619 [pool-166-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. 0s22ms [pure insertion] marking any relevant derived attributes for update...18:35:17.619 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:17.620 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:17.621 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml... 18:35:17.621 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:17.621 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:17.621 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml... 18:35:17.681 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml 18:35:17.688 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:17.688 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml 18:35:17.693 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:17.693 [pool-166-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...18:35:17.693 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:17.693 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:17.694 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml... 18:35:17.694 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:17.694 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:17.694 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml... 18:35:17.700 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml 18:35:17.707 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:17.707 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml 18:35:17.712 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:17.712 [pool-166-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:35:17.712 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:17.712 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:17.713 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml... 18:35:17.713 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:17.716 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:17.716 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml... 18:35:17.781 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml 18:35:17.791 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:17.791 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml 18:35:17.798 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:17.798 [pool-166-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. 0s85ms [pure insertion] marking any relevant derived attributes for update...18:35:17.798 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:17.798 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:17.799 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml... 18:35:17.799 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:17.800 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:17.800 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml... 18:35:17.807 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml 18:35:17.814 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:17.815 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml 18:35:17.820 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:17.820 [pool-166-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. 0s21ms [pure insertion] marking any relevant derived attributes for update...18:35:17.820 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:17.820 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:17.822 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml... 18:35:17.822 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:17.822 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:17.822 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml... 18:35:17.829 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml 18:35:17.888 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:17.888 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml 18:35:17.894 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:17.894 [pool-166-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...18:35:17.894 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:17.894 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:17.895 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml... 18:35:17.895 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:17.898 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:17.898 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml... 18:35:17.903 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml 18:35:17.909 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:17.909 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml 18:35:17.914 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:17.914 [pool-166-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:35:17.914 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:17.914 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:17.915 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml... 18:35:17.915 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:17.915 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:17.915 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml... 18:35:17.920 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml 18:35:17.985 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:17.985 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml 18:35:17.990 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:17.990 [pool-166-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...18:35:17.990 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:17.990 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:17.991 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml... 18:35:17.991 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:17.992 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:17.992 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml... 18:35:17.998 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml 18:35:18.090 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 18:35:18.090 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml 18:35:18.117 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:35:18.117 [pool-166-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. 0s126ms [pure insertion] marking any relevant derived attributes for update...18:35:18.117 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:18.117 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:18.118 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml... 18:35:18.118 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:18.118 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:18.118 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml... 18:35:18.184 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml 18:35:18.196 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:18.196 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml 18:35:18.205 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:18.206 [pool-166-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. 0s88ms [pure insertion] marking any relevant derived attributes for update...18:35:18.206 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:18.206 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:18.207 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml... 18:35:18.207 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:18.207 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:18.207 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml... 18:35:18.212 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml 18:35:18.219 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:18.219 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml 18:35:18.224 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:18.224 [pool-166-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:18.224 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:18.224 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:18.225 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml... 18:35:18.225 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:18.225 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:18.225 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml... 18:35:18.286 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml 18:35:18.298 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:18.298 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml 18:35:18.304 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:18.304 [pool-166-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. 0s79ms [pure insertion] marking any relevant derived attributes for update...18:35:18.304 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:18.304 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:18.305 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml... 18:35:18.305 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:18.305 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:18.305 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml... 18:35:18.311 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml 18:35:18.318 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:18.319 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml 18:35:18.324 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:18.324 [pool-166-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:35:18.324 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:18.324 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:18.326 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml... 18:35:18.327 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:18.327 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:18.327 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml... 18:35:18.386 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml 18:35:18.596 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:35:18.597 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml 18:35:18.803 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:35:18.803 [pool-166-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. 0s477ms [pure insertion] marking any relevant derived attributes for update...18:35:18.803 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:18.803 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:18.804 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml... 18:35:18.804 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:18.804 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:18.804 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml... 18:35:18.812 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml 18:35:18.820 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:18.820 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml 18:35:18.882 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:18.882 [pool-166-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. 0s78ms [pure insertion] marking any relevant derived attributes for update...18:35:18.882 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:18.882 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:18.883 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml... 18:35:18.883 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:18.883 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:18.883 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml... 18:35:18.889 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml 18:35:18.900 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:18.900 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml 18:35:18.911 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:18.911 [pool-166-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. 0s28ms [pure insertion] marking any relevant derived attributes for update...18:35:18.911 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:18.911 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:18.912 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml... 18:35:18.912 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:18.912 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:18.912 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml... 18:35:18.918 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml 18:35:18.986 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:18.986 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml 18:35:18.991 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:18.991 [pool-166-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. 0s79ms [pure insertion] marking any relevant derived attributes for update...18:35:18.991 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:18.991 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:18.992 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml... 18:35:18.992 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:18.993 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:18.993 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml... 18:35:18.997 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml 18:35:19.004 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:19.004 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml 18:35:19.009 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:19.009 [pool-166-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:19.009 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:19.009 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:19.010 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml... 18:35:19.010 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:19.010 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:19.010 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml... 18:35:19.015 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml 18:35:19.022 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:19.022 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml 18:35:19.027 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:19.027 [pool-166-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:19.027 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:19.027 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:19.028 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml... 18:35:19.028 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:19.029 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:19.029 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml... 18:35:19.087 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml 18:35:19.098 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:19.098 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml 18:35:19.103 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:19.103 [pool-166-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...18:35:19.103 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:19.103 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:19.104 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml... 18:35:19.105 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:19.105 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:19.105 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml... 18:35:19.110 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml 18:35:19.117 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:19.117 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml 18:35:19.197 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:19.197 [pool-166-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. 0s93ms [pure insertion] marking any relevant derived attributes for update...18:35:19.198 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:19.198 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:19.199 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml... 18:35:19.199 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:19.199 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:19.199 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml... 18:35:19.205 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml 18:35:19.212 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:19.212 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml 18:35:19.217 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:19.217 [pool-166-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:35:19.217 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:19.217 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:19.218 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml... 18:35:19.218 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:19.218 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:19.218 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml... 18:35:19.224 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml 18:35:19.290 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:19.290 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml 18:35:19.295 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:19.295 [pool-166-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...18:35:19.295 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:19.295 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:19.296 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml... 18:35:19.296 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:19.296 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:19.296 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml... 18:35:19.301 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml 18:35:19.307 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:19.307 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml 18:35:19.313 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:19.313 [pool-166-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:19.313 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:19.313 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:19.314 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml... 18:35:19.314 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:19.314 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:19.314 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml... 18:35:19.319 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml 18:35:19.325 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:19.325 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml 18:35:19.382 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:19.382 [pool-166-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...18:35:19.382 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:19.382 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:19.383 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml... 18:35:19.383 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:19.384 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:19.384 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml... 18:35:19.390 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml 18:35:19.400 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:19.400 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml 18:35:19.405 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:19.405 [pool-166-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. 0s22ms [pure insertion] marking any relevant derived attributes for update...18:35:19.405 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:19.405 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:19.407 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml... 18:35:19.407 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:19.408 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:19.408 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml... 18:35:19.412 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml 18:35:19.706 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:35:19.706 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml 18:35:19.902 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:35:19.902 [pool-166-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. 0s495ms [pure insertion] marking any relevant derived attributes for update...18:35:19.902 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:19.903 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:19.904 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml... 18:35:19.904 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:19.904 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:19.905 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml... 18:35:19.910 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml 18:35:19.917 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:19.917 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml 18:35:19.922 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:19.922 [pool-166-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:35:19.922 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:19.922 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:19.981 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml... 18:35:19.981 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:19.985 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:19.985 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml... 18:35:19.990 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml 18:35:19.996 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:19.996 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml 18:35:20.001 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:20.001 [pool-166-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. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:35:20.001 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:20.002 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:20.008 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml... 18:35:20.008 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.009 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.009 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml... 18:35:20.019 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml 18:35:20.026 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:20.027 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml 18:35:20.083 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:20.083 [pool-166-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...18:35:20.083 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:20.083 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:20.085 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml... 18:35:20.085 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.085 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.085 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml... 18:35:20.091 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml 18:35:20.099 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:20.099 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml 18:35:20.105 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:20.105 [pool-166-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. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:35:20.105 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:20.105 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:20.106 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml... 18:35:20.106 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.106 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.106 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml... 18:35:20.114 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml 18:35:20.121 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:20.121 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml 18:35:20.183 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:20.183 [pool-166-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...18:35:20.183 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:20.183 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:20.184 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml... 18:35:20.184 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.184 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.184 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml... 18:35:20.189 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml 18:35:20.196 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:20.196 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml 18:35:20.201 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:20.201 [pool-166-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:20.201 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:20.201 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:20.202 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml... 18:35:20.202 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.202 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.202 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml... 18:35:20.207 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml 18:35:20.214 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:20.214 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml 18:35:20.219 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:20.219 [pool-166-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:35:20.220 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:20.220 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:20.220 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml... 18:35:20.221 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.221 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.221 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml... 18:35:20.284 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml 18:35:20.291 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:20.291 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml 18:35:20.295 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:20.295 [pool-166-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...18:35:20.295 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:20.295 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:20.296 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml... 18:35:20.296 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.296 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.296 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml... 18:35:20.301 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml 18:35:20.314 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:20.314 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml 18:35:20.326 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:20.326 [pool-166-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. 0s30ms [pure insertion] marking any relevant derived attributes for update...18:35:20.326 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:20.326 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:20.327 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml... 18:35:20.327 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.381 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.381 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml... 18:35:20.387 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml 18:35:20.397 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:20.397 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml 18:35:20.403 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:20.403 [pool-166-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. 0s76ms [pure insertion] marking any relevant derived attributes for update...18:35:20.403 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:20.403 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:20.404 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml... 18:35:20.404 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.405 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.405 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml... 18:35:20.410 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml 18:35:20.503 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 18:35:20.503 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml 18:35:20.519 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:35:20.519 [pool-166-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. 0s115ms [pure insertion] marking any relevant derived attributes for update...18:35:20.519 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:20.519 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:20.521 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml... 18:35:20.521 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.521 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.521 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml... 18:35:20.583 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml 18:35:20.593 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:20.594 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml 18:35:20.599 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:20.599 [pool-166-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. 0s78ms [pure insertion] marking any relevant derived attributes for update...18:35:20.599 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:20.599 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:20.600 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml... 18:35:20.600 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.600 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.600 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml... 18:35:20.605 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml 18:35:20.611 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:20.611 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml 18:35:20.617 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:20.617 [pool-166-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:20.617 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:20.618 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:20.619 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml... 18:35:20.619 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.619 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.619 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml... 18:35:20.624 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml 18:35:20.685 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:20.685 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml 18:35:20.690 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:20.690 [pool-166-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...18:35:20.690 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:20.691 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:20.691 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml... 18:35:20.691 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.692 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.692 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml... 18:35:20.700 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml 18:35:20.708 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:20.708 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml 18:35:20.713 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:20.713 [pool-166-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. 0s22ms [pure insertion] marking any relevant derived attributes for update...18:35:20.714 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:20.714 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:20.715 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml... 18:35:20.715 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.715 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.715 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml... 18:35:20.783 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml 18:35:20.790 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:20.790 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml 18:35:20.794 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:20.794 [pool-166-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. 0s79ms [pure insertion] marking any relevant derived attributes for update...18:35:20.794 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:20.794 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:20.795 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml... 18:35:20.795 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.796 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.796 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml... 18:35:20.800 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml 18:35:20.808 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:20.808 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml 18:35:20.813 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:20.813 [pool-166-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...18:35:20.813 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:20.813 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:20.814 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml... 18:35:20.814 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.814 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.814 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml... 18:35:20.881 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml 18:35:20.888 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:20.888 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml 18:35:20.894 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:20.894 [pool-166-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. 0s80ms [pure insertion] marking any relevant derived attributes for update...18:35:20.894 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:20.894 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:20.895 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml... 18:35:20.895 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.895 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.895 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml... 18:35:20.900 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml 18:35:20.906 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:20.906 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml 18:35:20.911 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:20.911 [pool-166-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. 0s16ms [pure insertion] marking any relevant derived attributes for update...18:35:20.911 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:20.911 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:20.912 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml... 18:35:20.912 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.912 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.912 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml... 18:35:20.917 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml 18:35:20.924 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:20.925 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml 18:35:20.989 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:20.989 [pool-166-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...18:35:20.989 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:20.989 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:20.990 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml... 18:35:20.990 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:20.990 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:20.990 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml... 18:35:20.995 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml 18:35:21.002 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:21.002 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml 18:35:21.006 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.006 [pool-166-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. 0s16ms [pure insertion] marking any relevant derived attributes for update...18:35:21.006 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:21.006 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:21.007 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml... 18:35:21.007 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.008 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.008 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml... 18:35:21.013 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml 18:35:21.020 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:21.020 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml 18:35:21.025 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.025 [pool-166-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:35:21.025 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:21.025 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:21.026 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 18:35:21.026 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.027 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.027 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 18:35:21.085 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml 18:35:21.098 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:21.098 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml 18:35:21.111 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:21.111 [pool-166-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. 0s85ms [pure insertion] marking any relevant derived attributes for update...18:35:21.112 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:21.112 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:21.113 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml... 18:35:21.113 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.113 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.113 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml... 18:35:21.118 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml 18:35:21.124 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:21.124 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml 18:35:21.183 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.183 [pool-166-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...18:35:21.183 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:21.183 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:21.184 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml... 18:35:21.184 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.184 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.184 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml... 18:35:21.189 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml 18:35:21.196 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:21.196 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml 18:35:21.201 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.201 [pool-166-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:21.201 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:21.201 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:21.202 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml... 18:35:21.202 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.202 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.202 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml... 18:35:21.207 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml 18:35:21.218 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:21.218 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml 18:35:21.281 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.281 [pool-166-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. 0s79ms [pure insertion] marking any relevant derived attributes for update...18:35:21.281 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:21.282 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:21.283 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml... 18:35:21.283 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.283 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.283 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml... 18:35:21.288 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml 18:35:21.295 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:21.295 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml 18:35:21.300 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.301 [pool-166-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:35:21.301 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:21.301 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:21.302 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml... 18:35:21.302 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.302 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.302 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml... 18:35:21.307 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml 18:35:21.313 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:21.313 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml 18:35:21.318 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.318 [pool-166-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. 0s16ms [pure insertion] marking any relevant derived attributes for update...18:35:21.318 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:21.318 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:21.319 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml... 18:35:21.319 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.320 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.320 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml... 18:35:21.381 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml 18:35:21.398 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:21.398 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml 18:35:21.408 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:21.408 [pool-166-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. 0s89ms [pure insertion] marking any relevant derived attributes for update...18:35:21.408 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:21.408 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:21.409 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml... 18:35:21.409 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.410 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.410 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml... 18:35:21.415 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml 18:35:21.422 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:21.422 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml 18:35:21.481 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.481 [pool-166-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...18:35:21.481 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:21.482 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:21.483 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 18:35:21.483 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.483 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.483 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 18:35:21.489 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml 18:35:21.497 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:21.497 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml 18:35:21.505 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.505 [pool-166-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. 0s22ms [pure insertion] marking any relevant derived attributes for update...18:35:21.505 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:21.506 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:21.506 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml... 18:35:21.506 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.507 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.507 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml... 18:35:21.512 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml 18:35:21.519 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:21.519 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml 18:35:21.523 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.523 [pool-166-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:21.523 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:21.524 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:21.525 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml... 18:35:21.525 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.580 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.581 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml... 18:35:21.586 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml 18:35:21.593 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:21.593 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml 18:35:21.598 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.598 [pool-166-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...18:35:21.598 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:21.598 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:21.599 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml... 18:35:21.599 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.599 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.599 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml... 18:35:21.605 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml 18:35:21.612 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:21.612 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml 18:35:21.617 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.617 [pool-166-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:35:21.617 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:21.617 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:21.618 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml... 18:35:21.618 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.621 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.621 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml... 18:35:21.682 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml 18:35:21.689 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:21.689 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml 18:35:21.693 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.693 [pool-166-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...18:35:21.693 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:21.694 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:21.694 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml... 18:35:21.694 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.695 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.695 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml... 18:35:21.700 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml 18:35:21.706 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:21.706 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml 18:35:21.711 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.712 [pool-166-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:35:21.712 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:21.712 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:21.713 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml... 18:35:21.713 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.713 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.713 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml... 18:35:21.718 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml 18:35:21.725 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:21.725 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml 18:35:21.786 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.787 [pool-166-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. 0s74ms [pure insertion] marking any relevant derived attributes for update...18:35:21.787 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:21.787 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:21.788 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml... 18:35:21.788 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.791 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.791 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml... 18:35:21.796 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml 18:35:21.802 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:21.802 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml 18:35:21.807 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.807 [pool-166-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...18:35:21.808 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:21.808 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:21.809 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml... 18:35:21.809 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.809 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.809 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml... 18:35:21.814 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml 18:35:21.826 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:21.826 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml 18:35:21.890 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:21.890 [pool-166-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. 0s81ms [pure insertion] marking any relevant derived attributes for update...18:35:21.890 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:21.890 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:21.891 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml... 18:35:21.891 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.892 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.892 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml... 18:35:21.900 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml 18:35:21.907 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:21.907 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml 18:35:21.911 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.911 [pool-166-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. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:35:21.911 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:21.911 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:21.912 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml... 18:35:21.912 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.912 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.912 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml... 18:35:21.917 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml 18:35:21.985 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:21.985 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml 18:35:21.990 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:21.990 [pool-166-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. 0s78ms [pure insertion] marking any relevant derived attributes for update...18:35:21.990 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:21.990 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:21.991 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml... 18:35:21.991 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:21.991 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:21.991 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml... 18:35:21.996 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml 18:35:22.004 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:22.004 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml 18:35:22.010 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:22.010 [pool-166-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:35:22.010 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:22.010 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:22.011 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml... 18:35:22.011 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:22.014 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:22.014 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml... 18:35:22.019 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml 18:35:22.083 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:22.083 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml 18:35:22.088 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:22.088 [pool-166-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...18:35:22.088 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:22.088 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:22.089 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml... 18:35:22.089 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:22.089 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:22.089 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml... 18:35:22.094 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml 18:35:22.107 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:22.107 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml 18:35:22.120 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:22.120 [pool-166-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. 0s31ms [pure insertion] marking any relevant derived attributes for update...18:35:22.120 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:22.120 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:22.121 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml... 18:35:22.122 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:22.122 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:22.122 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml... 18:35:22.188 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml 18:35:22.196 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:22.196 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml 18:35:22.201 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:22.201 [pool-166-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. 0s80ms [pure insertion] marking any relevant derived attributes for update...18:35:22.201 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:22.201 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:22.203 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml... 18:35:22.203 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:22.203 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:22.203 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml... 18:35:22.208 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml 18:35:22.386 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 18:35:22.386 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml 18:35:22.510 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:35:22.510 [pool-166-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. 0s307ms [pure insertion] marking any relevant derived attributes for update...18:35:22.510 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:22.510 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:22.511 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml... 18:35:22.511 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:22.512 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:22.512 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml... 18:35:22.517 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml 18:35:22.591 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:22.591 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml 18:35:22.600 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:22.600 [pool-166-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. 0s89ms [pure insertion] marking any relevant derived attributes for update...18:35:22.600 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:22.600 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:22.601 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml... 18:35:22.601 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:22.601 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:22.601 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml... 18:35:22.607 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml 18:35:22.619 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:22.619 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml 18:35:22.683 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:22.683 [pool-166-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. 0s82ms [pure insertion] marking any relevant derived attributes for update...18:35:22.683 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:22.683 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:22.684 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml... 18:35:22.684 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:22.685 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:22.685 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml... 18:35:22.693 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml 18:35:22.701 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:22.701 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml 18:35:22.706 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:22.706 [pool-166-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. 0s22ms [pure insertion] marking any relevant derived attributes for update...18:35:22.706 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:22.706 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:22.707 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml... 18:35:22.707 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:22.708 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:22.708 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml... 18:35:22.713 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml 18:35:22.720 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:22.720 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml 18:35:22.783 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:22.783 [pool-166-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. 0s76ms [pure insertion] marking any relevant derived attributes for update...18:35:22.783 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:22.783 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:22.784 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml... 18:35:22.784 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:22.785 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:22.785 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml... 18:35:22.790 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml 18:35:22.798 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:22.798 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml 18:35:22.804 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:22.804 [pool-166-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. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:35:22.804 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:22.804 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:22.805 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml... 18:35:22.805 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:22.806 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:22.806 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml... 18:35:22.814 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml 18:35:22.883 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:22.883 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml 18:35:22.893 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:22.893 [pool-166-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. 0s88ms [pure insertion] marking any relevant derived attributes for update...18:35:22.893 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:22.893 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:22.894 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml... 18:35:22.894 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:22.894 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:22.894 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml... 18:35:22.898 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml 18:35:22.911 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:22.911 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml 18:35:22.924 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:22.924 [pool-166-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. 0s30ms [pure insertion] marking any relevant derived attributes for update...18:35:22.924 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:22.924 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:22.925 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml... 18:35:22.925 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:22.925 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:22.925 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml... 18:35:22.987 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml 18:35:23.001 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:23.002 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml 18:35:23.007 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:23.007 [pool-166-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. 0s82ms [pure insertion] marking any relevant derived attributes for update...18:35:23.007 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:23.007 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:23.007 [pool-166-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/ (6 sec, 14 sec total) 18:35:23.008 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml... 18:35:23.008 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:23.008 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:23.008 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml... 18:35:23.013 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml 18:35:23.025 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:23.025 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml 18:35:23.086 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:23.086 [pool-166-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. 0s78ms [pure insertion] marking any relevant derived attributes for update...18:35:23.086 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:23.086 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:23.087 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml... 18:35:23.087 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:23.087 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:23.087 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml... 18:35:23.093 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml 18:35:23.109 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:23.109 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml 18:35:23.118 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:23.118 [pool-166-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. 0s31ms [pure insertion] marking any relevant derived attributes for update...18:35:23.118 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:23.118 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:23.119 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml... 18:35:23.119 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:23.120 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:23.120 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml... 18:35:23.183 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml 18:35:23.190 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:23.190 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml 18:35:23.195 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:23.195 [pool-166-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. 0s76ms [pure insertion] marking any relevant derived attributes for update...18:35:23.195 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:23.195 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:23.196 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml... 18:35:23.196 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:23.196 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:23.196 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml... 18:35:23.202 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml 18:35:23.210 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:23.210 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml 18:35:23.223 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:23.223 [pool-166-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. 0s27ms [pure insertion] marking any relevant derived attributes for update...18:35:23.223 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:23.223 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:23.281 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 18:35:23.281 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:23.281 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:23.281 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 18:35:23.287 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml 18:35:23.294 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:23.294 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml 18:35:23.299 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:23.299 [pool-166-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:35:23.299 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:23.299 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:23.300 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml... 18:35:23.300 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:23.301 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:23.301 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml... 18:35:23.306 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml 18:35:23.321 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:23.321 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml 18:35:23.386 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:23.386 [pool-166-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. 0s86ms [pure insertion] marking any relevant derived attributes for update...18:35:23.386 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:23.387 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:23.388 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml... 18:35:23.388 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:23.391 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:23.391 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml... 18:35:23.397 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml 18:35:23.411 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:23.411 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml 18:35:23.419 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:23.419 [pool-166-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. 0s31ms [pure insertion] marking any relevant derived attributes for update...18:35:23.419 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:23.419 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:23.420 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml... 18:35:23.420 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:23.420 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:23.420 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml... 18:35:23.426 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml 18:35:23.487 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:23.487 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml 18:35:23.493 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:23.493 [pool-166-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...18:35:23.493 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:23.494 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:23.494 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml... 18:35:23.494 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:23.495 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:23.495 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml... 18:35:23.501 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml 18:35:23.510 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:23.510 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml 18:35:23.586 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:23.586 [pool-166-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. 0s92ms [pure insertion] marking any relevant derived attributes for update...18:35:23.586 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:35:23.588 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:35:23.589 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml... 18:35:23.589 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:23.589 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:23.589 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml... 18:35:23.596 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml 18:35:23.611 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:23.611 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml 18:35:23.621 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:23.621 [pool-166-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. 0s32ms [pure insertion] marking any relevant derived attributes for update...18:35:23.621 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:23.622 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:23.623 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml... 18:35:23.623 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:23.623 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:23.623 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml... 18:35:23.682 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml 18:35:23.690 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:23.690 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml 18:35:23.695 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:23.695 [pool-166-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...18:35:23.695 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:23.696 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:23.697 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml... 18:35:23.697 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:23.700 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:23.700 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml... 18:35:23.710 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml 18:35:23.718 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:23.718 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml 18:35:23.726 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:23.726 [pool-166-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. 0s29ms [pure insertion] marking any relevant derived attributes for update...18:35:23.726 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:23.726 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:23.728 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml... 18:35:23.728 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:23.729 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:23.729 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml... 18:35:23.788 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml 18:35:23.816 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 18:35:23.816 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml 18:35:23.894 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:35:23.894 [pool-166-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. 0s166ms [pure insertion] marking any relevant derived attributes for update...18:35:23.894 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:23.894 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:23.895 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml... 18:35:23.895 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:23.895 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:23.895 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml... 18:35:23.900 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml 18:35:23.913 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:23.913 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml 18:35:23.923 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:23.923 [pool-166-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. 0s28ms [pure insertion] marking any relevant derived attributes for update...18:35:23.923 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:23.923 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:23.924 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml... 18:35:23.924 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:23.924 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:23.924 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml... 18:35:23.985 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml 18:35:23.992 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:23.993 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml 18:35:23.998 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:23.998 [pool-166-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. 0s74ms [pure insertion] marking any relevant derived attributes for update...18:35:23.998 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:23.998 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:23.999 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml... 18:35:23.999 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:24.002 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:24.002 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml... 18:35:24.008 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml 18:35:24.014 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:24.014 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml 18:35:24.019 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:24.019 [pool-166-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. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:35:24.019 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:24.019 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:24.020 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml... 18:35:24.020 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:24.021 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:24.021 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml... 18:35:24.085 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml 18:35:24.096 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:24.096 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml 18:35:24.107 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:24.107 [pool-166-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. 0s87ms [pure insertion] marking any relevant derived attributes for update...18:35:24.107 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:24.107 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:24.108 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 18:35:24.108 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:24.108 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:24.108 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 18:35:24.113 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml 18:35:24.182 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:24.182 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml 18:35:24.187 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:24.187 [pool-166-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. 0s79ms [pure insertion] marking any relevant derived attributes for update...18:35:24.187 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:24.188 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:24.189 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml... 18:35:24.189 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:24.189 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:24.189 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml... 18:35:24.194 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml 18:35:24.225 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 18:35:24.225 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml 18:35:24.310 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:35:24.310 [pool-166-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. 0s121ms [pure insertion] marking any relevant derived attributes for update...18:35:24.310 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:24.310 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:24.312 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml... 18:35:24.312 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:24.312 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:24.312 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml... 18:35:24.318 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml 18:35:24.324 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:24.324 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml 18:35:24.390 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:24.390 [pool-166-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. 0s78ms [pure insertion] marking any relevant derived attributes for update...18:35:24.390 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:24.390 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:24.391 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml... 18:35:24.391 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:24.392 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:24.392 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml... 18:35:24.397 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml 18:35:24.415 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:24.415 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml 18:35:24.482 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:24.482 [pool-166-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. 0s91ms [pure insertion] marking any relevant derived attributes for update...18:35:24.482 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:24.482 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:24.483 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml... 18:35:24.483 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:24.484 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:24.484 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml... 18:35:24.496 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml 18:35:24.511 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:24.511 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml 18:35:24.519 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:24.519 [pool-166-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. 0s36ms [pure insertion] marking any relevant derived attributes for update...18:35:24.519 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:24.520 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:24.524 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml... 18:35:24.524 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:24.524 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:24.524 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml... 18:35:24.583 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml 18:35:24.597 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:24.597 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml 18:35:24.607 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:24.608 [pool-166-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. 0s84ms [pure insertion] marking any relevant derived attributes for update...18:35:24.608 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:24.608 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:24.611 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml... 18:35:24.611 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:24.614 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:24.614 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml... 18:35:24.620 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml 18:35:24.984 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 NODES AND 115 M->MM REFERENCES! (took ~0sec) 18:35:24.984 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml 18:35:25.094 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14361654406913852985/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit14361654406913852985/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:35:25.307 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 18:35:25.308 [pool-166-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. 0s697ms [pure insertion] marking any relevant derived attributes for update...18:35:25.308 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:25.308 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:25.309 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml... 18:35:25.309 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:25.309 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:25.309 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml... 18:35:25.315 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml 18:35:25.396 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 18:35:25.396 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml 18:35:25.408 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16196772293207904303/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit16196772293207904303/test_recreate[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:35:25.412 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:35:25.412 [pool-166-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. 0s103ms [pure insertion] marking any relevant derived attributes for update...18:35:25.412 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:25.413 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:25.415 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml... 18:35:25.415 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:25.415 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:25.415 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml... 18:35:25.482 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml 18:35:25.786 [pool-122-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit520423345835955523/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit520423345835955523/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:35:25.800 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 18 NODES AND 90 M->MM REFERENCES! (took ~0sec) 18:35:25.800 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml 18:35:26.018 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 18:35:26.018 [pool-166-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. 0s603ms [pure insertion] marking any relevant derived attributes for update...18:35:26.018 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:26.018 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:26.019 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml... 18:35:26.019 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:26.019 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:26.019 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml... 18:35:26.024 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml 18:35:26.084 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:26.085 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml 18:35:26.089 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:26.089 [pool-166-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...18:35:26.089 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:26.089 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:26.090 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml... 18:35:26.090 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:26.090 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:26.090 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml... 18:35:26.095 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml 18:35:26.102 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:26.102 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml 18:35:26.107 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:26.107 [pool-166-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:26.107 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:26.108 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:26.109 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml... 18:35:26.109 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:26.109 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:26.109 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml... 18:35:26.114 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml 18:35:26.184 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:26.184 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml 18:35:26.190 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:26.190 [pool-166-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. 0s82ms [pure insertion] marking any relevant derived attributes for update...18:35:26.190 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:26.190 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:26.191 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml... 18:35:26.191 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:26.191 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:26.191 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml... 18:35:26.196 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml 18:35:26.210 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:26.210 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml 18:35:26.220 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:26.220 [pool-166-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. 0s29ms [pure insertion] marking any relevant derived attributes for update...18:35:26.220 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:26.220 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:26.221 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml... 18:35:26.221 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:26.222 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:26.222 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml... 18:35:26.227 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml 18:35:26.297 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:26.297 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml 18:35:26.308 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:26.308 [pool-166-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. 0s87ms [pure insertion] marking any relevant derived attributes for update...18:35:26.308 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:26.308 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:26.309 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml... 18:35:26.309 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:26.309 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:26.309 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml... 18:35:26.314 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml 18:35:26.385 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:26.385 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml 18:35:26.395 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:26.395 [pool-166-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...18:35:26.395 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:26.396 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:26.397 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml... 18:35:26.397 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:26.397 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:26.397 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml... 18:35:26.403 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml 18:35:26.500 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 18:35:26.500 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml 18:35:26.591 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:35:26.592 [pool-166-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. 0s195ms [pure insertion] marking any relevant derived attributes for update...18:35:26.592 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:26.592 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:26.593 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml... 18:35:26.593 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:26.593 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:26.593 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml... 18:35:26.598 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml 18:35:26.605 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:26.605 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml 18:35:26.610 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:26.610 [pool-166-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:26.610 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:26.610 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:26.611 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml... 18:35:26.612 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:26.612 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:26.612 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml... 18:35:26.617 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml 18:35:26.625 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:26.625 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml 18:35:26.684 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:26.684 [pool-166-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...18:35:26.685 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:26.685 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:26.686 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml... 18:35:26.686 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:26.686 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:26.686 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml... 18:35:26.695 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml 18:35:26.702 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:26.702 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml 18:35:26.706 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:26.706 [pool-166-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. 0s21ms [pure insertion] marking any relevant derived attributes for update...18:35:26.707 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:26.707 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:26.708 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml... 18:35:26.708 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:26.708 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:26.708 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml... 18:35:26.713 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml 18:35:26.724 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:26.725 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml 18:35:26.784 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:26.784 [pool-166-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. 0s76ms [pure insertion] marking any relevant derived attributes for update...18:35:26.784 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:26.784 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:26.785 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml... 18:35:26.785 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:26.786 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:26.786 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml... 18:35:26.793 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml 18:35:26.804 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:26.805 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml 18:35:26.812 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:26.812 [pool-166-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. 0s27ms [pure insertion] marking any relevant derived attributes for update...18:35:26.812 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:26.813 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:26.814 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml... 18:35:26.814 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:26.814 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:26.814 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml... 18:35:26.883 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml 18:35:26.890 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:26.891 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml 18:35:26.896 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:26.896 [pool-166-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. 0s82ms [pure insertion] marking any relevant derived attributes for update...18:35:26.896 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:26.896 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:26.897 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 18:35:26.897 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:26.897 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:26.897 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 18:35:26.903 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml 18:35:26.927 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 18:35:26.927 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml 18:35:27.003 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:27.003 [pool-166-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. 0s106ms [pure insertion] marking any relevant derived attributes for update...18:35:27.003 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:27.003 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:27.004 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml... 18:35:27.004 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:27.004 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:27.004 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml... 18:35:27.009 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml 18:35:27.016 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:27.016 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml 18:35:27.021 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:27.021 [pool-166-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:27.021 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:27.022 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:27.023 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml... 18:35:27.023 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:27.023 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:27.023 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml... 18:35:27.084 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml 18:35:27.111 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 18:35:27.111 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml 18:35:27.188 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:27.188 [pool-166-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. 0s165ms [pure insertion] marking any relevant derived attributes for update...18:35:27.188 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:27.189 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:27.189 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml... 18:35:27.189 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:27.190 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:27.190 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml... 18:35:27.195 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml 18:35:27.203 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:27.203 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml 18:35:27.209 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:27.209 [pool-166-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. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:35:27.209 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:27.209 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:27.211 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml... 18:35:27.211 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:27.211 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:27.211 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml... 18:35:27.220 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml 18:35:27.315 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 34 M->MM REFERENCES! (took ~0sec) 18:35:27.315 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml 18:35:27.411 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:35:27.411 [pool-166-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. 0s200ms [pure insertion] marking any relevant derived attributes for update...18:35:27.411 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:27.411 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:27.412 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml... 18:35:27.412 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:27.412 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:27.412 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml... 18:35:27.417 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml 18:35:27.504 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 18:35:27.504 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml 18:35:27.522 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:35:27.522 [pool-166-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. 0s110ms [pure insertion] marking any relevant derived attributes for update...18:35:27.522 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:27.522 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:27.523 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml... 18:35:27.523 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:27.523 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:27.523 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml... 18:35:27.586 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml 18:35:27.592 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:27.593 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml 18:35:27.598 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:27.598 [pool-166-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...18:35:27.598 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:27.598 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:27.599 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml... 18:35:27.599 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:27.599 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:27.599 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml... 18:35:27.605 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml 18:35:27.615 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:27.615 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml 18:35:27.683 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:27.683 [pool-166-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. 0s84ms [pure insertion] marking any relevant derived attributes for update...18:35:27.683 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:27.683 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:27.684 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml... 18:35:27.684 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:27.687 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:27.687 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml... 18:35:27.692 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml 18:35:27.699 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:27.699 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml 18:35:27.704 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:27.704 [pool-166-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. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:35:27.704 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:27.704 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:27.705 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml... 18:35:27.705 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:27.705 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:27.705 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml... 18:35:27.710 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml 18:35:27.717 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:27.717 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml 18:35:27.722 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:27.722 [pool-166-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:27.722 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:27.723 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:27.723 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 18:35:27.723 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:27.724 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:27.724 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 18:35:27.781 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml 18:35:27.788 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:27.788 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml 18:35:27.794 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:27.794 [pool-166-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...18:35:27.794 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:27.794 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:27.795 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml... 18:35:27.795 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:27.795 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:27.795 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml... 18:35:27.804 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml 18:35:27.811 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:27.811 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml 18:35:27.815 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:27.816 [pool-166-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. 0s21ms [pure insertion] marking any relevant derived attributes for update...18:35:27.816 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:27.816 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:27.817 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml... 18:35:27.817 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:27.817 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:27.817 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml... 18:35:27.822 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml 18:35:27.886 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:27.886 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml 18:35:27.891 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:27.891 [pool-166-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. 0s74ms [pure insertion] marking any relevant derived attributes for update...18:35:27.891 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:27.892 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:27.892 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml... 18:35:27.892 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:27.893 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:27.893 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml... 18:35:27.898 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml 18:35:27.905 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:27.905 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml 18:35:27.913 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:27.913 [pool-166-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. 0s21ms [pure insertion] marking any relevant derived attributes for update...18:35:27.913 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:27.913 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:27.915 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml... 18:35:27.915 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:27.918 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:27.918 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml... 18:35:27.983 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml 18:35:28.023 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 18:35:28.023 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml 18:35:28.112 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:35:28.112 [pool-166-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. 0s197ms [pure insertion] marking any relevant derived attributes for update...18:35:28.112 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:28.112 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:28.113 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml... 18:35:28.113 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:28.113 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:28.113 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml... 18:35:28.118 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml 18:35:28.184 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:28.184 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml 18:35:28.190 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:28.190 [pool-166-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...18:35:28.190 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:28.190 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:28.191 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml... 18:35:28.191 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:28.191 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:28.191 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml... 18:35:28.197 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml 18:35:28.210 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:28.210 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml 18:35:28.287 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:28.288 [pool-166-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. 0s97ms [pure insertion] marking any relevant derived attributes for update...18:35:28.288 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:28.288 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:28.289 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml... 18:35:28.289 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:28.289 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:28.289 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml... 18:35:28.295 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml 18:35:28.302 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:28.302 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml 18:35:28.308 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:28.308 [pool-166-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:35:28.308 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:28.308 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:28.309 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml... 18:35:28.309 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:28.309 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:28.309 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml... 18:35:28.316 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml 18:35:28.324 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:28.324 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml 18:35:28.329 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:28.329 [pool-166-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. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:35:28.329 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:28.329 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:28.330 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml... 18:35:28.380 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:28.381 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:28.381 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml... 18:35:28.387 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml 18:35:28.400 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:28.400 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml 18:35:28.405 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:28.405 [pool-166-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...18:35:28.405 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:28.405 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:28.406 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml... 18:35:28.406 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:28.406 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:28.407 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml... 18:35:28.411 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml 18:35:28.418 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:28.418 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml 18:35:28.423 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:28.423 [pool-166-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...18:35:28.423 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:28.423 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:28.424 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml... 18:35:28.424 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:28.424 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:28.424 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml... 18:35:28.487 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml 18:35:28.501 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:28.501 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml 18:35:28.512 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:28.512 [pool-166-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. 0s88ms [pure insertion] marking any relevant derived attributes for update...18:35:28.512 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:28.512 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:28.513 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml... 18:35:28.513 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:28.513 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:28.513 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml... 18:35:28.521 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml 18:35:28.589 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:28.590 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml 18:35:28.595 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:28.595 [pool-166-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. 0s82ms [pure insertion] marking any relevant derived attributes for update...18:35:28.595 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:28.596 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:28.596 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml... 18:35:28.597 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:28.597 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:28.597 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml... 18:35:28.603 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml 18:35:28.611 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:28.611 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml 18:35:28.616 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:28.616 [pool-166-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. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:35:28.616 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:28.616 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:28.617 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml... 18:35:28.617 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:28.617 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:28.617 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml... 18:35:28.623 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml 18:35:28.685 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:28.685 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml 18:35:28.693 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:28.693 [pool-166-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. 0s76ms [pure insertion] marking any relevant derived attributes for update...18:35:28.693 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:28.693 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:28.694 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml... 18:35:28.694 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:28.698 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:28.698 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml... 18:35:28.705 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml 18:35:28.711 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:28.711 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml 18:35:28.716 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:28.716 [pool-166-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. 0s22ms [pure insertion] marking any relevant derived attributes for update...18:35:28.716 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:28.716 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:28.717 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml... 18:35:28.717 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:28.717 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:28.717 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml... 18:35:28.723 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml 18:35:28.795 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:35:28.795 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml 18:35:28.815 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:35:28.815 [pool-166-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. 0s98ms [pure insertion] marking any relevant derived attributes for update...18:35:28.815 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:28.815 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:28.816 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml... 18:35:28.816 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:28.816 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:28.816 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml... 18:35:28.884 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml 18:35:28.890 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:28.890 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml 18:35:28.895 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:28.895 [pool-166-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. 0s79ms [pure insertion] marking any relevant derived attributes for update...18:35:28.895 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:28.895 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:28.896 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml... 18:35:28.896 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:28.896 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:28.896 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml... 18:35:28.901 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml 18:35:28.914 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:28.914 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml 18:35:28.983 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:28.983 [pool-166-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...18:35:28.983 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:28.984 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:28.985 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml... 18:35:28.985 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:28.991 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:28.991 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml... 18:35:28.996 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml 18:35:29.006 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:29.006 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml 18:35:29.011 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:29.011 [pool-166-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. 0s26ms [pure insertion] marking any relevant derived attributes for update...18:35:29.011 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:29.012 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:29.012 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml... 18:35:29.012 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:29.013 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:29.013 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml... 18:35:29.019 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml 18:35:29.027 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:29.027 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml 18:35:29.083 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:29.083 [pool-166-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...18:35:29.083 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:29.084 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:29.085 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml... 18:35:29.085 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:29.085 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:29.085 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml... 18:35:29.093 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml 18:35:29.106 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:29.106 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml 18:35:29.116 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:29.117 [pool-166-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. 0s32ms [pure insertion] marking any relevant derived attributes for update...18:35:29.117 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:29.117 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:29.118 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml... 18:35:29.118 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:29.118 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:29.118 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml... 18:35:29.187 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml 18:35:29.196 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:29.196 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml 18:35:29.203 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:29.203 [pool-166-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. 0s85ms [pure insertion] marking any relevant derived attributes for update...18:35:29.203 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:29.203 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:29.204 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml... 18:35:29.204 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:29.204 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:29.204 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml... 18:35:29.210 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml 18:35:29.219 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:29.219 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml 18:35:29.225 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:29.225 [pool-166-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. 0s21ms [pure insertion] marking any relevant derived attributes for update...18:35:29.225 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:29.225 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:29.226 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml... 18:35:29.226 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:29.226 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:29.226 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml... 18:35:29.284 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml 18:35:29.296 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:29.296 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml 18:35:29.306 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:29.306 [pool-166-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. 0s80ms [pure insertion] marking any relevant derived attributes for update...18:35:29.306 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:29.306 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:29.307 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml... 18:35:29.307 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:29.307 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:29.307 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml... 18:35:29.314 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml 18:35:29.385 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:29.385 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml 18:35:29.392 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:29.392 [pool-166-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. 0s85ms [pure insertion] marking any relevant derived attributes for update...18:35:29.392 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:29.392 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:29.393 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml... 18:35:29.393 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:29.394 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:29.394 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml... 18:35:29.400 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml 18:35:29.409 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:29.409 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml 18:35:29.415 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:29.415 [pool-166-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. 0s22ms [pure insertion] marking any relevant derived attributes for update...18:35:29.415 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:29.415 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:29.416 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml... 18:35:29.416 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:29.416 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:29.416 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml... 18:35:29.424 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml 18:35:29.489 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:29.489 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml 18:35:29.500 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:29.500 [pool-166-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. 0s84ms [pure insertion] marking any relevant derived attributes for update...18:35:29.500 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:29.501 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:29.502 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml... 18:35:29.502 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:29.502 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:29.502 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml... 18:35:29.509 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml 18:35:29.519 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:29.519 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml 18:35:29.583 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:29.583 [pool-166-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. 0s81ms [pure insertion] marking any relevant derived attributes for update...18:35:29.583 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:29.584 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:29.584 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml... 18:35:29.584 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:29.585 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:29.585 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml... 18:35:29.592 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml 18:35:29.603 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:29.603 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml 18:35:29.610 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:29.610 [pool-166-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. 0s26ms [pure insertion] marking any relevant derived attributes for update...18:35:29.610 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:29.610 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:29.611 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 18:35:29.611 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:29.611 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:29.611 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 18:35:29.619 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml 18:35:29.686 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:29.686 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml 18:35:29.694 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:29.694 [pool-166-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. 0s83ms [pure insertion] marking any relevant derived attributes for update...18:35:29.694 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:29.694 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:29.695 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml... 18:35:29.695 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:29.695 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:29.695 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml... 18:35:29.700 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml 18:35:29.717 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:35:29.717 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml 18:35:29.789 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:35:29.789 [pool-166-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. 0s94ms [pure insertion] marking any relevant derived attributes for update...18:35:29.789 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:29.789 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:29.791 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml... 18:35:29.791 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:29.791 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:29.791 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml... 18:35:29.799 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml 18:35:29.881 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:29.881 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml 18:35:29.891 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:29.891 [pool-166-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. 0s100ms [pure insertion] marking any relevant derived attributes for update...18:35:29.891 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:29.891 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:29.894 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml... 18:35:29.894 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:29.894 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:29.894 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml... 18:35:29.899 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml 18:35:29.906 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:29.906 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml 18:35:29.911 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:29.911 [pool-166-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:29.911 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:29.911 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:29.912 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml... 18:35:29.912 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:29.912 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:29.912 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml... 18:35:29.920 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml 18:35:29.986 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:29.986 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml 18:35:29.996 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:29.996 [pool-166-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. 0s84ms [pure insertion] marking any relevant derived attributes for update...18:35:29.996 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:29.997 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:29.998 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 18:35:29.998 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:29.998 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:29.998 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 18:35:30.004 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml 18:35:30.012 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:30.012 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml 18:35:30.018 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:30.018 [pool-166-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. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:35:30.018 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:30.018 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:30.019 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml... 18:35:30.019 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:30.020 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:30.020 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml... 18:35:30.085 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml 18:35:30.096 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:30.096 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml 18:35:30.104 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:30.104 [pool-166-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. 0s85ms [pure insertion] marking any relevant derived attributes for update...18:35:30.104 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:30.104 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:30.105 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml... 18:35:30.105 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:30.106 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:30.106 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml... 18:35:30.114 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml 18:35:30.125 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:30.125 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml 18:35:30.186 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:30.186 [pool-166-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. 0s81ms [pure insertion] marking any relevant derived attributes for update...18:35:30.186 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:30.187 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:30.188 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml... 18:35:30.188 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:30.188 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:30.188 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml... 18:35:30.198 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml 18:35:30.209 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:30.209 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml 18:35:30.216 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:30.217 [pool-166-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. 0s29ms [pure insertion] marking any relevant derived attributes for update...18:35:30.217 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:30.217 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:30.218 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml... 18:35:30.218 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:30.218 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:30.218 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml... 18:35:30.283 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml 18:35:30.294 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:30.294 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml 18:35:30.301 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:30.301 [pool-166-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. 0s83ms [pure insertion] marking any relevant derived attributes for update...18:35:30.301 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:30.301 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:30.302 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml... 18:35:30.302 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:30.302 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:30.302 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml... 18:35:30.310 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml 18:35:30.321 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:30.321 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml 18:35:30.387 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:30.388 [pool-166-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. 0s86ms [pure insertion] marking any relevant derived attributes for update...18:35:30.388 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:30.388 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:30.389 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml... 18:35:30.389 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:30.389 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:30.389 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml... 18:35:30.396 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml 18:35:30.421 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 18:35:30.421 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml 18:35:30.495 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:35:30.495 [pool-166-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. 0s106ms [pure insertion] marking any relevant derived attributes for update...18:35:30.495 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:30.495 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:30.497 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml... 18:35:30.497 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:30.497 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:30.497 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml... 18:35:30.504 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml 18:35:30.584 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:30.584 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml 18:35:30.584 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:30.584 [pool-166-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. 0s87ms [pure insertion] marking any relevant derived attributes for update...18:35:30.584 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:30.584 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:30.585 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml... 18:35:30.585 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:30.586 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:30.586 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml... 18:35:30.593 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml 18:35:30.603 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:30.603 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml 18:35:30.609 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:30.609 [pool-166-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. 0s24ms [pure insertion] marking any relevant derived attributes for update...18:35:30.609 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:30.610 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:30.611 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml... 18:35:30.611 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:30.611 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:30.611 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml... 18:35:30.619 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml 18:35:30.702 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 18:35:30.702 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml 18:35:30.792 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:30.792 [pool-166-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. 0s181ms [pure insertion] marking any relevant derived attributes for update...18:35:30.792 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:30.792 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:30.794 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml... 18:35:30.794 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:30.794 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:30.794 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml... 18:35:30.802 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml 18:35:30.909 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 18:35:30.909 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml 18:35:31.004 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:35:31.004 [pool-166-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. 0s210ms [pure insertion] marking any relevant derived attributes for update...18:35:31.004 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:31.005 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:31.005 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml... 18:35:31.006 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:31.006 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:31.006 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml... 18:35:31.013 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml 18:35:31.087 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:31.087 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml 18:35:31.094 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:31.094 [pool-166-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. 0s89ms [pure insertion] marking any relevant derived attributes for update...18:35:31.095 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:31.095 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:31.096 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml... 18:35:31.096 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:31.096 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:31.096 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml... 18:35:31.103 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml 18:35:31.113 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:31.113 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml 18:35:31.120 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:31.120 [pool-166-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. 0s24ms [pure insertion] marking any relevant derived attributes for update...18:35:31.120 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:31.120 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:31.121 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml... 18:35:31.121 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:31.122 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:31.122 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml... 18:35:31.128 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml 18:35:31.188 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:31.188 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml 18:35:31.194 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:31.194 [pool-166-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...18:35:31.194 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:31.194 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:31.195 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml... 18:35:31.195 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:31.195 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:31.196 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml... 18:35:31.203 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml 18:35:31.283 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:35:31.283 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml 18:35:31.296 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:31.296 [pool-166-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. 0s101ms [pure insertion] marking any relevant derived attributes for update...18:35:31.296 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:31.296 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:31.297 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml... 18:35:31.297 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:31.298 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:31.298 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml... 18:35:31.304 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml 18:35:31.322 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:31.322 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml 18:35:31.390 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:31.390 [pool-166-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. 0s93ms [pure insertion] marking any relevant derived attributes for update...18:35:31.390 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:31.390 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:31.390 [pool-166-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/ (8 sec, 23 sec total) 18:35:31.391 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml... 18:35:31.391 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:31.395 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:31.395 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml... 18:35:31.402 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml 18:35:31.411 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:31.411 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml 18:35:31.417 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:31.417 [pool-166-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. 0s26ms [pure insertion] marking any relevant derived attributes for update...18:35:31.417 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:31.417 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:31.418 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml... 18:35:31.418 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:31.419 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:31.419 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml... 18:35:31.483 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml 18:35:31.493 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:31.493 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml 18:35:31.499 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:31.499 [pool-166-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. 0s81ms [pure insertion] marking any relevant derived attributes for update...18:35:31.499 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:31.499 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:31.501 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml... 18:35:31.501 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:31.501 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:31.501 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml... 18:35:31.506 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml 18:35:31.515 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:31.515 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml 18:35:31.523 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:31.523 [pool-166-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. 0s22ms [pure insertion] marking any relevant derived attributes for update...18:35:31.523 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:31.523 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:31.583 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml... 18:35:31.583 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:31.587 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:31.587 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml... 18:35:31.595 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml 18:35:31.815 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:35:31.815 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml 18:35:32.103 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:35:32.104 [pool-166-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. 0s521ms [pure insertion] marking any relevant derived attributes for update...18:35:32.104 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:32.104 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:32.105 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml... 18:35:32.105 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:32.105 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:32.105 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml... 18:35:32.113 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml 18:35:32.122 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:32.122 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml 18:35:32.184 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:32.184 [pool-166-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. 0s79ms [pure insertion] marking any relevant derived attributes for update...18:35:32.184 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:32.185 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:32.186 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml... 18:35:32.186 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:32.186 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:32.186 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml... 18:35:32.246 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml 18:35:32.305 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:35:32.305 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml 18:35:32.389 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:35:32.389 [pool-166-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. 0s203ms [pure insertion] marking any relevant derived attributes for update...18:35:32.389 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:32.390 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:32.393 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml... 18:35:32.393 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:32.393 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:32.393 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml... 18:35:32.401 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml 18:35:32.412 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:32.412 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml 18:35:32.419 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:32.419 [pool-166-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. 0s26ms [pure insertion] marking any relevant derived attributes for update...18:35:32.419 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:32.420 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:32.421 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml... 18:35:32.421 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:32.421 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:32.421 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml... 18:35:32.488 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml 18:35:32.500 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:32.500 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml 18:35:32.506 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:32.506 [pool-166-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. 0s85ms [pure insertion] marking any relevant derived attributes for update...18:35:32.506 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:32.507 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:32.508 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml... 18:35:32.508 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:32.508 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:32.508 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml... 18:35:32.515 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml 18:35:32.525 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:32.525 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml 18:35:32.586 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:32.586 [pool-166-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. 0s78ms [pure insertion] marking any relevant derived attributes for update...18:35:32.586 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:32.587 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:32.587 [pool-166-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/ (1 sec, 24 sec total) 18:35:32.587 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:35:32.587 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:35:32.710 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 18:35:36.001 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 18:35:36.001 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~3.414s attempting to resolve any uninitialized derived attributes... 18:35:36.001 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:35:36.001 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:35:36.002 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:35:36.002 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 3s415ms [proxy update] 18:35:36.002 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:35:36.009 [pool-166-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 ~28s validating changes... validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-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/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-01f3-0000-000000000000.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-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.MetaclassReference/01ec045c-0000-10a1-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.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.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/b9654705-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.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/e4c6c55f-c2fc-11de-8ac8-001302895b2b.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/00700680-0000-01c7-0000-000000000000.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.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.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/002005c0-0001-000d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml validating file UPDATED for /data/fragments/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/01ec12fc-0000-0251-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.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/52d7cccb-c2fd-11de-8ac8-001302895b2b.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/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-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/de38398e-c746-11e1-8624-0027103f347d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-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/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml validating file UPDATED for /data/fragments/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/6faa55e3-5d0b-11df-a996-001302895b2b.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/ad46ab04-9310-11df-a4cf-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-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/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.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.MetaclassReference/01ec2468-0000-0894-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/00000000-0000-9c46-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/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-01d9-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/ed95fa9b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.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/f9061fa3-c2fc-11de-8ac8-001302895b2b.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/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.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/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-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/5791cd76-03ec-11e2-9c63-0027103f347d.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/8fb43b1c-7819-11e1-a4f1-002564c97630.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/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-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-01c5-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-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/00d0052c-0000-0143-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml validating file UPDATED for /data/fragments/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-0229-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-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/00540a84-0000-0003-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.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/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-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.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.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.Class/c312e899-9f08-43db-8954-4db87789f843.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.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.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-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/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-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/00bc3ac0-0000-0d9a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-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/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/eb8f06b7-de86-11de-905b-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/07111319-1fd7-11df-948e-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/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.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.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/00700680-0000-0202-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-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.ModuleComponent/00000000-0000-2710-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/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/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.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.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.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/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.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/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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/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/01ec12fc-0000-0247-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml validating file UPDATED for /data/fragments/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.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.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/433bb965-77f8-4b1b-9ace-864e5af81454.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/00000000-0000-9c49-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-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.MetaclassReference/00bc27b8-0000-0e0b-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/01ec141c-0000-12f7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-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/01ec2468-0000-0ac1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.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/37d0688a-c308-11de-8ac8-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/c0f03827-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.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/ee06097f-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.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/edc05471-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.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/002005c0-0001-0007-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml changed resource size: 619 relevant graph size: 619 validated changes... true 18:35:40.102 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 32 s 195 ms 18:35:40.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:35:40.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 18:35:40.121 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:40.121 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:35:40.127 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:35:40.128 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16173717840554081155/test_zoo[LevelDB GreyCat] 18:35:40.128 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:35:40.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:35:40.385 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:40.385 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:35:40.385 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:40.385 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:40.391 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:35:40.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:35:40.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:35:40.392 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:40.392 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:35:40.392 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:35:40.392 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:35:40.487 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5428906782225226004/:org.eclipse.hawk.localfolder.LocalFolder:false 18:35:40.491 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:40.491 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:40.498 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:35:40.499 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:35:40.499 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:35:40.500 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:35:40.500 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:35:40.506 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:35:40.506 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 18:35:40.507 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:35:40.507 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:35:40.510 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:35:40.510 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s13ms [proxy update] 18:35:40.513 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:35:40.513 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:35:40.513 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 22 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit5428906782225226004/v0-B.2.0.bpmn 18:35:40.515 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:40.520 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:35:40.520 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:35:40.520 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:35:40.520 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:35:40.520 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:35:40.520 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:35:40.520 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:35:40.520 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:35:40.520 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:35:40.520 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:35:40.520 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:35:40.521 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:35:40.521 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:35:40.521 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit5428906782225226004/v0-B.2.0.bpmn 18:35:40.580 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:40.585 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:35:40.585 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:35:40.585 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:35:40.585 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:35:40.585 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:35:40.585 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:35:40.585 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:35:40.585 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:35:40.585 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:35:40.586 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:35:40.586 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:35:40.586 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:35:40.586 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:35:40.586 [pool-168-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/v3-B.2.0.bpmn over /tmp/junit5428906782225226004/v0-B.2.0.bpmn 18:35:40.587 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:40.592 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:35:40.592 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:35:40.592 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:35:40.592 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:35:40.592 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:35:40.592 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:35:40.592 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:35:40.592 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:35:40.592 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:35:40.592 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:35:40.592 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:35:40.592 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:35:40.593 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:35:40.593 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit5428906782225226004/v0-B.2.0.bpmn 18:35:40.593 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:40.599 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:35:40.599 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:35:40.599 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:35:40.599 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:35:40.599 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:35:40.599 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:35:40.599 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:35:40.599 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:35:40.599 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:35:40.599 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:35:40.599 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:35:40.600 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:35:40.600 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:35:40.600 [pool-168-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/v5-B.2.0.bpmn over /tmp/junit5428906782225226004/v0-B.2.0.bpmn 18:35:40.601 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:40.605 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:35:40.606 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:35:40.606 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:35:40.606 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:35:40.606 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:35:40.606 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:35:40.606 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:35:40.606 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:35:40.606 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:35:40.606 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:35:40.606 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:35:40.606 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:35:40.606 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:35:40.607 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit5428906782225226004/v0-B.2.0.bpmn 18:35:40.607 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:40.612 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:35:40.612 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:35:40.612 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:35:40.612 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:35:40.612 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:35:40.613 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:35:40.613 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:35:40.613 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:35:40.613 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:35:40.613 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:35:40.613 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:35:40.613 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:35:40.613 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:35:40.613 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit5428906782225226004/v0-B.2.0.bpmn 18:35:40.614 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:40.619 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:35:40.619 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:35:40.619 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:35:40.619 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:35:40.619 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:35:40.619 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:35:40.619 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:35:40.619 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:35:40.619 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:35:40.619 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:35:40.619 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:35:40.620 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:35:40.620 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:35:40.620 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit5428906782225226004/v0-B.2.0.bpmn 18:35:40.620 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:40.625 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:35:40.626 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:35:40.626 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:35:40.626 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:35:40.626 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:35:40.626 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:35:40.626 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:35:40.626 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:35:40.626 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:35:40.626 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:35:40.626 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:35:40.626 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:35:40.626 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:35:40.627 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 7 ms 18:35:40.627 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:35:40.627 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5428906782225226004/:org.eclipse.hawk.localfolder.LocalFolder:false 18:35:40.683 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:40.683 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:35:40.685 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:35:40.686 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3322277683399091124/test_bpmn[LevelDB GreyCat] 18:35:40.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:35:40.865 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:35:40.868 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:40.868 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:35:40.868 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:40.868 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:40.881 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:35:40.881 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:35:40.881 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:35:40.882 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:35:40.882 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:40.882 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 18:35:40.882 [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 18:35:40.882 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 18:35:40.895 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:40.895 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:40.907 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:35:40.908 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:35:40.908 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:35:40.911 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:35:40.911 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:35:40.913 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:35:40.915 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:35:40.915 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:35:40.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:35:40.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:35:40.920 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:35:40.920 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:35:40.920 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:35:40.920 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:35:40.920 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:35:40.920 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:35:40.920 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:35:40.922 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:35:40.924 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:35:40.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:35:40.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:35:40.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:35:40.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:35:40.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:35:40.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:35:40.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:35:40.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:35:40.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 18:35:40.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:35:40.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:35:40.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:35:40.983 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:35:40.983 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:35:40.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:35:41.005 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:35:41.005 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:35:41.099 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:35:41.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:41.103 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:41.106 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:35:41.113 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:35:41.113 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:35:41.116 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:35:41.116 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:41.116 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:41.116 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:35:41.183 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:35:41.193 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:41.193 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:35:41.205 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:41.205 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s89ms [pure insertion] marking any relevant derived attributes for update...18:35:41.205 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:35:41.208 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:35:41.210 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:35:41.210 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:41.210 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:41.210 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:35:41.215 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:35:41.222 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:41.222 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:35:41.285 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:41.285 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s75ms [pure insertion] marking any relevant derived attributes for update...18:35:41.285 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:41.285 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:41.287 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:35:41.287 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:41.287 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:41.287 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:35:41.292 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:35:41.301 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:41.301 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:35:41.318 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:35:41.319 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s32ms [pure insertion] marking any relevant derived attributes for update...18:35:41.319 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:41.319 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:41.319 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:35:41.319 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:35:41.320 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 18:35:41.383 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 18:35:41.383 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.064s attempting to resolve any uninitialized derived attributes... 18:35:41.383 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:35:41.383 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:35:41.383 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:35:41.383 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s64ms [proxy update] 18:35:41.383 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:35:41.383 [pool-170-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/child.model validating file UPDATED for /subfolder/subfolder/grandchild.model changed resource size: 9 relevant graph size: 9 validated changes... true 18:35:41.386 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 283 ms 18:35:41.403 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:35:41.403 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:35:41.406 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:41.406 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:35:41.407 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:35:41.409 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2703192180623843522/test_instanceCountsAllOf[LevelDB GreyCat] 18:35:41.409 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:35:41.690 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:35:41.694 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:41.694 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:35:41.694 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:41.694 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:41.699 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:35:41.699 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:35:41.699 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:35:41.699 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:35:41.699 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 18:35:41.699 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: 18:35:41.699 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:35:41.700 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 18:35:41.707 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:41.707 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:41.721 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:35:41.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:35:41.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:35:41.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:35:41.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:35:41.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:35:41.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:35:41.724 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:35:41.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:35:41.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:35:41.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:35:41.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:35:41.726 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:35:41.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:35:41.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 18:35:41.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:35:41.730 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:35:41.731 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:35:41.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:35:41.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:35:41.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:35:41.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:35:41.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:35:41.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:35:41.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:35:41.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:35:41.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:35:41.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:35:41.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:35:41.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:35:41.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:35:41.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:35:41.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:35:41.792 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:35:41.812 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:35:41.812 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:35:41.905 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:35:41.909 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:41.909 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:41.914 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:35:41.921 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:35:41.921 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:35:41.923 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:35:41.923 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:41.923 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:41.923 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:35:41.992 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:35:42.005 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:42.005 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:35:42.014 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:42.014 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s91ms [pure insertion] marking any relevant derived attributes for update...18:35:42.015 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:35:42.017 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:35:42.019 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:35:42.019 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:42.019 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:42.019 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:35:42.024 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:35:42.087 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:42.087 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:35:42.097 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:35:42.097 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s78ms [pure insertion] marking any relevant derived attributes for update...18:35:42.097 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:42.097 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:42.099 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:35:42.099 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:42.099 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:42.099 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:35:42.105 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:35:42.112 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:42.112 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:35:42.184 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:42.184 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s85ms [pure insertion] marking any relevant derived attributes for update...18:35:42.184 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:42.184 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:42.184 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:35:42.184 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:35:42.185 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 18:35:42.194 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 18:35:42.194 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 18:35:42.195 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:35:42.195 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:35:42.195 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:35:42.195 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 18:35:42.195 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:35:42.195 [pool-172-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 18:35:42.197 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 288 ms 18:35:42.210 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:35:42.210 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:35:42.213 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:42.213 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:35:42.216 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:35:42.217 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit18074688962949170444/test_listFiles[LevelDB GreyCat] 18:35:42.217 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:35:42.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:35:42.417 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:42.417 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:35:42.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:42.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:42.422 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:35:42.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:35:42.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:35:42.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:35:42.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:35:42.422 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:42.422 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:35:42.423 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 18:35:42.429 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:42.429 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:42.440 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:35:42.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:35:42.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:35:42.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:35:42.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:35:42.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:35:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:35:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:35:42.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:35:42.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:35:42.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:35:42.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:35:42.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:35:42.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:35:42.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:35:42.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:35:42.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:35:42.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:35:42.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:35:42.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:35:42.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:35:42.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:35:42.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:35:42.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:35:42.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:35:42.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:35:42.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:35:42.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:35:42.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:35:42.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:35:42.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:35:42.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:35:42.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:35:42.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:35:42.518 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:35:42.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:35:42.608 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:35:42.611 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:42.612 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:42.614 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:35:42.621 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:35:42.622 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:35:42.623 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:35:42.623 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:42.623 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:42.623 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:35:42.692 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:35:42.700 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:42.700 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:35:42.712 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:35:42.712 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s89ms [pure insertion] marking any relevant derived attributes for update...18:35:42.712 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:35:42.715 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:35:42.716 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:35:42.716 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:42.716 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:42.717 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:35:42.721 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:35:42.783 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:42.783 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:35:42.793 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:42.793 [pool-174-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...18:35:42.793 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:42.793 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:42.795 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:35:42.795 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:42.795 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:42.795 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:35:42.800 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:35:42.809 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:42.809 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:35:42.823 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:42.823 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s28ms [pure insertion] marking any relevant derived attributes for update...18:35:42.823 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:42.823 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:42.823 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:35:42.823 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:35:42.824 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 18:35:42.888 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 18:35:42.888 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.065s attempting to resolve any uninitialized derived attributes... 18:35:42.888 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:35:42.888 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:35:42.888 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:35:42.888 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s65ms [proxy update] 18:35:42.888 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:35:42.889 [pool-174-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 18:35:42.891 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 279 ms 18:35:42.902 [pool-174-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:35:42.904 [pool-174-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2824823846540758047/test_instanceCounts[LevelDB GreyCat] 18:35:42.906 [pool-174-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:35:42.906 [pool-174-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2824823846540758047/test_instanceCounts[LevelDB GreyCat] 18:35:42.908 [pool-174-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:35:42.909 [pool-174-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2824823846540758047/test_instanceCounts[LevelDB GreyCat] 18:35:42.913 [pool-174-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:35:42.913 [pool-174-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2824823846540758047/test_instanceCounts[LevelDB GreyCat] 18:35:42.920 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:35:42.920 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:35:42.925 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:42.925 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:35:42.981 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:35:42.981 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2824823846540758047/test_instanceCounts[LevelDB GreyCat] 18:35:42.982 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:35:43.466 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:35:43.470 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:43.470 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:35:43.470 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:43.470 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:43.484 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:35:43.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:35:43.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:35:43.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:35:43.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:35:43.485 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:43.485 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:35:43.486 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 18:35:43.493 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:43.493 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:43.504 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:35:43.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:35:43.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:35:43.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:35:43.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:35:43.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:35:43.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:35:43.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:35:43.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:35:43.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:35:43.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:35:43.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:35:43.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:35:43.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:35:43.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:35:43.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:35:43.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:35:43.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:35:43.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:35:43.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:35:43.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:35:43.508 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:35:43.510 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:35: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::EChar will be handled as its instance type char 18:35: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::EFloatObject will be handled as its instance type java.lang.Float 18:35: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::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:35: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::EByteArray will be handled as its instance type byte[] 18:35: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::EDouble will be handled as its instance type java.lang.Double 18:35: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::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:35:43.581 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:35:43.581 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:35:43.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:35:43.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:35:43.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:35:43.604 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:35:43.604 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:35:43.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/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:35:43.742 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:43.742 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:43.745 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:35:43.753 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:35:43.753 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:35:43.782 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:35:43.782 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:43.782 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:43.782 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:35:43.797 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:35:43.805 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:43.805 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:35:43.816 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:35:43.816 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s34ms [pure insertion] marking any relevant derived attributes for update...18:35:43.817 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:35:43.819 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:35:43.821 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:35:43.821 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:43.821 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:43.821 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:35:43.825 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:35:43.886 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:43.886 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:35:43.894 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:43.894 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s73ms [pure insertion] marking any relevant derived attributes for update...18:35:43.894 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:43.894 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:43.895 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:35:43.895 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:43.895 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:43.895 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:35:43.899 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:35:43.906 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:43.906 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:35:43.917 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:43.917 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s22ms [pure insertion] marking any relevant derived attributes for update...18:35:43.917 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:43.917 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:43.917 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:35:43.917 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:35:43.918 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 18:35:43.926 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 18:35:43.926 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 18:35:43.926 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:35:43.926 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:35:43.926 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:35:43.926 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 18:35:43.926 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:35:43.926 [pool-176-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 18:35:43.981 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 239 ms 18:35:43.986 [pool-176-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:35:43.986 [pool-176-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15507134374466741323/test_reverseRefs[LevelDB GreyCat] 18:35:43.992 [pool-176-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:35:43.992 [pool-176-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15507134374466741323/test_reverseRefs[LevelDB GreyCat] 18:35:43.997 [pool-176-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:35:43.997 [pool-176-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15507134374466741323/test_reverseRefs[LevelDB GreyCat] 18:35:44.002 [pool-176-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:35:44.002 [pool-176-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15507134374466741323/test_reverseRefs[LevelDB GreyCat] 18:35:44.009 [pool-176-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:35:44.009 [pool-176-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15507134374466741323/test_reverseRefs[LevelDB GreyCat] 18:35:44.013 [pool-176-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:35:44.013 [pool-176-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15507134374466741323/test_reverseRefs[LevelDB GreyCat] 18:35:44.020 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:35:44.020 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:35:44.023 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:44.023 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:35:44.025 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:35:44.025 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15507134374466741323/test_reverseRefs[LevelDB GreyCat] 18:35:44.025 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:35:44.302 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:35:44.305 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:44.305 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:35:44.305 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:44.305 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:44.309 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:35:44.309 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:35:44.310 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:35:44.310 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:35:44.310 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:44.310 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:35:44.310 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:35:44.310 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 18:35:44.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:44.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:44.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:35:44.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:35:44.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:35:44.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:35:44.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:35:44.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:35:44.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 18:35:44.380 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:35:44.380 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:35:44.380 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:35:44.380 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:35:44.381 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:35:44.381 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:35:44.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:35:44.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:35:44.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:35:44.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:35:44.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:35:44.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:35:44.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:35:44.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:35:44.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:35:44.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:35:44.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:35:44.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:35:44.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:35:44.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:35:44.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:35:44.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:35:44.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:35:44.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:35:44.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:35:44.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:35:44.389 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:35:44.402 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:35:44.403 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:35:44.498 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:35:44.500 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:44.501 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:44.503 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:35:44.511 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:35:44.511 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:35:44.512 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:35:44.512 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:44.512 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:44.512 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:35:44.528 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:35:44.590 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:44.590 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:35:44.599 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:44.599 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s87ms [pure insertion] marking any relevant derived attributes for update...18:35:44.599 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:35:44.601 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:35:44.603 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:35:44.603 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:44.603 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:44.603 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:35:44.610 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:35:44.618 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:44.618 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:35:44.690 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:35:44.690 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s87ms [pure insertion] marking any relevant derived attributes for update...18:35:44.690 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:44.690 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:44.692 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:35:44.692 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:44.692 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:44.692 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:35:44.699 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:35:44.707 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:35:44.707 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:35:44.721 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:35:44.721 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s29ms [pure insertion] marking any relevant derived attributes for update...18:35:44.721 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:35:44.722 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:35:44.722 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:35:44.722 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:35:44.723 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/7 proxy references (0 sec total) 18:35:44.785 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 7 refs 18:35:44.785 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.063s attempting to resolve any uninitialized derived attributes... 18:35:44.785 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:35:44.785 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:35:44.785 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:35:44.785 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s64ms [proxy update] 18:35:44.786 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:35:44.786 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /root.model sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 18:35:44.788 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 287 ms 18:35:44.791 [pool-178-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=26] 18:35:44.793 [pool-178-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=26] 18:35:44.795 [pool-178-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=26] 18:35:44.795 [pool-178-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:35:44.795 [pool-178-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12318032183153714163/test_forwardRefs[LevelDB GreyCat] 18:35:44.800 [pool-178-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=26] 18:35:44.800 [pool-178-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:35:44.800 [pool-178-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12318032183153714163/test_forwardRefs[LevelDB GreyCat] 18:35:44.805 [pool-178-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=26] 18:35:44.805 [pool-178-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:35:44.805 [pool-178-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12318032183153714163/test_forwardRefs[LevelDB GreyCat] 18:35:44.809 [pool-178-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:35:44.809 [pool-178-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12318032183153714163/test_forwardRefs[LevelDB GreyCat] 18:35:44.816 [pool-178-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: GreycatNode [world=0, time=0, id=26] 18:35:44.816 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:35:44.816 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:35:44.819 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:44.819 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:35:44.821 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:35:44.823 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12318032183153714163/test_forwardRefs[LevelDB GreyCat] 18:35:44.823 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:35:45.286 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:35:45.290 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:45.290 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:35:45.290 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:45.290 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:45.297 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:35:45.297 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:35:45.297 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:35:45.297 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:35:45.297 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:35:45.297 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:35:45.298 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 18:35:45.301 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 18:35:45.492 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:45.492 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:45.512 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:35:45.516 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:35:45.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:35:45.528 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:35:45.529 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:35:45.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:35:45.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:35:45.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:35:45.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:35:45.707 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:35:45.707 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:35:45.707 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:35:45.709 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:35:45.709 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:35:45.709 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:35:45.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 18:35:45.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:35:45.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:35:45.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:35:45.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 18:35:45.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:35:45.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:35:45.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:35:45.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:35:45.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:35:45.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:35:45.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:35:45.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 18:35:45.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 18:35:45.719 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:35:45.719 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:35:45.719 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:35:45.719 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:35:45.719 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:35:45.719 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:35:45.719 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:35:45.719 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:35:45.720 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:35:45.722 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:35:45.722 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:35:45.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:35:45.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:35:45.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 18:35:45.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:35:45.723 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:35:45.902 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:35:45.902 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:35:45.995 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 18:35:45.999 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:45.999 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:46.081 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:35:46.088 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:35:46.088 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:35:46.490 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:35:46.490 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:46.491 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:46.491 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:35:46.581 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:35:48.020 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~1sec) 18:35:48.020 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:35:49.408 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~1 sec) 18:35:49.409 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 2s919ms [pure insertion] marking any relevant derived attributes for update...18:35:49.409 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:35:49.412 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:35:49.412 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:35:49.412 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:35:49.503 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:35:49.503 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.091s attempting to resolve any uninitialized derived attributes... 18:35:49.503 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:35:49.503 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:35:49.503 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:35:49.503 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s91ms [proxy update] 18:35:49.503 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:35:49.504 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~3s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:35:50.721 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 722 ms 18:35:50.823 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 18:35:50.827 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:50.827 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:50.986 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:35:50.988 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 18:35:50.989 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:35:50.989 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:35:51.002 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:35:51.002 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:51.002 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:51.002 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:35:51.007 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:35:51.093 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:51.093 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:35:51.098 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:51.098 [pool-180-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. 0s96ms [pure insertion] marking any relevant derived attributes for update...18:35:51.098 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:51.098 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:51.181 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:35:51.181 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:51.269 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:51.269 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:35:51.286 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:35:51.298 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:51.298 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:35:51.384 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:51.384 [pool-180-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. 0s203ms [pure insertion] marking any relevant derived attributes for update...18:35:51.384 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:51.384 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:51.393 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:35:51.393 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:51.393 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:51.393 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:35:51.398 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:35:51.408 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:51.408 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:35:51.482 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:51.482 [pool-180-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. 0s89ms [pure insertion] marking any relevant derived attributes for update...18:35:51.482 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:51.482 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:51.492 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:35:51.492 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:51.495 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:51.495 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:35:51.500 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:35:51.595 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:35:51.595 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:35:51.608 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:51.608 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s116ms [pure insertion] marking any relevant derived attributes for update...18:35:51.608 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:51.608 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:51.617 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:35:51.617 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:51.617 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:51.617 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:35:51.622 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:35:51.688 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:35:51.688 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:35:51.692 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:51.692 [pool-180-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...18:35:51.692 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:51.692 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:51.702 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:35:51.702 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:51.702 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:51.702 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:35:51.707 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:35:51.712 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:51.712 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:35:51.712 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:51.712 [pool-180-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...18:35:51.712 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:51.712 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:51.722 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:35:51.722 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:51.723 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:51.723 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:35:51.727 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:35:52.301 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:35:52.301 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:35:52.392 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:35:52.392 [pool-180-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. 0s670ms [pure insertion] marking any relevant derived attributes for update...18:35:52.392 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:52.392 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:52.483 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:35:52.483 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:52.483 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:52.483 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:35:52.488 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:35:53.318 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 18:35:53.318 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:35:53.805 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:35:53.805 [pool-180-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. 1s322ms [pure insertion] marking any relevant derived attributes for update...18:35:53.805 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:53.805 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:53.824 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:35:53.824 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:53.824 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:53.824 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:35:53.881 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:35:54.111 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 18:35:54.111 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:35:54.222 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:35:54.222 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s398ms [pure insertion] marking any relevant derived attributes for update...18:35:54.222 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:54.222 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:54.323 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:35:54.323 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:54.324 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:54.324 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:35:54.329 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:35:55.095 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14361654406913852985/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit14361654406913852985/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:35:55.409 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16196772293207904303/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit16196772293207904303/test_recreate[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:35:55.613 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~1sec) 18:35:55.613 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:35:55.787 [pool-122-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit520423345835955523/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit520423345835955523/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:35:56.593 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:35:56.593 [pool-180-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. 2s270ms [pure insertion] marking any relevant derived attributes for update...18:35:56.593 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:56.593 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:56.604 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:35:56.604 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:35:56.605 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:35:56.605 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:35:56.611 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:35:56.621 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:35:56.621 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:35:56.621 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:35:56.621 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:35:56.621 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:35:56.621 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:35:56.621 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:35:56.621 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:35:56.709 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:35:57.398 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:35:57.398 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.777s attempting to resolve any uninitialized derived attributes... 18:35:57.398 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:35:57.398 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:35:57.399 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:35:57.399 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s778ms [proxy update] 18:35:57.399 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:35:57.400 [pool-180-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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /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 /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:35:58.789 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 7 s 961 ms 18:35:58.790 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15790801743813456029/test_allContents[LevelDB GreyCat] 18:35:58.795 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15790801743813456029/test_allContents[LevelDB GreyCat] 18:35:58.904 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15790801743813456029/test_allContents[LevelDB GreyCat] 18:35:58.906 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15790801743813456029/test_allContents[LevelDB GreyCat] 18:35:58.909 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15790801743813456029/test_allContents[LevelDB GreyCat] 18:35:59.112 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15790801743813456029/test_allContents[LevelDB GreyCat] 18:35:59.115 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15790801743813456029/test_allContents[LevelDB GreyCat] 18:35:59.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:35:59.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 18:35:59.122 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:59.122 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:35:59.185 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:35:59.186 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15790801743813456029/test_allContents[LevelDB GreyCat] 18:35:59.186 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:35:59.411 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:35:59.415 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:35:59.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 18:35:59.415 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:59.415 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:59.422 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:35:59.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:35:59.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:35:59.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:35:59.422 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:35:59.423 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:35:59.423 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:35:59.423 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 18:35:59.525 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:35:59.526 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:35:59.600 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:35:59.601 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:35:59.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:35:59.796 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:35:59.796 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:35:59.801 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:35:59.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 18:35:59.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:35:59.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:35:59.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:35:59.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 18:35:59.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 18:35:59.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:35:59.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:35:59.894 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:35:59.896 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:35:59.896 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:35:59.899 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:35:59.901 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:35:59.901 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:35:59.901 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:35:59.901 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:35:59.901 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:35:59.904 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:35:59.905 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:35:59.906 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:35:59.906 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:35:59.907 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:35:59.910 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:35:59.911 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:35:59.911 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:35:59.911 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:35:59.911 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:35:59.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 18:35:59.911 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:35:59.911 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:35:59.911 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:35:59.911 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:35:59.911 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:35:59.913 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:35:59.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:35:59.929 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:35:59.985 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:35:59.985 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:35:59.985 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:36:00.195 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:36:00.195 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:00.293 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:00.296 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:00.296 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:00.314 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:00.321 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:00.321 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:00.507 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:36:00.507 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:00.507 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:00.507 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:36:00.523 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:36:01.806 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~1sec) 18:36:01.806 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:36:02.509 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 18:36:02.509 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 2s3ms [pure insertion] marking any relevant derived attributes for update...18:36:02.509 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s5ms 18:36:02.514 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s5ms 18:36:02.514 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:02.514 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:02.537 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:36:02.537 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.023s attempting to resolve any uninitialized derived attributes... 18:36:02.537 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:02.538 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:02.538 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:02.538 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s24ms [proxy update] 18:36:02.538 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:02.539 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 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 18:36:03.581 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 285 ms 18:36:03.624 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:03.681 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:03.681 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:03.705 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:03.708 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 18:36:03.708 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:03.708 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:03.801 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:36:03.801 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:03.801 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:03.801 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:36:03.807 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:36:04.610 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 18:36:04.610 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:36:04.917 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:36:04.917 [pool-182-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. 1s116ms [pure insertion] marking any relevant derived attributes for update...18:36:04.917 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:36:04.918 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:36:04.928 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:36:04.928 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:04.928 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:04.928 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:36:04.934 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:36:05.012 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:36:05.012 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:36:05.025 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:05.025 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s97ms [pure insertion] marking any relevant derived attributes for update...18:36:05.025 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:05.025 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:05.117 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:36:05.117 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:05.117 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:05.117 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:36:05.123 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:36:05.888 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 18:36:05.888 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:36:06.156 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:36:06.156 [pool-182-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. 1s39ms [pure insertion] marking any relevant derived attributes for update...18:36:06.156 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:06.156 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:06.185 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:36:06.185 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:06.185 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:06.185 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:36:06.190 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:36:06.200 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:06.200 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:36:06.204 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:06.204 [pool-182-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:36:06.204 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:06.204 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:06.213 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:36:06.213 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:06.213 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:06.213 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:36:06.218 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:36:06.223 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:36:06.223 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:36:06.223 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:06.223 [pool-182-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...18:36:06.223 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:06.223 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:06.284 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:36:06.284 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:06.284 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:06.284 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:36:06.395 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:36:06.406 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:06.406 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:36:06.411 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:06.411 [pool-182-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. 0s127ms [pure insertion] marking any relevant derived attributes for update...18:36:06.411 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:06.411 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:06.420 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:36:06.421 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:06.421 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:06.421 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:36:06.425 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:36:06.431 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:36:06.431 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:36:06.432 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:06.432 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...18:36:06.432 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:06.432 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:06.491 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:36:06.491 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:06.494 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:06.494 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:36:06.499 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:36:06.821 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:36:06.821 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:36:06.913 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:36:06.913 [pool-182-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. 0s422ms [pure insertion] marking any relevant derived attributes for update...18:36:06.913 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:06.913 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:06.931 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:36:06.932 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:06.932 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:06.932 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:36:06.986 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:36:07.415 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 18:36:07.415 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:36:07.515 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:36:07.515 [pool-182-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. 0s584ms [pure insertion] marking any relevant derived attributes for update...18:36:07.515 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:07.515 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:07.525 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:36:07.525 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:07.525 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:07.525 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:36:07.529 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:36:07.590 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:07.590 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:36:07.595 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:07.596 [pool-182-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...18:36:07.596 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:07.596 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:07.605 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:36:07.605 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:07.605 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:07.605 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:36:07.610 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:36:07.623 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:07.623 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:36:07.627 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:07.627 [pool-182-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. 0s22ms [pure insertion] marking any relevant derived attributes for update...18:36:07.628 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:07.628 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:07.628 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:07.628 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:07.708 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:36:08.292 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:36:08.292 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.664s attempting to resolve any uninitialized derived attributes... 18:36:08.292 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:08.292 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:08.292 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:08.292 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s664ms [proxy update] 18:36:08.292 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:08.293 [pool-182-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.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /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 /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:36:09.005 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 5 s 324 ms 18:36:09.006 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:36:09.006 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11701916266865560701/test_subtreeTraversalScoping[LevelDB GreyCat] 18:36:09.010 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:36:09.010 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11701916266865560701/test_subtreeTraversalScoping[LevelDB GreyCat] 18:36:09.013 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:36:09.013 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:09.016 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:09.016 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:36:09.023 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:36:09.024 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11701916266865560701/test_subtreeTraversalScoping[LevelDB GreyCat] 18:36:09.024 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:36:09.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:36:09.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:09.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:36:09.249 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:09.249 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:09.281 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:36:09.281 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:36:09.281 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:36:09.281 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:36:09.281 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:36:09.281 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:36:09.282 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 18:36:09.282 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 18:36:09.318 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:09.318 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:09.386 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:36:09.387 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:36:09.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:09.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:09.409 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:09.411 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:09.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:36:09.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:36:09.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:36:09.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:36:09.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:36:09.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:36:09.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:36:09.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:36:09.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:36:09.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:36:09.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:36:09.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:36:09.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:36:09.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:36:09.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:36:09.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:36:09.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 18:36:09.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:36:09.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:36:09.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 18:36:09.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:36:09.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:36:09.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 18:36:09.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:36:09.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 18:36:09.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 18:36:09.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 18:36:09.521 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:36:09.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 18:36:09.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 18:36:09.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 18:36:09.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:36:09.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 18:36:09.525 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:36:09.530 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:36:09.538 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:36:09.540 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:36:09.580 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:36:09.580 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:36:09.653 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:36:09.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:09.718 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:09.721 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:09.722 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:09.739 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:09.746 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:09.746 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:09.928 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:36:09.929 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:09.929 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:09.929 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:36:09.991 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:36:10.934 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 18:36:10.934 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:36:11.618 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 18:36:11.618 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s690ms [pure insertion] marking any relevant derived attributes for update...18:36:11.618 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s6ms 18:36:11.624 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s6ms 18:36:11.624 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:11.624 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:11.698 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:36:11.698 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.074s attempting to resolve any uninitialized derived attributes... 18:36:11.698 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:11.698 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:11.698 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:11.698 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s75ms [proxy update] 18:36:11.699 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:11.699 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~1s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:36:12.546 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 824 ms 18:36:12.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/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:12.616 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:12.617 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:12.642 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:12.645 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 18:36:12.645 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:12.645 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:12.697 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:36:12.697 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:12.698 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:12.698 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:36:12.704 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:36:12.792 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:36:12.792 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:36:12.806 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:12.806 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s109ms [pure insertion] marking any relevant derived attributes for update...18:36:12.806 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:12.806 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:12.814 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:36:12.815 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:12.815 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:12.815 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:36:12.819 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:36:12.825 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:36:12.825 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:36:12.825 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:12.825 [pool-184-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...18:36:12.825 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:12.825 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:12.885 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:36:12.885 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:12.886 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:12.886 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:36:12.891 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:36:12.903 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:12.903 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:36:12.908 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:12.908 [pool-184-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. 0s23ms [pure insertion] marking any relevant derived attributes for update...18:36:12.908 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:12.908 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:12.916 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:36:12.916 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:12.916 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:12.916 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:36:12.985 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:36:13.082 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:13.082 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:36:13.087 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:13.087 [pool-184-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. 0s171ms [pure insertion] marking any relevant derived attributes for update...18:36:13.087 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:13.087 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:13.112 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:36:13.112 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:13.112 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:13.112 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:36:13.117 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:36:13.561 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 18:36:13.561 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:36:13.759 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:36:13.759 [pool-184-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. 0s647ms [pure insertion] marking any relevant derived attributes for update...18:36:13.759 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:13.759 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:13.782 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:36:13.782 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:13.782 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:13.783 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:36:13.787 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:36:13.792 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:36:13.792 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:36:13.792 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:13.792 [pool-184-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...18:36:13.792 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:13.792 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:13.801 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:36:13.801 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:13.801 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:13.801 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:36:13.809 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:36:13.821 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:13.821 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:36:13.827 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:13.827 [pool-184-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. 0s26ms [pure insertion] marking any relevant derived attributes for update...18:36:13.828 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:36:13.828 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:36:13.914 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:36:13.914 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:13.917 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:13.917 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:36:13.923 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:36:14.698 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 18:36:14.698 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:36:15.118 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:36:15.118 [pool-184-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. 1s204ms [pure insertion] marking any relevant derived attributes for update...18:36:15.118 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:36:15.119 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:36:15.186 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:36:15.186 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:15.186 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:15.186 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:36:15.190 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:36:15.200 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:15.200 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:36:15.205 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:15.205 [pool-184-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:36:15.205 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:36:15.206 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:36:15.221 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:36:15.221 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:15.221 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:15.221 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:36:15.227 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:36:15.898 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 18:36:15.898 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:36:15.993 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:36:15.993 [pool-184-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. 0s772ms [pure insertion] marking any relevant derived attributes for update...18:36:15.993 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:15.993 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:16.003 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:36:16.003 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:16.003 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:16.003 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:36:16.007 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:36:16.299 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:36:16.299 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:36:16.395 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:36:16.395 [pool-184-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. 0s392ms [pure insertion] marking any relevant derived attributes for update...18:36:16.395 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:16.395 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:16.395 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:16.395 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:16.481 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:36:16.990 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:36:16.990 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.595s attempting to resolve any uninitialized derived attributes... 18:36:16.990 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:16.991 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:16.991 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:16.991 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s596ms [proxy update] 18:36:16.991 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:16.992 [pool-184-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 /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 validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /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/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:36:17.698 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 5 s 81 ms 18:36:17.699 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5067701745473691734/test_getAllOf[LevelDB GreyCat] 18:36:17.706 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5067701745473691734/test_getAllOf[LevelDB GreyCat] 18:36:17.790 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5067701745473691734/test_getAllOf[LevelDB GreyCat] 18:36:17.793 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5067701745473691734/test_getAllOf[LevelDB GreyCat] 18:36:17.818 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5067701745473691734/test_getAllOf[LevelDB GreyCat] 18:36:17.820 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType... 18:36:17.820 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::IType#allof_IType (isMany=true|isOrdered=false|isUnique=true|type=IType) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 18:36:17.825 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType 18:36:17.893 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:36:20.032 [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) 18:36:20.032 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 2.207s 18:36:20.032 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType. 18:36:20.035 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:36:20.035 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:20.080 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:20.080 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:36:20.086 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:36:20.087 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5067701745473691734/test_getAllOf[LevelDB GreyCat] 18:36:20.087 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:36:20.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:36:20.397 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:20.397 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:36:20.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:20.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:20.402 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:36:20.402 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:36:20.402 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:36:20.402 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:20.403 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:36:20.403 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:36:20.404 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 2 ms 18:36:20.404 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 18:36:20.488 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:20.488 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:20.509 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:36:20.517 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:36:20.520 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:36:20.525 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:36:20.526 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:36:20.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:20.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:20.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:20.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:20.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:36:20.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:36:20.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:36:20.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:36:20.623 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:36:20.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 18:36:20.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 18:36:20.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:36:20.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:36:20.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:36:20.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 18:36:20.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:36:20.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:36:20.628 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:36:20.630 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:36:20.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 18:36:20.682 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:36:20.682 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:36:20.682 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:36:20.682 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:36:20.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:36:20.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:36:20.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:36:20.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:36:20.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:36:20.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:36:20.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:36:20.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:36:20.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:36:20.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:36:20.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:36:20.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:36:20.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:36:20.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:36:20.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:36:20.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:36:20.929 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:36:20.929 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:21.028 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:21.031 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:21.031 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:21.097 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:21.106 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:21.106 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:21.223 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:36:21.223 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:21.223 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:21.223 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:36:21.294 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:36:22.246 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 18:36:22.246 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:36:22.666 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 18:36:22.667 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s445ms [pure insertion] marking any relevant derived attributes for update...18:36:22.667 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:36:22.670 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:36:22.670 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:22.670 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:22.708 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:36:22.708 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.038s attempting to resolve any uninitialized derived attributes... 18:36:22.708 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:22.708 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:22.708 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:22.708 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s38ms [proxy update] 18:36:22.708 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:22.709 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~1s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:36:23.293 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 262 ms 18:36:23.334 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:23.338 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:23.338 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:23.400 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:23.402 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 18:36:23.402 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:23.402 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:23.412 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:36:23.412 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:23.412 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:23.412 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:36:23.417 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:36:23.481 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:23.481 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:36:23.487 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:23.487 [pool-186-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...18:36:23.487 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:23.487 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:23.495 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:36:23.496 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:23.496 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:23.496 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:36:23.500 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:36:23.510 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:23.510 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:36:23.515 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:23.515 [pool-186-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. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:36:23.515 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:23.515 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:23.524 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:36:23.524 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:23.524 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:23.524 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:36:23.529 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:36:23.585 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:36:23.585 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:36:23.585 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:23.585 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s61ms [pure insertion] marking any relevant derived attributes for update...18:36:23.585 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:23.585 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:23.594 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:36:23.594 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:23.597 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:23.597 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:36:23.601 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:36:23.606 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:36:23.606 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:36:23.606 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:23.606 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...18:36:23.606 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:23.606 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:23.614 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:36:23.614 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:23.614 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:23.614 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:36:23.619 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:36:23.628 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:23.628 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:36:23.683 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:23.683 [pool-186-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. 0s69ms [pure insertion] marking any relevant derived attributes for update...18:36:23.683 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:23.683 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:23.716 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:36:23.716 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:23.716 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:23.716 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:36:23.721 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:36:24.282 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 18:36:24.282 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:36:24.488 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:36:24.489 [pool-186-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. 0s773ms [pure insertion] marking any relevant derived attributes for update...18:36:24.489 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:24.489 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:24.503 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:36:24.503 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:24.503 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:24.503 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:36:24.507 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:36:24.651 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 18:36:24.651 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:36:24.714 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:36:24.714 [pool-186-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. 0s211ms [pure insertion] marking any relevant derived attributes for update...18:36:24.714 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:24.714 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:24.723 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:36:24.723 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:24.723 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:24.723 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:36:24.729 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:36:24.741 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:24.741 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:36:24.746 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:24.746 [pool-186-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. 0s23ms [pure insertion] marking any relevant derived attributes for update...18:36:24.746 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:24.746 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:24.802 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:36:24.802 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:24.802 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:24.802 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:36:24.807 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:36:25.097 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14361654406913852985/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit14361654406913852985/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:36:25.357 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 18:36:25.357 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:36:25.410 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16196772293207904303/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit16196772293207904303/test_recreate[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:36:25.716 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:36:25.716 [pool-186-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. 0s914ms [pure insertion] marking any relevant derived attributes for update...18:36:25.716 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:25.716 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:25.725 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:36:25.725 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:25.726 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:25.726 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:36:25.730 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:36:25.788 [pool-122-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit520423345835955523/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit520423345835955523/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:36:25.793 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:36:25.793 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:36:25.805 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:25.805 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s80ms [pure insertion] marking any relevant derived attributes for update...18:36:25.805 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:25.805 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:25.814 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:36:25.814 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:25.814 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:25.814 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:36:25.819 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:36:26.196 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:36:26.196 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:36:26.285 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:36:26.285 [pool-186-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. 0s471ms [pure insertion] marking any relevant derived attributes for update...18:36:26.285 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:36:26.286 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:36:26.286 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:26.286 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:26.317 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:36:27.206 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:36:27.206 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.92s attempting to resolve any uninitialized derived attributes... 18:36:27.206 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:27.206 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:27.206 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:27.206 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s920ms [proxy update] 18:36:27.206 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:27.208 [pool-186-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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.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 /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 /set0.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 18:36:29.258 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 5 s 919 ms 18:36:29.258 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16431834591941998185/test_getFiles[LevelDB GreyCat] 18:36:29.262 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16431834591941998185/test_getFiles[LevelDB GreyCat] 18:36:29.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:36:29.265 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:29.285 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:29.285 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:36:29.293 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:36:29.294 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16431834591941998185/test_getFiles[LevelDB GreyCat] 18:36:29.294 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:36:29.520 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:36:29.524 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:29.524 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:36:29.524 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:29.524 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:29.529 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:36:29.529 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:36:29.529 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:36:29.530 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:36:29.530 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:29.530 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:36:29.530 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:36:29.530 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 18:36:29.595 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:29.595 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:29.617 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:36:29.618 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:29.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:29.622 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:36:29.709 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:29.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:29.800 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:36:29.801 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:36:29.811 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:36:29.817 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:36:29.817 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:36:29.817 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:36:29.818 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:36:29.821 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:36:29.821 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:36:29.821 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:36:29.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:36:29.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 18:36:29.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:36:29.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:36:29.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:36:29.829 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:36:29.829 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:36:29.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 18:36:29.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 18:36:29.891 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:36:29.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:36:29.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:36:29.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:36:29.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:36:29.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:36:29.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:36:29.894 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:36:29.894 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:36:29.894 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:36:29.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:36:29.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:36:29.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:36:29.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:36:29.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:36:29.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:36:29.897 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:36:29.899 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:36:29.899 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:36:29.899 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:36:30.112 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:36:30.112 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:30.306 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:30.310 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:30.310 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:30.387 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:30.396 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 18:36:30.396 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:30.396 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:30.405 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:36:30.405 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:30.406 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:30.406 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:36:30.486 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:36:30.493 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:36:30.493 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:36:30.493 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:30.493 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s88ms [pure insertion] marking any relevant derived attributes for update...18:36:30.493 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:36:30.496 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:36:30.505 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:36:30.505 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:30.505 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:30.505 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:36:30.522 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:36:30.800 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:36:30.800 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:36:30.895 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:36:30.895 [pool-188-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. 0s390ms [pure insertion] marking any relevant derived attributes for update...18:36:30.895 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:30.895 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:30.904 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:36:30.904 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:30.904 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:30.904 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:36:30.908 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:36:30.918 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:30.918 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:36:30.923 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:30.923 [pool-188-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:36:30.923 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:30.923 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:30.985 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:36:30.985 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:30.988 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:30.988 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:36:30.993 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:36:30.998 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:36:30.998 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:36:30.998 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:30.998 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...18:36:30.998 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:30.998 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:31.027 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:36:31.028 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:31.080 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:31.080 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:36:31.085 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:36:31.582 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 18:36:31.582 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:36:31.725 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:36:31.726 [pool-188-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. 0s699ms [pure insertion] marking any relevant derived attributes for update...18:36:31.726 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:31.726 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:31.736 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:36:31.736 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:31.736 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:31.737 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:36:31.742 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:36:31.808 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:36:31.808 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:36:31.820 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:31.820 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s84ms [pure insertion] marking any relevant derived attributes for update...18:36:31.820 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:31.820 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:31.829 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:36:31.829 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:31.829 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:31.829 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:36:31.882 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:36:31.892 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:31.892 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:36:31.942 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:31.942 [pool-188-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. 0s113ms [pure insertion] marking any relevant derived attributes for update...18:36:31.942 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:36:31.943 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:36:31.994 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:36:31.994 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:31.997 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:31.997 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:36:32.007 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:36:32.211 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 18:36:32.211 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:36:32.299 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:36:32.299 [pool-188-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. 0s305ms [pure insertion] marking any relevant derived attributes for update...18:36:32.299 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:32.299 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:32.324 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:36:32.324 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:32.324 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:32.324 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:36:32.328 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:36:32.824 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 18:36:32.825 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:36:33.138 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:36:33.138 [pool-188-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. 0s814ms [pure insertion] marking any relevant derived attributes for update...18:36:33.138 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:36:33.139 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:36:33.148 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:36:33.148 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:33.148 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:33.148 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:36:33.152 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:36:33.161 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:33.161 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:36:33.183 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:33.183 [pool-188-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. 0s35ms [pure insertion] marking any relevant derived attributes for update...18:36:33.183 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:33.183 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:33.191 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:36:33.191 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:33.192 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:33.192 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:36:33.196 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:36:33.206 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:33.206 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:36:33.210 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:33.210 [pool-188-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:36:33.210 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:33.210 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:33.210 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:33.210 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:33.286 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:36:33.822 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:36:33.822 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.612s attempting to resolve any uninitialized derived attributes... 18:36:33.822 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:33.822 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:33.822 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:33.822 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s612ms [proxy update] 18:36:33.823 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:33.824 [pool-188-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 /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:36:34.582 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 272 ms 18:36:34.583 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17381782053109442864/test_getAllOfCountsSubtypes[LevelDB GreyCat] 18:36:34.589 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot... 18:36:34.589 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot (isMany=true|isOrdered=false|isUnique=true|type=BinaryPackageFragmentRoot) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 18:36:34.614 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot 18:36:34.622 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:36:34.703 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:36:34.703 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.089s 18:36:34.703 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot. 18:36:34.704 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17381782053109442864/test_getAllOfCountsSubtypes[LevelDB GreyCat] 18:36:34.706 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot... 18:36:34.706 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot (isMany=true|isOrdered=false|isUnique=true|type=IPackageFragmentRoot) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 18:36:34.709 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot 18:36:34.715 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:36:34.817 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 3/3 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:36:34.817 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.108s 18:36:34.817 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot. 18:36:34.882 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:34.888 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:36:34.888 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms 18:36:34.889 [pool-188-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17381782053109442864/test_getAllOfCountsSubtypes[LevelDB GreyCat] 18:36:34.891 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:36:34.891 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:34.899 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:34.899 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:36:34.907 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:36:34.911 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17381782053109442864/test_getAllOfCountsSubtypes[LevelDB GreyCat] 18:36:34.911 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:36:35.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:36:35.217 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:35.217 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:36:35.217 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:35.217 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:35.222 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:36:35.222 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:36:35.222 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:36:35.223 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:36:35.223 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: 18:36:35.223 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:36:35.223 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:36:35.224 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:36:35.230 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:35.230 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:35.284 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:36:35.284 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:36:35.284 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:36:35.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:36:35.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:36:35.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:36:35.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:36:35.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:36:35.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:36:35.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:36:35.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:36:35.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:36:35.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:36:35.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:36:35.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:36:35.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:36:35.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:36:35.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:36:35.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:36:35.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:36:35.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:36:35.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:36:35.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:36:35.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:36:35.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:36:35.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:36:35.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:36:35.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:36:35.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:36:35.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:36:35.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:36:35.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:36:35.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:36:35.306 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:36:35.306 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:35.306 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:36:35.311 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:35.311 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:35.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:36:35.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:36:35.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:36:35.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:36:35.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:36:35.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:35.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:36:35.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:36:35.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:36:35.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:35.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:36:35.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:36:35.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:36:35.317 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:36:35.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:36:35.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:36:35.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:36:35.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:36:35.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:36:35.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:36:35.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:36:35.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:36:35.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:35.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:36:35.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:36:35.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:36:35.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:36:35.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:35.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:36:35.324 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:35.325 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:35.329 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:36:35.331 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:36:35.331 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:35.425 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14994067579601536729/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:35.428 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:35.428 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:35.430 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:35.487 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:35.487 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:35.489 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:36:35.489 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:35.489 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:35.489 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:36:35.504 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:36:35.510 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:35.510 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:36:35.510 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:36:35.511 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s22ms [pure insertion] marking any relevant derived attributes for update...18:36:35.511 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:36:35.513 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:36:35.513 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:35.513 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:35.514 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:36:35.514 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:36:35.514 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:35.514 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:35.514 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:35.585 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s72ms [proxy update] 18:36:35.585 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:35.585 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:36:35.587 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 158 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/add-child.model over /tmp/junit14994067579601536729/tree.model 18:36:35.587 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:35.589 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:35.589 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:35.589 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:35.591 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:36:35.591 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:35.591 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:36:35.591 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:36:35.591 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:36:35.591 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 18:36:35.591 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 18:36:35.597 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.006s 18:36:35.602 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:36:35.606 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:36:35.606 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:36:35.607 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:36:35.607 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /tree.model. 0s16ms [pure insertion] marking any relevant derived attributes for update...18:36:35.607 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:35.607 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:35.607 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:35.607 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:35.607 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:36:35.607 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:36:35.608 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:35.608 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:35.608 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:35.608 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:36:35.608 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:35.608 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 3 d elems 2 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 3 relevant graph size: 3 validated changes... true 18:36:35.609 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 22 ms 18:36:35.609 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:36:35.609 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14994067579601536729/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:35.612 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:35.612 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:36:35.615 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:36:35.615 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10530347070512210112/test_addChild[LevelDB GreyCat] 18:36:35.615 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:36:35.857 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:36:35.860 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:35.860 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:36:35.861 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:35.861 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:35.865 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:36:35.865 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:36:35.865 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:36:35.866 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:36:35.866 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:35.866 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:36:35.866 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:36:35.866 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:36:35.871 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:35.871 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:35.884 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:36:35.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:36:35.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:36:35.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:36:35.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:36:35.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:36:35.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:36:35.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 18:36:35.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 18:36:35.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:36:35.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:36:35.888 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:36:35.888 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:36:35.888 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:36:35.888 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:36:35.888 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:36:35.888 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:36:35.888 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:36:35.888 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:36:35.888 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:36:35.888 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:36:35.889 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:36:35.890 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:36:35.890 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:36:35.890 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:36:35.890 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:36:35.890 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:36:35.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:36:35.894 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:36:35.894 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:36:35.894 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:36:35.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:36:35.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:36:35.907 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:36:35.907 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:35.907 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:36:35.911 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:35.911 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:35.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:36:35.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:36:35.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:36:35.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:36:35.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:36:35.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:36:35.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:36:35.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:36:35.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:36:35.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:36:35.917 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:36:35.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:35.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:36:35.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:36:35.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:35.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:35.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:36:35.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:35.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:36:35.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:36:35.919 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:36:35.925 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:36:35.925 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:35.925 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:36:35.926 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:35.926 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:35.931 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:36:35.934 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:36:35.934 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:36.020 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6329933623224876190/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:36.082 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:36.082 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:36.083 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:36.084 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:36.084 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:36.084 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:36.085 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:36.090 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:36:36.090 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 18:36:36.090 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:36.090 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:36.093 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:36.093 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 18:36:36.095 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:36.095 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:36:36.096 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 13 ms 18:36:36.096 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:36.098 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:36.101 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:36.101 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:36.102 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:36:36.102 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:36.103 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:36.103 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:36:36.115 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:36:36.120 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:36.120 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:36:36.120 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:36:36.120 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:36:36.120 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:36:36.121 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:36:36.121 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:36.121 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:36.121 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:36:36.121 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:36:36.121 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:36.121 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:36.121 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:36.121 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:36:36.121 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:36.122 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:36:36.122 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 26 ms 18:36:36.123 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:36:36.123 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6329933623224876190/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:36.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:36.184 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:36:36.186 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:36:36.186 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17632926486289401863/test_addModel[LevelDB GreyCat] 18:36:36.186 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:36:36.362 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:36:36.365 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:36.365 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:36:36.365 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:36.365 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:36.371 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:36:36.371 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:36:36.371 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:36:36.371 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:36:36.371 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:36.371 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:36:36.371 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:36:36.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:36:36.386 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:36.386 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:36.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:36:36.395 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:36:36.395 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:36:36.395 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:36:36.395 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:36:36.395 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:36:36.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:36:36.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:36:36.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:36:36.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:36:36.401 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:36:36.401 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:36:36.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:36:36.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:36:36.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:36:36.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:36:36.403 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:36:36.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:36:36.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:36:36.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:36:36.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:36:36.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:36:36.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:36:36.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:36:36.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:36:36.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:36:36.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:36:36.409 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:36:36.409 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:36:36.409 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:36:36.409 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:36:36.409 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:36:36.411 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:36:36.423 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:36:36.424 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:36.424 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:36:36.428 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:36.428 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:36.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:36:36.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:36:36.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:36:36.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:36:36.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[] 18:36:36.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:36:36.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:36:36.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:36:36.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 18:36:36.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:36:36.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:36:36.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:36:36.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 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:36:36.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:36.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:36:36.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 18:36:36.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:36:36.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:36:36.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 18:36:36.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 18:36:36.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:36:36.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 18:36:36.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:36:36.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:36:36.440 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:36:36.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:36.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:36:36.441 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:36.441 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:36.447 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 18:36:36.462 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:36:36.462 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:36.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3216279056627253356/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:36.525 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:36.525 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:36.527 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:36.533 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:36.533 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:36.534 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:36:36.534 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:36.534 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:36.534 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:36:36.548 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:36:36.555 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:36.555 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:36:36.555 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:36:36.555 [pool-194-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...18:36:36.555 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:36:36.558 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:36:36.558 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:36.558 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:36.559 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:36:36.559 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:36:36.559 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:36.559 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:36.559 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:36.559 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:36:36.559 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:36.559 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 18:36:36.560 [pool-194-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/changed-trees/rename-root.model over /tmp/junit3216279056627253356/tree.model 18:36:36.560 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:36.581 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:36.581 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:36.581 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:36.583 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:36:36.583 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:36.583 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:36:36.583 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:36:36.583 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:36:36.583 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 18:36:36.583 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:36:36.588 [pool-194-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...18:36:36.588 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:36.589 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:36.589 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:36.589 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:36.589 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:36:36.589 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:36:36.589 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:36.589 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:36.589 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:36.589 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:36:36.589 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:36.589 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:36:36.590 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 30 ms 18:36:36.592 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:36:36.592 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3216279056627253356/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:36.595 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:36.595 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:36:36.597 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:36:36.597 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12072220694005712461/test_renameRoot[LevelDB GreyCat] 18:36:36.597 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:36:36.777 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:36:36.780 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:36.780 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:36:36.780 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:36.780 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:36.785 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:36:36.785 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:36:36.785 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:36:36.785 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:36:36.786 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:36.786 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:36:36.786 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:36:36.786 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:36:36.791 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:36.791 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:36.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:36:36.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:36:36.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:36:36.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:36:36.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:36:36.798 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:36:36.798 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:36:36.798 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:36:36.798 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:36:36.798 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:36:36.799 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:36:36.799 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:36:36.799 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:36:36.799 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:36:36.800 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:36:36.800 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:36:36.800 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:36:36.800 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:36:36.800 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:36:36.800 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:36:36.800 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:36:36.800 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:36:36.800 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:36:36.801 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:36:36.801 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:36:36.801 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:36:36.801 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:36:36.801 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:36:36.801 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:36:36.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:36:36.805 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:36:36.805 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:36:36.808 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:36:36.821 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:36:36.821 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:36.821 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:36:36.825 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:36.825 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:36.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:36.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:36:36.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:36:36.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:36:36.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:36:36.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:36:36.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:36:36.832 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:36:36.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:36:36.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:36.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:36:36.832 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:36:36.833 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:36:36.834 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:36:36.884 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:36:36.884 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:36.884 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:36:36.886 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:36.886 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:36.891 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:36:36.893 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:36:36.893 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:36.989 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3907471099230856678/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:36.992 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:36.992 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:36.994 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:37.001 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:37.001 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:37.002 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:36:37.002 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:37.002 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:37.002 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:36:37.017 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:36:37.024 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:37.024 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:36:37.025 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:36:37.025 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s23ms [pure insertion] marking any relevant derived attributes for update...18:36:37.025 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:36:37.027 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:36:37.027 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:37.027 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:37.028 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:36:37.028 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:36:37.028 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:37.028 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:37.028 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:37.028 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:36:37.028 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:37.028 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:36:37.081 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 89 ms 18:36:37.083 [main] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 18:36:37.088 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:36:37.088 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3907471099230856678/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:37.091 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:37.091 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:36:37.093 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:36:37.093 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17479230020951134973/test_eContainer[LevelDB GreyCat] 18:36:37.093 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:36:37.311 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:36:37.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:37.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:36:37.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:37.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:37.319 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:36:37.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:36:37.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:36:37.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:36:37.319 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:37.319 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:36:37.320 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 18:36:37.320 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:36:37.326 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:37.326 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:37.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:36:37.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:36:37.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:36:37.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:36:37.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:36:37.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:36:37.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:36:37.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:36:37.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:36:37.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:36:37.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:36:37.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:36:37.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:36:37.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:36:37.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:36:37.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:36:37.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:36:37.391 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:36:37.391 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:36:37.391 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:36:37.391 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:36:37.391 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:36:37.393 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:36:37.393 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:36:37.395 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:36:37.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:36:37.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:36:37.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:36:37.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:36:37.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:36:37.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:36:37.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:36:37.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:36:37.410 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:36:37.410 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:37.410 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:36:37.484 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:37.484 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:37.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:36:37.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:36:37.490 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:36:37.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:36:37.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:37.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:36:37.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:36:37.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:36:37.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:37.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:36:37.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:36:37.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:37.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:36:37.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:37.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:36:37.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:36:37.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:36:37.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:36:37.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:36:37.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:36:37.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:36:37.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:36:37.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:36:37.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:36:37.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:36:37.497 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:36:37.497 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:37.497 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:36:37.498 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:37.498 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:37.697 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:36:37.700 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:36:37.700 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:37.881 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8197485963257894137/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:37.885 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:37.885 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:37.887 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:37.899 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:37.899 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:37.901 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:36:37.901 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:37.901 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:37.901 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:36:37.986 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:36:37.993 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:37.993 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:36:37.993 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:36:37.993 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s93ms [pure insertion] marking any relevant derived attributes for update...18:36:37.993 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:36:37.996 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:36:37.996 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:37.996 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:37.997 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:36:37.997 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:36:37.997 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:37.997 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:37.997 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:37.997 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 18:36:37.998 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:37.998 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:36:37.999 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 113 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/remove-child.model over /tmp/junit8197485963257894137/tree.model 18:36:37.999 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:38.000 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:38.001 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:38.001 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:38.002 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:36:38.002 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:38.002 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:36:38.002 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 18:36:38.003 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:36:38.003 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 18:36:38.003 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 18:36:38.008 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.005s 18:36:38.015 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:36:38.084 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:36:38.084 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:36:38.084 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:36:38.084 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /tree.model. 0s82ms [pure insertion] marking any relevant derived attributes for update...18:36:38.084 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:38.084 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:38.084 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:38.084 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:38.084 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:36:38.084 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:36:38.084 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:38.084 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:38.084 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:38.084 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:36:38.085 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:38.085 [pool-198-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 18:36:38.085 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 86 ms 18:36:38.086 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:36:38.086 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8197485963257894137/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:38.089 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:38.089 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:36:38.091 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:36:38.091 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10545883749081292439/test_removeChild[LevelDB GreyCat] 18:36:38.091 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:36:38.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:36:38.417 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:38.417 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:36:38.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:38.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:38.421 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:36:38.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:36:38.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:36:38.422 [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! sync metrics: interesting 0 deleted 0 changed 0 18:36:38.422 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:38.422 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:36:38.422 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:36:38.423 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:36:38.428 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:38.428 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:38.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:36:38.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:36:38.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:36:38.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:36:38.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:36:38.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:36:38.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:36:38.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:36:38.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:36:38.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:36:38.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:36:38.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:36:38.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:36:38.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:36:38.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:36:38.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:36:38.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:36:38.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:36:38.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:36:38.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:36:38.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:36:38.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:36:38.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:36:38.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:36:38.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:36:38.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:36:38.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:36:38.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:36:38.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:36:38.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:36:38.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:36:38.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:36:38.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:36:38.506 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:36:38.506 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:38.506 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:36:38.510 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:38.510 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:38.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:36:38.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:36:38.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:36:38.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:36:38.516 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:36:38.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:36:38.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:36:38.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 18:36:38.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:36:38.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:36:38.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:36:38.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:36:38.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:36:38.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[] 18:36:38.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:36:38.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:36:38.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:36:38.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 18:36:38.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 18:36:38.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:36:38.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 18:36:38.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 18:36:38.523 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:36:38.523 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:38.523 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:36:38.524 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:38.524 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:38.582 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:36:38.584 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:36:38.584 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:38.625 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14952153593851770902/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:38.628 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:38.628 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:38.630 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:38.636 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:38.636 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:38.638 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:36:38.638 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:38.638 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:38.638 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:36:38.652 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:36:38.683 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:38.683 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:36:38.683 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:36:38.683 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s45ms [pure insertion] marking any relevant derived attributes for update...18:36:38.683 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:36:38.686 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:36:38.686 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:38.686 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:38.686 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:36:38.686 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:36:38.686 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:38.686 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:38.687 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:38.687 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:36:38.687 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:38.687 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:36:38.688 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 59 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-child.model over /tmp/junit14952153593851770902/tree.model 18:36:38.688 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:38.690 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:38.691 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:38.691 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:38.692 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:36:38.692 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:38.692 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:36:38.693 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:36:38.693 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:36:38.693 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 18:36:38.693 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:36:38.693 [pool-200-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...18:36:38.693 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:38.693 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:38.693 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:38.693 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:38.693 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:36:38.693 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:36:38.693 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:38.693 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:38.694 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:38.694 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:36:38.694 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:38.694 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:36:38.694 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms 18:36:38.697 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:36:38.697 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14952153593851770902/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:38.700 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:38.700 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 18:36:38.716 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:36:38.717 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2414170310971618267/test_renameChild[LevelDB GreyCat] 18:36:38.717 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:36:38.921 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:36:38.924 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:38.924 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:36:38.924 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:38.924 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:38.929 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:36:38.929 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:36:38.929 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:36:38.930 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:36:38.930 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:38.930 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:36:38.930 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:36:38.931 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:36:38.936 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:38.936 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:38.941 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:36:38.942 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:36:38.942 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:36:38.942 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:36:38.942 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:36:38.942 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:36:38.942 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:36:38.942 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:36:38.943 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:36:38.943 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:36:38.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:36:38.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:36:38.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:36:38.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:36:38.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:36:38.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:36:38.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:36:38.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:36:38.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:36:38.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:36:38.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:36:38.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:36:38.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:36:38.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:36:38.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:36:38.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:36:38.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:36:38.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:36:38.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:36:38.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:36:38.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:36:38.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:36:38.951 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:36:38.963 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:36:38.963 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:38.963 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 18:36:38.967 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:38.967 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:36:38.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:36:38.983 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:36:38.983 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:36:38.983 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:36:38.983 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:36:38.983 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:36:38.983 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:36:38.983 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:36:38.983 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:36:38.983 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:36:38.983 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:36:38.983 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:36:38.983 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:36:38.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:38.985 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:36:38.985 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:36:38.990 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:36:38.990 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:38.990 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:36:38.991 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:38.991 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:38.996 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:36:38.998 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:36:38.999 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:39.084 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit13987168571622157010/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:39.087 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:39.087 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:39.089 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:39.096 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:39.096 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:39.097 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:36:39.097 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:39.097 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:39.097 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:36:39.112 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:36:39.118 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:36:39.118 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:36:39.118 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:36:39.118 [pool-202-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...18:36:39.118 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:36:39.121 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:36:39.121 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:39.121 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:39.122 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:36:39.122 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:36:39.122 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:39.122 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:39.122 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:39.122 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:36:39.122 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:39.122 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:36:39.123 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 36 ms 18:36:39.138 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:36:39.138 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit13987168571622157010/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:39.182 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:39.182 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:36:39.184 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:36:39.184 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2635836767040217324/test_hawkProperties[LevelDB GreyCat] 18:36:39.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:36:40.036 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:36:40.039 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:40.039 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:36:40.713 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:40.713 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:41.084 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:36:41.085 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:41.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:41.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:41.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:41.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/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:36:41.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/Types::Integer will be handled as its instance type java.lang.Integer 18:36:41.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/Types::Real will be handled as its instance type java.lang.Double 18:36:41.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/Types::Boolean will be handled as its instance type java.lang.Boolean 18:36:41.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/Types::String will be handled as its instance type java.lang.String 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:36:41.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:36:41.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:36:41.098 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:36:41.099 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:41.099 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:36:41.100 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:36:41.100 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:41.100 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:36:41.100 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:36:41.100 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:36:41.100 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:36:41.100 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:36:41.101 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:41.101 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:36:41.101 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:36:41.101 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:41.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:41.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:41.102 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:36:41.102 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:41.114 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:41.116 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:41.117 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:36:41.122 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:36:41.123 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:41.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:41.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:41.188 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:41.190 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:36:41.196 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:41.196 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:36:41.197 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:41.198 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:41.220 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:41.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:36:41.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:36:41.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:36:41.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:36:41.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:36:41.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:36:41.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:36:41.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:36:41.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:36:41.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:36:41.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:36:41.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:36:41.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:36:41.289 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:36:41.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:36:41.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:36:41.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:36:41.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:36:41.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:36:41.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:36:41.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:36:41.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:36:41.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:36:41.300 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:36:41.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:36:41.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:36:41.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:36:41.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:36:41.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:36:41.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:36:41.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:36:41.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:36:41.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:36:41.305 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:36:41.306 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:36:41.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:36:41.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:36:42.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:36:42.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:36:42.223 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:36:42.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:36:42.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:36:42.735 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:36:42.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:36:42.923 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:36:43.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:36:43.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:36:43.311 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:36:43.436 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:36:43.486 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:36:43.487 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:43.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:43.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:43.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:43.499 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:36:43.500 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:43.504 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:36:43.505 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:43.509 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:43.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:43.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:45.604 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~4 sec) inserting static metamodels complete 18:36:45.604 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:36:45.698 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:36:45.699 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:36:45.699 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:45.699 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:36:45.699 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:36:45.903 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:36:45.907 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:45.907 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:45.908 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:45.919 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:45.919 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:45.986 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:36:45.986 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:45.986 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:45.986 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:36:46.007 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:36:46.094 [pool-204-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.VisibilityKind 18:36:46.426 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:36:46.426 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:36:46.503 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:36:46.503 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s517ms [pure insertion] marking any relevant derived attributes for update...18:36:46.503 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:36:46.506 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:36:46.688 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:36:46.688 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:46.689 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:46.689 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:36:46.694 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:36:46.824 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:36:46.824 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:36:46.897 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:36:46.897 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s209ms [pure insertion] marking any relevant derived attributes for update...18:36:46.897 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:46.897 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:46.901 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:36:46.901 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:46.901 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:46.901 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:36:46.905 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:36:47.111 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:36:47.111 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:36:47.123 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:36:47.123 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s222ms [pure insertion] marking any relevant derived attributes for update...18:36:47.123 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:47.123 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:47.183 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:36:47.183 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:47.184 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:47.184 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:36:47.190 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:36:47.492 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:36:47.492 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:36:47.586 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:36:47.586 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s403ms [pure insertion] marking any relevant derived attributes for update...18:36:47.586 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:36:47.587 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:36:47.591 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:47.591 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:47.601 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:36:47.602 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:36:47.602 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 18:36:47.602 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:47.602 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:47.602 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:47.602 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 18:36:47.602 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:47.603 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:36:47.603 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 696 ms 18:36:47.603 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 18:36:47.609 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:47.609 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:47.687 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 18:36:47.688 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:47.690 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:47.691 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:47.692 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 18:36:47.693 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:47.694 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 18:36:47.694 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:47.707 [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) 18:36:47.708 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:36:47.892 [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/junit2057432612402610856/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:47.897 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:47.897 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:47.897 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:47.899 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:47.900 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:47.900 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:47.900 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:47.900 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:36:47.900 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:36:47.900 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:36:47.900 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:47.900 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:47.901 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:47.901 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:36:47.901 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:47.903 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:47.904 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:47.904 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:47.912 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:36:47.912 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:47.912 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:47.912 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 18:36:47.917 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:36:47.998 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:36:47.998 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:36:48.010 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:36:48.010 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s99ms [pure insertion] marking any relevant derived attributes for update...18:36:48.011 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:48.011 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:48.011 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:48.012 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:48.018 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 18:36:48.019 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 18:36:48.019 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 18:36:48.019 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:48.019 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:48.019 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:48.019 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 18:36:48.019 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:48.020 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:36:48.020 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 123 ms 18:36:48.094 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:48.096 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:48.097 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:48.097 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:48.104 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:36:48.104 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:48.104 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 18:36:48.118 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 18:36:48.118 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:36:48.118 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /model.uml... 18:36:48.118 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml 18:36:48.198 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.08s 18:36:48.208 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:36:48.225 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:36:48.226 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:36:48.290 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:36:48.290 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /model.uml. 0s186ms [pure insertion] marking any relevant derived attributes for update...18:36:48.291 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:48.291 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:48.291 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:48.291 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:48.295 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 18:36:48.295 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 18:36:48.296 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 18:36:48.296 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:48.296 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:48.296 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:48.296 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:36:48.296 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:48.296 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:36:48.296 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 202 ms 18:36:48.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:36:48.300 [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/junit2057432612402610856/:org.eclipse.hawk.localfolder.LocalFolder:false 18:36:48.303 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:48.303 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:36:48.394 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:36:48.395 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2826905673064822047/test_upgradeModelProfileVersion[LevelDB GreyCat] 18:36:48.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:36:48.625 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:36:48.628 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:48.628 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:36:48.803 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:48.803 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:36:49.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:36:49.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:36:49.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 18:36:49.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:36:49.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:36:49.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:36:49.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 18:36:49.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 18:36:49.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:36:49.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 18:36:49.012 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:49.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 18:36:49.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 18:36:49.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:36:49.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 18:36:49.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:36:49.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 18:36:49.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[] 18:36:49.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:36:49.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:49.014 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:49.017 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:36:49.021 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:36:49.022 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:49.024 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:49.025 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:49.026 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:49.084 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:36:49.085 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:49.088 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:49.091 [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 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 18:36:49.130 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:49.132 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:36:49.132 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:49.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:49.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:49.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:49.185 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:36:49.186 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:49.189 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:49.194 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:49.195 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:49.196 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:49.198 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:36:49.202 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:49.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:49.203 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:36:49.205 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:49.214 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:36:49.215 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:49.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:49.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:49.228 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:49.230 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:49.230 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:36:49.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:36:49.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:36:49.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:36:49.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:36:49.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:36:49.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:36:49.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:36:49.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:36:49.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:36:49.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:36:49.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:36:49.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:36:49.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:36:49.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:36:49.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:36:49.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:36:49.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:36:49.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:36:49.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:36:49.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:36:49.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:36:49.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:36:49.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:36:49.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:36:49.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:36:49.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:36:49.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:36:49.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:36:49.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:36:49.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:36:49.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:36:49.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:36:49.299 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:36:49.300 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:36:49.312 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:36:49.312 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:36:49.381 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:36:49.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:36:49.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:36:49.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:36:49.822 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:36:50.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:36:50.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:36:50.404 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:36:50.415 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:36:50.522 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:36:50.823 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:36:50.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:36:50.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:36:53.200 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~4 sec) inserting static metamodels complete 18:36:53.200 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:36:53.287 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:36:53.288 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:36:53.288 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:53.288 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:36:53.288 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:36:53.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:36:53.423 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:53.424 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:53.424 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:53.482 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:53.482 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:53.486 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:36:53.486 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:53.486 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:53.486 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:36:53.505 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:36:53.784 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:36:53.784 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:36:53.804 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:36:53.804 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s318ms [pure insertion] marking any relevant derived attributes for update...18:36:53.804 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s4ms 18:36:53.808 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms 18:36:53.812 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:36:53.812 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:53.812 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:53.812 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:36:53.818 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:36:54.019 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:36:54.019 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:36:54.030 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:36:54.030 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s218ms [pure insertion] marking any relevant derived attributes for update...18:36:54.030 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:54.030 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:54.188 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:36:54.188 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:54.189 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:54.189 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:36:54.195 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:36:54.321 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:36:54.321 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:36:54.395 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:36:54.395 [pool-206-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...18:36:54.395 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:54.395 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:54.401 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:36:54.401 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:54.401 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:54.401 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:36:54.406 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:36:54.689 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:36:54.689 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:36:54.791 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:36:54.791 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s390ms [pure insertion] marking any relevant derived attributes for update...18:36:54.791 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:54.791 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:54.795 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:54.796 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:54.810 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:36:54.811 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:36:54.811 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.015s attempting to resolve any uninitialized derived attributes... 18:36:54.811 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:54.811 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:54.811 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:54.811 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s15ms [proxy update] 18:36:54.811 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:54.812 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:36:54.812 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 388 ms 18:36:54.923 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:36:54.927 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:54.928 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:36:54.984 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:36:54.985 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:36:54.985 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:36:54.992 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.profile.uml... 18:36:54.993 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:36:54.993 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:36:54.993 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.profile.uml... 18:36:54.998 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.profile.uml 18:36:55.098 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14361654406913852985/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit14361654406913852985/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:36:55.411 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16196772293207904303/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit16196772293207904303/test_recreate[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:36:55.788 [pool-122-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit520423345835955523/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit520423345835955523/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:36:56.583 [pool-206-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind 18:36:56.591 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 299 M->MM REFERENCES! (took ~1sec) 18:36:56.591 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.profile.uml 18:36:56.916 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 18:36:56.916 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.profile.uml. 1s924ms [pure insertion] marking any relevant derived attributes for update...18:36:56.916 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:36:56.916 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:36:56.918 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:36:56.918 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:36:56.925 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/72 proxy references (0 sec total) 18:36:56.928 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 2 refs 18:36:56.928 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 18:36:56.928 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:36:56.928 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:36:56.928 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:36:56.928 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 18:36:56.929 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:36:56.929 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:36:56.929 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 1 ms 18:36:56.983 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:36:56.983 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:36:56.987 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:56.987 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:36:57.019 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:36:57.081 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16420178931592837210/test_stereotypeAsModel[LevelDB GreyCat] 18:36:57.081 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:36:57.695 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:36:57.699 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:36:57.699 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:36:57.901 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:36:57.901 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:36:58.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:36:58.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:36:58.106 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:36:58.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:58.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:36:58.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:36:58.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:58.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:36:58.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:36:58.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:36:58.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:36:58.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:36:58.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:58.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:36:58.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:36:58.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:36:58.110 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:36:58.111 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:58.115 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:36:58.118 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:58.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:58.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:58.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:58.127 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:58.127 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:36:58.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:58.182 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:58.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:58.194 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:36:58.194 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:58.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:58.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:58.204 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:58.205 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:58.206 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:36:58.212 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:36:58.213 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:58.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:58.218 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:36:58.219 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:36:58.220 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:58.220 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:36:58.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:36:58.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:36:58.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:36:58.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:36:58.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:36:58.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:36:58.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:36:58.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:36:58.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:36:58.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:36:58.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:36:58.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:36:58.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:36:58.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:36:58.289 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:36:58.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:36:58.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:36:58.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:36:58.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:36:58.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:36:58.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:36:58.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:36:58.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:36:58.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:36:58.301 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:36:58.301 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:36:58.301 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:36:58.301 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:36:58.301 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:36:58.301 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:36:58.301 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:36:58.301 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:36:58.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:36:58.304 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:36:58.305 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:36:58.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:36:58.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:36:58.812 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:36:58.812 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:36:58.915 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:36:59.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:36:59.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 18:36:59.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::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:36:59.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:36:59.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:36:59.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:37:00.081 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:37:00.086 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:37:00.133 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:37:00.193 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:00.195 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:00.205 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:00.208 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:00.209 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:37:00.211 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:00.212 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:00.219 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:00.222 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:01.629 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~3 sec) inserting static metamodels complete 18:37:01.629 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:37:01.707 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:37:01.708 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:37:01.708 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:01.708 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:01.708 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:37:01.817 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:37:01.824 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:01.824 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:01.824 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:37:01.881 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:37:01.881 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:37:01.885 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:37:01.885 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:01.885 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:01.885 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:37:01.904 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:37:02.108 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:37:02.108 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:37:02.124 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:37:02.124 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s240ms [pure insertion] marking any relevant derived attributes for update...18:37:02.124 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:37:02.127 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:37:02.229 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:37:02.229 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:02.280 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:02.281 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:37:02.285 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:37:02.399 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:37:02.399 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:37:02.422 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:37:02.422 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s193ms [pure insertion] marking any relevant derived attributes for update...18:37:02.422 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:02.422 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:02.425 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:37:02.425 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:02.425 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:02.425 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:37:02.481 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:37:02.612 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:37:02.612 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:37:02.622 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:37:02.622 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s197ms [pure insertion] marking any relevant derived attributes for update...18:37:02.622 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:02.622 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:02.626 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:37:02.626 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:02.626 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:02.626 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:37:02.682 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:37:02.884 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:37:02.884 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:37:02.923 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:37:02.923 [pool-208-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...18:37:02.923 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:02.923 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:02.926 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:37:02.926 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:37:02.991 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:37:02.992 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:37:02.992 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.066s attempting to resolve any uninitialized derived attributes... 18:37:02.992 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:37:02.992 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:37:02.992 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:37:02.992 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s66ms [proxy update] 18:37:02.992 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:37:02.993 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:02.993 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 169 ms 18:37:03.087 [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 18:37:03.090 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:03.090 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:03.095 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:37:03.096 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:37:03.096 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:37:03.098 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 18:37:03.098 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:03.098 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:03.098 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 18:37:03.103 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 18:37:03.219 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 18:37:03.220 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 18:37:03.299 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 18:37:03.299 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s201ms [pure insertion] marking any relevant derived attributes for update...18:37:03.299 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:37:03.300 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:37:03.301 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 18:37:03.301 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:03.301 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:03.302 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 18:37:03.309 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 18:37:03.482 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 18:37:03.482 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 18:37:03.495 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:37:03.495 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s194ms [pure insertion] marking any relevant derived attributes for update...18:37:03.495 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:03.495 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:03.495 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:37:03.495 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:37:03.500 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 18:37:03.512 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 18:37:03.512 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.017s attempting to resolve any uninitialized derived attributes... 18:37:03.512 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:37:03.512 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:37:03.513 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:37:03.513 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s18ms [proxy update] 18:37:03.513 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:37:03.513 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:03.513 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 423 ms 18:37:03.514 [pool-208-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12913024799971627661/test_localfolderCrosslinks[LevelDB GreyCat] 18:37:03.519 [pool-208-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12913024799971627661/test_localfolderCrosslinks[LevelDB GreyCat] 18:37:03.523 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:37:03.523 [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 18:37:03.527 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:03.527 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:37:03.622 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:37:03.623 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12913024799971627661/test_localfolderCrosslinks[LevelDB GreyCat] 18:37:03.623 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:37:03.905 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:37:03.908 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:03.909 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:37:04.015 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:37:04.015 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:37:04.211 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:37:04.213 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:04.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:04.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:04.220 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:04.224 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:37:04.224 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:37:04.224 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:37:04.224 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:37:04.224 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:37:04.224 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:04.225 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:04.226 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:04.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:04.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:04.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:37:04.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:37:04.287 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:37:04.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:04.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:37:04.289 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:37:04.289 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:04.289 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:37:04.289 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:37:04.289 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:37:04.289 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:37:04.289 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:37:04.289 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:04.289 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:37:04.289 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:37:04.289 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:04.290 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:04.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:04.291 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:04.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:04.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:04.302 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:37:04.302 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:04.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:04.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:04.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:04.317 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:37:04.317 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:04.323 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:37:04.323 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:04.327 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:04.328 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:04.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:04.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:04.391 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:04.392 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:37:04.398 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:37:04.398 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:04.399 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:04.399 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:04.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:04.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:37:04.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:37:04.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[] 18:37:04.539 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:37:04.540 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:37:04.540 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:37:04.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:37:04.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:37:04.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 18:37:04.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:37:04.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:37:04.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:37:04.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:37:04.542 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:37:04.543 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:37:04.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:37:04.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:37:04.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:37:04.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:37:04.546 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:37:04.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:37:04.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:37:04.548 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:37:04.580 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:37:04.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:37:04.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:37:04.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:37:04.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:37:04.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:37:04.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:37:04.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:37:04.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:37:04.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:37:04.586 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:37:04.597 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:37:04.598 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:37:04.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:37:04.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:37:04.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:37:04.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:37:05.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::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:37:05.289 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:37:05.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:37:05.399 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:37:05.507 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:37:05.616 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:37:05.907 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:37:05.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:37:05.922 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:37:08.203 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~4 sec) inserting static metamodels complete 18:37:08.203 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:37:08.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:37:08.281 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:08.281 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:37:08.282 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:08.282 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 18:37:08.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:37:08.397 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:08.397 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:08.397 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:37:08.405 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:37:08.405 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:37:08.406 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:37:08.406 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:08.407 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:08.407 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:37:08.424 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:37:08.595 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:37:08.595 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:37:08.604 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:37:08.604 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s198ms [pure insertion] marking any relevant derived attributes for update...18:37:08.604 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:37:08.607 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:37:08.701 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:37:08.701 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:08.701 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:08.701 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:37:08.706 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:37:08.816 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:37:08.816 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:37:08.888 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:37:08.888 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s187ms [pure insertion] marking any relevant derived attributes for update...18:37:08.888 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:08.888 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:08.892 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:37:08.892 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:08.892 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:08.892 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:37:08.896 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:37:09.082 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:37:09.083 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:37:09.107 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:37:09.107 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s215ms [pure insertion] marking any relevant derived attributes for update...18:37:09.107 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:09.107 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:09.112 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:37:09.112 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:09.112 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:09.112 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:37:09.116 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:37:09.303 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:37:09.303 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:37:09.319 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:37:09.319 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s207ms [pure insertion] marking any relevant derived attributes for update...18:37:09.319 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:09.319 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:09.320 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:37:09.320 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:37:09.384 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:37:09.385 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:37:09.385 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.065s attempting to resolve any uninitialized derived attributes... 18:37:09.385 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:37:09.385 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:37:09.385 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:37:09.385 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s65ms [proxy update] 18:37:09.385 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:37:09.386 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:09.386 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 989 ms 18:37:09.431 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:37:09.484 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:09.484 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:09.488 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:37:09.489 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:37:09.489 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:37:09.491 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:37:09.491 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:09.491 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:09.491 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 18:37:09.495 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:37:09.510 [pool-210-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind 18:37:09.513 [pool-210-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind 18:37:09.513 [pool-210-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind 18:37:09.517 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 165 M->MM REFERENCES! (took ~0sec) 18:37:09.517 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:37:09.589 [pool-210-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 18:37:09.589 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s98ms [pure insertion] marking any relevant derived attributes for update...18:37:09.589 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:09.589 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:09.590 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:37:09.590 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:37:09.594 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/23 proxy references (0 sec total) 18:37:09.598 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 3 refs 18:37:09.598 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 18:37:09.598 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:37:09.598 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:37:09.598 [pool-210-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:37:09.598 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 18:37:09.598 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:37:09.598 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:09.598 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 114 ms 18:37:09.610 [pool-210-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1150195950562996911/test_zoo[LevelDB GreyCat] 18:37:09.615 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:37:09.615 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:37:09.618 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:09.619 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:37:09.705 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:37:09.706 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1150195950562996911/test_zoo[LevelDB GreyCat] 18:37:09.706 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:37:10.003 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:37:10.007 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:10.007 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:37:10.103 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:37:10.103 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:37:10.328 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:10.330 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:37:10.334 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:37:10.335 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:10.344 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:10.345 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:10.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:10.348 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:10.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:10.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:37:10.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:37:10.358 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:37:10.359 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:10.359 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:37:10.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:37:10.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:10.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:37:10.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:37:10.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:37:10.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:37:10.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:37:10.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:10.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:37:10.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:37:10.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:10.361 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:10.361 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:10.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:10.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:10.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:10.372 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:10.372 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:37:10.376 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:37:10.376 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:10.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:10.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:10.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:10.391 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:10.391 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:10.391 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:10.391 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:10.401 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:10.401 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:37:10.402 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:10.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:10.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:10.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:37:10.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:37:10.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:37:10.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:37:10.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:37:10.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:37:10.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:37:10.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:37:10.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:37:10.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:37:10.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:37:10.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:37:10.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:37:10.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:37:10.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:37:10.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:37:10.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:37:10.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:37:10.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:37:10.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:37:10.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:37:10.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:37:10.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:37:10.501 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:37:10.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:37:10.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:37:10.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:37:10.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:37:10.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:37:10.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:37:10.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:37:10.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:37:10.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:37:10.505 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:37:10.515 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:37:10.516 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:37:10.532 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:37:10.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:37:10.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:37:10.699 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:37:10.747 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:37:10.962 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:37:10.965 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:37:11.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:37:11.024 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:37:11.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:37:11.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:37:11.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:37:11.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:37:11.347 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:37:11.348 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:11.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:11.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:11.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:12.682 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~2 sec) inserting static metamodels complete 18:37:12.682 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:37:12.707 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:37:12.708 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:37:12.708 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:12.708 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:12.708 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:37:12.809 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:37:12.820 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:12.820 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:12.820 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:37:12.828 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:37:12.828 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:37:12.830 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:37:12.830 [pool-212-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:12.830 [pool-212-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:12.830 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:37:12.894 [pool-212-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:37:13.025 [pool-212-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:37:13.026 [pool-212-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:37:13.089 [pool-212-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:37:13.089 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s259ms [pure insertion] marking any relevant derived attributes for update...18:37:13.089 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:37:13.092 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:37:13.128 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:37:13.128 [pool-212-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:13.128 [pool-212-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:13.128 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:37:13.189 [pool-212-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:37:13.299 [pool-212-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:37:13.299 [pool-212-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:37:13.320 [pool-212-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:37:13.320 [pool-212-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...18:37:13.320 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:13.320 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:13.324 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:37:13.324 [pool-212-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:13.324 [pool-212-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:13.324 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:37:13.382 [pool-212-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:37:13.508 [pool-212-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:37:13.508 [pool-212-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:37:13.525 [pool-212-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:37:13.525 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s201ms [pure insertion] marking any relevant derived attributes for update...18:37:13.525 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:13.525 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:13.582 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:37:13.582 [pool-212-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:13.582 [pool-212-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:13.582 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:37:13.587 [pool-212-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:37:13.721 [pool-212-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:37:13.721 [pool-212-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:37:13.797 [pool-212-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:37:13.797 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s215ms [pure insertion] marking any relevant derived attributes for update...18:37:13.797 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:13.797 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:13.799 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:37:13.799 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:37:13.809 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:37:13.809 [pool-212-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:37:13.809 [pool-212-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 18:37:13.809 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:37:13.809 [pool-212-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:37:13.809 [pool-212-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:37:13.809 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 18:37:13.809 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:37:13.810 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:13.810 [pool-212-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 990 ms 18:37:13.819 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:37:13.819 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:37:13.822 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:13.822 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:37:13.899 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:37:13.900 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10760546949939532584/test_indexLibraries[LevelDB GreyCat] 18:37:13.900 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:37:14.090 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:37:14.093 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:14.093 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:37:14.189 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:37:14.190 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:37:14.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:37:14.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:37:14.390 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:37:14.391 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:14.391 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:37:14.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:37:14.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:14.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:37:14.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:37:14.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:37:14.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:37:14.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:37:14.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:14.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:37:14.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:37:14.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:14.393 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:14.394 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:14.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:14.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:14.403 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:14.403 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:37:14.404 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:14.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:14.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:14.414 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:37:14.414 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:14.419 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:37:14.419 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:14.423 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:14.425 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:37:14.429 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:14.429 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:14.430 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:37:14.431 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:14.442 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:14.444 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:37:14.481 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:14.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:14.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:14.493 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:14.496 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:14.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:14.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:14.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:14.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:14.504 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:14.505 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:14.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:14.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:14.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 18:37:14.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:37:14.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[] 18:37:14.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:37:14.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 18:37:14.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 18:37:14.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 18:37:14.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 18:37:14.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 18:37:14.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:37:14.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 18:37:14.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 18:37:14.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:37:14.519 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:37:14.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 18:37:14.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 18:37:14.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 18:37:14.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 18:37:14.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:37:14.523 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:37:14.524 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:37:14.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 18:37: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::EByteObject will be handled as its instance type java.lang.Byte 18:37:14.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:37:14.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 18:37:14.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:37:14.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:37:14.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 18:37:14.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 18:37:14.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 18:37:14.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:37:14.531 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:37: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::EJavaClass will be handled as its instance type java.lang.Class 18:37:14.533 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:37:14.534 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:37:14.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:37:14.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::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:37:14.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:37:14.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:37:14.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:37:14.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:37:14.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:37:15.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:37:15.104 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:37:15.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::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:37:15.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:37:15.305 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:37:15.310 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:37:15.351 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:37:16.695 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~2 sec) inserting static metamodels complete 18:37:16.695 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:37:16.789 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:37:16.790 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:37:16.790 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:16.790 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:16.790 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:37:17.123 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:37:17.130 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:17.130 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:17.130 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:37:17.140 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:37:17.140 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:37:17.144 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:37:17.144 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:17.144 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:17.144 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:37:17.199 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:37:17.422 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:37:17.422 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:37:17.488 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:37:17.488 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s344ms [pure insertion] marking any relevant derived attributes for update...18:37:17.488 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:37:17.491 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:37:17.496 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:37:17.496 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:17.496 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:17.496 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:37:17.499 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:37:17.690 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:37:17.690 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:37:17.715 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:37:17.715 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s219ms [pure insertion] marking any relevant derived attributes for update...18:37:17.715 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:37:17.716 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:37:17.719 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:37:17.719 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:17.719 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:17.719 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:37:17.723 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:37:17.897 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:37:17.897 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:37:17.906 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:37:17.907 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s188ms [pure insertion] marking any relevant derived attributes for update...18:37:17.907 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:17.907 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:18.000 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:37:18.000 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:18.000 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:18.000 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:37:18.005 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:37:18.118 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:37:18.118 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:37:18.194 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:37:18.194 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s194ms [pure insertion] marking any relevant derived attributes for update...18:37:18.194 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:18.194 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:18.195 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:37:18.195 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:37:18.205 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:37:18.205 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:37:18.205 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 18:37:18.205 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:37:18.205 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:37:18.205 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:37:18.205 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 18:37:18.206 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:37:18.206 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:18.206 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 76 ms 18:37:18.206 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 18:37:18.210 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:37:18.210 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:37:18.284 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 18:37:18.284 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:18.286 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 18:37:18.287 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:18.288 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:18.289 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 18:37:18.289 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:18.290 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:18.297 [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) 18:37:18.297 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:37:18.387 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:37:18.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:18.390 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:18.390 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:37:18.392 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:37:18.392 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:37:18.392 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:37:18.392 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:37:18.392 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:37:18.393 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:37:18.393 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:37:18.393 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:37:18.393 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:37:18.393 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:37:18.393 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:37:18.393 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:37:18.396 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:37:18.397 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:37:18.397 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:37:18.403 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:37:18.403 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:18.403 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:18.403 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 18:37:18.409 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:37:18.488 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:37:18.488 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:37:18.496 [pool-214-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:37:18.496 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s93ms [pure insertion] marking any relevant derived attributes for update...18:37:18.496 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:18.496 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:18.496 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:37:18.496 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:37:18.500 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 18:37:18.501 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 18:37:18.501 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 18:37:18.501 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:37:18.501 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:37:18.501 [pool-214-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:37:18.501 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:37:18.501 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:37:18.501 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:18.501 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 111 ms 18:37:18.509 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:37:18.509 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:37:18.512 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:18.512 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:37:18.594 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:37:18.595 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2941894858935015169/test_customProfileV4[LevelDB GreyCat] 18:37:18.595 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:37:18.826 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:37:18.829 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:18.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 18:37:18.926 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:37:18.926 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:37:19.112 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:37:19.113 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:37:19.118 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:37:19.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 18:37:19.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 18:37:19.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 18:37:19.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:37:19.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:37:19.119 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:37:19.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:19.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:37:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:37:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:37:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:37:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:37:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:37:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:37:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:37:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:37:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:19.123 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:19.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:19.124 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:19.129 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:19.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:19.184 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:19.184 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:19.186 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:19.186 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:19.193 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:19.194 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:37:19.195 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:19.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:19.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:19.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:19.210 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:37:19.210 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:19.211 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:19.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:19.220 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:19.222 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:37:19.223 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:19.226 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:19.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:19.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:19.282 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:19.283 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:37:19.289 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:37:19.290 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:19.294 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:19.294 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:19.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:19.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:19.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:37:19.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:37:19.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:37:19.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:37:19.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:37:19.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:37:19.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:37:19.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:37:19.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:37:19.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:37:19.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:37:19.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:37:19.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:37:19.309 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:37:19.310 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:37:19.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:37:19.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:37:19.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:37:19.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:37:19.312 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:37:19.313 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:37:19.411 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:37:19.412 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:37:19.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:37:19.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:37:19.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:37:19.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:37:19.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:37:19.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:37:19.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:37:19.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:37:19.418 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:37:19.419 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:37:19.420 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:37:19.421 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:37:19.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::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:37:19.525 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:37:19.656 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:37:19.656 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:37:19.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:37:19.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::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:37:19.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:37:19.991 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:37:20.001 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:37:20.059 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:37:20.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:37:20.272 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:37:20.276 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:37:20.318 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:37:21.532 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~2 sec) inserting static metamodels complete 18:37:21.532 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:37:21.593 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:37:21.593 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:37:21.593 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:21.593 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:21.593 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:37:21.697 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:37:21.704 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:21.704 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:21.705 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:37:21.710 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:37:21.710 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:37:21.712 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:37:21.712 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:21.712 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:21.712 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:37:21.729 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:37:21.900 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:37:21.900 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:37:21.910 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:37:21.910 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s198ms [pure insertion] marking any relevant derived attributes for update...18:37:21.910 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:37:21.913 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:37:21.916 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:37:21.916 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:21.917 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:21.917 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:37:21.921 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:37:22.114 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:37:22.114 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:37:22.188 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:37:22.188 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s272ms [pure insertion] marking any relevant derived attributes for update...18:37:22.188 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:22.188 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:22.284 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:37:22.284 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:22.284 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:22.284 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:37:22.288 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:37:22.394 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:37:22.394 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:37:22.411 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:37:22.411 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s127ms [pure insertion] marking any relevant derived attributes for update...18:37:22.411 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:22.411 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:22.415 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:37:22.415 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:22.415 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:22.415 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:37:22.419 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:37:22.604 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:37:22.605 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:37:22.619 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:37:22.619 [pool-216-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...18:37:22.619 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:37:22.620 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:37:22.621 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:37:22.621 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:37:22.684 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:37:22.684 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:37:22.684 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.063s attempting to resolve any uninitialized derived attributes... 18:37:22.684 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:37:22.684 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:37:22.685 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:37:22.685 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s64ms [proxy update] 18:37:22.685 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:37:22.685 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:22.685 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 981 ms 18:37:22.685 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 18:37:22.690 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:37:22.690 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:37:22.712 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:22.713 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 18:37:22.713 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:22.715 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:22.716 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 18:37:22.716 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:22.718 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 18:37:22.718 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:22.724 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 18:37:22.724 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 18:37:22.819 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false 18:37:22.822 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:22.822 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:22.823 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:37:22.824 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:37:22.824 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:37:22.824 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:37:22.824 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:37:22.825 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:37:22.825 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:37:22.825 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:37:22.825 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:37:22.825 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:37:22.825 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:37:22.825 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:37:22.825 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:37:22.881 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:37:22.882 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:37:22.882 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:37:22.888 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:37:22.888 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:22.888 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:22.888 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 18:37:22.892 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:37:22.918 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:37:22.918 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:37:22.928 [pool-216-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:37:22.928 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s40ms [pure insertion] marking any relevant derived attributes for update...18:37:22.928 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:37:22.929 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:37:22.929 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:37:22.929 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:37:22.984 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 18:37:22.985 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 18:37:22.985 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.056s attempting to resolve any uninitialized derived attributes... 18:37:22.985 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:37:22.985 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:37:22.985 [pool-216-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:37:22.985 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s56ms [proxy update] 18:37:22.985 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:37:22.985 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:22.985 [pool-216-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 163 ms 18:37:22.991 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:37:22.992 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false 18:37:22.995 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:22.995 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:37:23.025 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:37:23.081 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6387931990363317168/test_customProfileV5[LevelDB GreyCat] 18:37:23.081 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:37:23.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:37:23.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:23.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:37:23.424 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:37:23.424 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:37:23.608 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:37:23.609 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:37:23.609 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:37:23.609 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:37:23.609 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:37:23.609 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:37:23.609 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:37:23.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:23.610 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:37:23.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:37:23.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:23.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:37:23.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:37:23.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:37:23.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:37:23.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:37:23.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:23.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:37:23.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:37:23.612 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:23.613 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:23.614 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:23.620 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:23.621 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:23.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:23.624 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:23.625 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:23.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:23.625 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:23.685 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:23.685 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:23.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:23.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:23.693 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:23.695 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:37:23.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/uml2/5.0.0/UML 18:37:23.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:23.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:23.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:23.790 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:23.791 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:37:23.796 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:37:23.796 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:23.801 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:37:23.801 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:37:23.801 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:37:23.801 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:37:23.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:37:23.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:37:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:37:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:37:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:37:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:37:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:37:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:37:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:37:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:37:23.806 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:37:23.808 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:37:23.808 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:37:23.808 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:37:23.808 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:37:23.808 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:37:23.809 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:37:23.809 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:37:23.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:37:23.814 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:37:23.816 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:37:23.816 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:37:23.816 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:37:23.816 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:37:23.816 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:37:23.816 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:37:23.816 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:37:23.816 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:37:23.817 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:37:23.819 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:37:23.819 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:37:23.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:37:23.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:37:24.186 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:37:24.186 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:37:24.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:37:24.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::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:37:24.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::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:37:24.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:37:24.655 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:37:24.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:37:24.890 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:37:24.900 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:37:24.904 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:37:24.945 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:37:24.956 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:37:24.956 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:24.963 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:24.963 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:24.963 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:37:24.964 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:24.965 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:24.973 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:37:24.974 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:24.979 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:24.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:24.985 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:25.099 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14361654406913852985/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit14361654406913852985/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:37:25.411 [pool-121-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16196772293207904303/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit16196772293207904303/test_recreate[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:37:25.789 [pool-122-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit520423345835955523/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@1358b28e failed java.nio.file.NoSuchFileException: /tmp/junit520423345835955523/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 18:37:26.244 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~2 sec) inserting static metamodels complete 18:37:26.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:37:26.295 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:37:26.296 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:37:26.296 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:26.296 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:26.296 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:37:26.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:37:26.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:26.393 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:26.394 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:37:26.399 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:37:26.399 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:37:26.402 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:37:26.402 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:26.402 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:26.402 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:37:26.418 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:37:26.603 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:37:26.603 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:37:26.616 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:37:26.616 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s214ms [pure insertion] marking any relevant derived attributes for update...18:37:26.616 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:37:26.619 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:37:26.623 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:37:26.623 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:26.623 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:26.623 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:37:26.627 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:37:26.815 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:37:26.816 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:37:26.896 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:37:26.896 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s273ms [pure insertion] marking any relevant derived attributes for update...18:37:26.896 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:26.896 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:26.900 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:37:26.900 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:26.900 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:26.900 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:37:26.904 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:37:27.015 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:37:27.015 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:37:27.024 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:37:27.024 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s124ms [pure insertion] marking any relevant derived attributes for update...18:37:27.024 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:27.024 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:27.110 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:37:27.110 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:27.110 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:27.110 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:37:27.115 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:37:27.222 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:37:27.222 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:37:27.294 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:37:27.294 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s184ms [pure insertion] marking any relevant derived attributes for update...18:37:27.294 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:27.294 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:27.294 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:37:27.294 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:37:27.304 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:37:27.304 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:37:27.304 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 18:37:27.305 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:37:27.305 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:37:27.305 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:37:27.305 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 18:37:27.305 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:37:27.305 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:27.305 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 912 ms 18:37:27.305 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 18:37:27.309 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:37:27.309 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:37:27.383 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 18:37:27.383 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:27.385 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:27.386 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 18:37:27.386 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:27.387 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:27.388 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 18:37:27.389 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:27.394 [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) 18:37:27.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:37:27.489 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14576252234265080391/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:37:27.492 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:27.492 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:27.492 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:37:27.494 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:37:27.494 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:37:27.494 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:37:27.494 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:37:27.494 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:37:27.495 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:37:27.495 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:37:27.495 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:37:27.495 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:37:27.495 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:37:27.495 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:37:27.495 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:37:27.504 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:37:27.505 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:37:27.505 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:37:27.506 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml... 18:37:27.506 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:27.507 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:27.507 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml... 18:37:27.511 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml 18:37:27.608 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 18:37:27.608 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml 18:37:27.625 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 18:37:27.625 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml. 0s119ms [pure insertion] marking any relevant derived attributes for update...18:37:27.625 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:27.625 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:27.681 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 18:37:27.681 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:27.681 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:27.681 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml... 18:37:27.685 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 18:37:27.700 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:37:27.700 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 18:37:27.711 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:37:27.711 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml. 0s30ms [pure insertion] marking any relevant derived attributes for update...18:37:27.711 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:37:27.712 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:37:27.714 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /zoo/model.uml... 18:37:27.714 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:27.714 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:27.714 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /zoo/model.uml... 18:37:27.718 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /zoo/model.uml 18:37:27.735 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 165 M->MM REFERENCES! (took ~0sec) 18:37:27.736 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /zoo/model.uml 18:37:27.802 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 18:37:27.802 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /zoo/model.uml. 0s88ms [pure insertion] marking any relevant derived attributes for update...18:37:27.802 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:27.802 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:27.808 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml... 18:37:27.808 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:27.808 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:27.808 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml... 18:37:27.881 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml 18:37:28.490 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 299 M->MM REFERENCES! (took ~0sec) 18:37:28.490 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml 18:37:28.793 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 18:37:28.793 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml. 0s985ms [pure insertion] marking any relevant derived attributes for update...18:37:28.793 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:28.793 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:28.796 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml... 18:37:28.796 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:28.796 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:28.796 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml... 18:37:28.801 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml 18:37:28.902 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 18:37:28.902 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml 18:37:28.914 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:37:28.914 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml. 0s118ms [pure insertion] marking any relevant derived attributes for update...18:37:28.914 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:37:28.915 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:37:28.915 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:37:28.915 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:37:28.926 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/109 proxy references (0 sec total) 18:37:28.992 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 39 refs 18:37:28.992 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.077s attempting to resolve any uninitialized derived attributes... 18:37:28.992 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:37:28.992 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:37:28.992 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:37:28.992 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s77ms [proxy update] 18:37:28.992 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:37:28.993 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:28.993 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 501 ms 18:37:28.997 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:29.005 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:37:29.006 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:37:29.006 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:37:29.011 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 18:37:29.012 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:29.012 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 18:37:29.017 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 18:37:29.017 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:37:29.017 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml... 18:37:29.017 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml 18:37:29.093 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.076s 18:37:29.105 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 18:37:29.121 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:37:29.121 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 18:37:29.182 [pool-218-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:37:29.182 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml. 0s171ms [pure insertion] marking any relevant derived attributes for update...18:37:29.182 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:29.182 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:29.183 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:37:29.183 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:37:29.187 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/74 proxy references (0 sec total) 18:37:29.189 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 38 proxy ref lists left after resolving 1 refs 18:37:29.189 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 18:37:29.189 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:37:29.189 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:37:29.189 [pool-218-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:37:29.189 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:37:29.189 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:37:29.189 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:29.190 [pool-218-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 193 ms 18:37:29.193 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:37:29.193 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14576252234265080391/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:37:29.196 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:29.196 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:37:29.221 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:37:29.221 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8184319100908957968/test_modelProfileInsideRepository[LevelDB GreyCat] 18:37:29.221 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:37:29.415 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:37:29.418 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:29.418 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:37:29.482 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:37:29.482 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:37:29.613 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:29.614 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:37:29.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/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:37:29.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/Types::Integer will be handled as its instance type java.lang.Integer 18:37:29.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/Types::Real will be handled as its instance type java.lang.Double 18:37:29.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/Types::Boolean will be handled as its instance type java.lang.Boolean 18:37:29.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/Types::String will be handled as its instance type java.lang.String 18:37:29.618 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:37:29.618 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:29.624 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:29.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:29.686 [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 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 18:37:29.842 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:37:29.843 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:37:29.843 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:37:29.844 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:29.845 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:37:29.845 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:37:29.845 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:29.845 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:37:29.845 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:37:29.845 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:37:29.845 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:37:29.845 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:37:29.845 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:29.845 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:37:29.845 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:37:29.845 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:37:29.847 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:29.848 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:29.849 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:29.849 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:29.888 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:29.889 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:37:29.894 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:29.894 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:29.898 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:29.898 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:29.899 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:29.905 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:29.905 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:29.905 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:37:29.911 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:29.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:29.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:37:29.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:37:29.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:37:29.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:37:29.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:37:29.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:37:29.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:37:29.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:37:29.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:37:29.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:37:29.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:37:29.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:37:29.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:37:29.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:37:29.990 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:37:29.992 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:37:29.992 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:37:29.992 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:37:29.992 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:37:29.992 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:37:29.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:37:29.994 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:37:29.995 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:37:29.999 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:37:30.001 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:37:30.001 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:37:30.001 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:37:30.001 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:37:30.001 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:37:30.001 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:37:30.001 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:37:30.001 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:37:30.002 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:37:30.003 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:37:30.004 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:37:30.020 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:37:30.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::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:37:30.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:37:30.611 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:37:30.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::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:37:31.157 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:37:31.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:37:31.213 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:37:31.224 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:37:31.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:37:31.468 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:37:31.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:37:31.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:37:31.532 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:37:31.542 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:31.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 18:37:31.549 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:37:31.550 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:31.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:31.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:31.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:31.562 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:37:31.563 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:37:31.563 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:31.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:31.575 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:37:32.833 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~3 sec) inserting static metamodels complete 18:37:32.833 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:37:32.895 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:37:32.896 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:37:32.896 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:32.896 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:32.896 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:37:32.991 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:37:33.002 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:33.002 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:33.002 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:37:33.009 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:37:33.009 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:37:33.012 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:37:33.012 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:33.012 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:33.013 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:37:33.087 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:37:33.215 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:37:33.215 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:37:33.296 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:37:33.296 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s284ms [pure insertion] marking any relevant derived attributes for update...18:37:33.296 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:37:33.298 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:37:33.303 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:37:33.303 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:33.303 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:33.303 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:37:33.307 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:37:33.425 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:37:33.425 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:37:33.492 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:37:33.492 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s189ms [pure insertion] marking any relevant derived attributes for update...18:37:33.492 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:33.492 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:33.522 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:37:33.522 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:33.522 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:33.522 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:37:33.526 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:37:33.687 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:37:33.687 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:37:33.704 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:37:33.704 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s182ms [pure insertion] marking any relevant derived attributes for update...18:37:33.704 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:33.704 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:33.706 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:37:33.706 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:33.707 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:33.707 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:37:33.711 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:37:33.820 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:37:33.820 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:37:33.881 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:37:33.881 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s175ms [pure insertion] marking any relevant derived attributes for update...18:37:33.881 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:33.881 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:33.881 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:37:33.881 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:37:33.891 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:37:33.892 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:37:33.892 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 18:37:33.892 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:37:33.892 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:37:33.892 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:37:33.892 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 18:37:33.892 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:37:33.893 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:33.893 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 891 ms 18:37:34.082 [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 18:37:34.085 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:34.085 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:37:34.090 [pool-220-thread-1] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 5 ms 18:37:34.091 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:37:34.092 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:37:34.092 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:37:34.094 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 18:37:34.094 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:34.094 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:34.094 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 18:37:34.100 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 18:37:34.213 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 18:37:34.213 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 18:37:34.293 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 18:37:34.293 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s199ms [pure insertion] marking any relevant derived attributes for update...18:37:34.293 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:37:34.294 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:37:34.295 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 18:37:34.295 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:37:34.298 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:37:34.298 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 18:37:34.302 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 18:37:34.400 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 18:37:34.400 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 18:37:34.408 [pool-220-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:37:34.408 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s113ms [pure insertion] marking any relevant derived attributes for update...18:37:34.408 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:37:34.408 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:37:34.409 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:37:34.409 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:37:34.412 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 18:37:34.420 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 18:37:34.420 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 18:37:34.421 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:37:34.421 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:37:34.421 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:37:34.421 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 18:37:34.421 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:37:34.421 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:37:34.421 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 336 ms 18:37:34.421 [pool-220-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5157715198221087840/test_workspaceCrosslinks[LevelDB GreyCat] 18:37:34.425 [pool-220-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5157715198221087840/test_workspaceCrosslinks[LevelDB GreyCat] 18:37:34.486 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:37:34.486 [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 18:37:34.489 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:37:34.489 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:37:34.515 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:37:34.516 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5157715198221087840/test_workspaceCrosslinks[LevelDB GreyCat] 18:37:34.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 247.735 s - in org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite set0[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 59.905 s tree[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.575 s treeWithSpaces[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.5 s treeCrossResourceContainment[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 1.003 s derivedEdgeCollection[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.791 s deriveThenAdd[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.316 s derivedEdgeSingle[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.683 s addThenIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.8 s lookupWithIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 1.001 s lookupWithoutIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.838 s eContainersIsUpdatedRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest) Time elapsed: 1.674 s queryEnumValues[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.EnumSupportTest) Time elapsed: 0.724 s slotType[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.205 s typeSubtypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.19 s slotInstanceTypeName[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.01 s typeSupertypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.958 s metamodels[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.014 s elephantResolve[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 7.915 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 5.285 s metamodel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 6.198 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 37.733 s bpmn[LevelDB GreyCat](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest) Time elapsed: 0.555 s instanceCountsAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.723 s listFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.808 s instanceCounts[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.764 s reverseRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 1.044 s forwardRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.798 s allContents[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 14.365 s subtreeTraversalScoping[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 9.838 s getAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 11.063 s getFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 9.206 s getAllOfCountsSubtypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 5.618 s addChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.702 s addModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.571 s renameRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.411 s eContainer[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.496 s removeChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.999 s renameChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.625 s hawkProperties[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.467 s upgradeModelProfileVersion[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 9.211 s stereotypeAsModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 8.685 s localfolderCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 6.542 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 6.083 s indexLibraries[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 4.193 s customProfileV4[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 4.696 s customProfileV5[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 4.486 s modelProfileInsideRepository[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 6.141 s workspaceCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest) Time elapsed: 5.294 s Running org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.854 s - in org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests createDeleteHeavyEdgeBeginningOfTime[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests) Time elapsed: 0.502 s createDeleteHeavyEdgeNonZeroTime[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests) Time elapsed: 0.349 s Results: Tests run: 139, 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-QT2RdGlUqRbJ/agent.157 SSH_AGENT_PID=159 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_16706507661888604628.key (/home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_16706507661888604628.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.26M bytes received 19.52K bytes 1.14M bytes/sec total size is 8.76M speedup is 1.40 [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 159 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } Lock released on resource [download-area] [Pipeline] // lock [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] slackSend Slack Send Pipeline step running, values are - baseUrl: , teamDomain: hawk-developers, channel: #ci-notifications, color: #00FF00, botUser: true, tokenCredentialId: slack-token, notifyCommitters: false, iconEmoji: , username: , timestamp: [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS